Home
last modified time | relevance | path

Searched refs:TLFLAGS_IN_GCLIST (Results 1 – 1 of 1) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_private.h492 #define TLFLAGS_IN_GCLIST 0x0004 /* thread in gc list */ macro
683 if (((thrd)->tlflags & TLFLAGS_IN_GCLIST) == 0) { \
685 (thrd)->tlflags |= TLFLAGS_IN_GCLIST; \
690 if (((thrd)->tlflags & TLFLAGS_IN_GCLIST) != 0) { \
692 (thrd)->tlflags &= ~TLFLAGS_IN_GCLIST; \