Add a flag that indicates that a thread took a signal.

This commit is contained in:
nathanw 2004-08-24 01:44:08 +00:00
parent 3cb63a0abe
commit 15c2d9148c
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $NetBSD: pthread_int.h,v 1.27 2004/06/25 16:33:32 drochner Exp $ */
/* $NetBSD: pthread_int.h,v 1.28 2004/08/24 01:44:08 nathanw Exp $ */
/*-
* Copyright (c) 2001,2002,2003 The NetBSD Foundation, Inc.
@ -205,6 +205,7 @@ struct pthread_lock_ops {
#define PT_FLAG_SCOPE_SYSTEM 0x0040
#define PT_FLAG_EXPLICIT_SCHED 0x0080
#define PT_FLAG_SUSPENDED 0x0100 /* In the suspended queue */
#define PT_FLAG_SIGNALED 0x0200
#define PT_MAGIC 0x11110001
#define PT_DEAD 0xDEAD0001