mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-31 12:13:10 +00:00
Fix copy&paste problem.
This commit is contained in:
parent
04a68e0904
commit
cbadc1d7ad
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=212551
@ -415,8 +415,8 @@ struct pthread {
|
||||
#define THR_FLAGS_PRIVATE 0x0001
|
||||
#define THR_FLAGS_NEED_SUSPEND 0x0002 /* thread should be suspended */
|
||||
#define THR_FLAGS_SUSPENDED 0x0004 /* thread is suspended */
|
||||
#define THR_FLAGS_IN_GCLIST 0x0004 /* thread in gc list */
|
||||
#define THR_FLAGS_DETACHED 0x0008 /* thread is detached */
|
||||
#define THR_FLAGS_IN_GCLIST 0x0008 /* thread in gc list */
|
||||
#define THR_FLAGS_DETACHED 0x0010 /* thread is detached */
|
||||
|
||||
/* Thread list flags; only set with thread list lock held. */
|
||||
int tlflags;
|
||||
|
Loading…
Reference in New Issue
Block a user