Searched refs:TLFLAGS_IN_TDLIST (Results 1 - 3 of 3) sorted by relevance

/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_private.h465 #define TLFLAGS_IN_TDLIST 0x0002 /* thread in all thread list */ macro
625 if (((thrd)->tlflags & TLFLAGS_IN_TDLIST) == 0) { \
628 (thrd)->tlflags |= TLFLAGS_IN_TDLIST; \
632 if (((thrd)->tlflags & TLFLAGS_IN_TDLIST) != 0) { \
635 (thrd)->tlflags &= ~TLFLAGS_IN_TDLIST; \
H A Dthr_fork.c188 curthread->tlflags &= ~TLFLAGS_IN_TDLIST;
/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_private.h785 #define TLFLAGS_IN_TDLIST 0x0002 /* thread in all thread list */ macro
930 if (((thrd)->tlflags & TLFLAGS_IN_TDLIST) == 0) { \
933 (thrd)->tlflags |= TLFLAGS_IN_TDLIST; \
937 if (((thrd)->tlflags & TLFLAGS_IN_TDLIST) != 0) { \
940 (thrd)->tlflags &= ~TLFLAGS_IN_TDLIST; \

Completed in 101 milliseconds