Searched refs:tlflags (Results 1 - 6 of 6) sorted by relevance

/freebsd-9.3-release/lib/libkse/thread/
H A Dthr_find_thread.c93 (thread->tlflags & TLFLAGS_GC_SAFE) != 0)
H A Dthr_private.h787 int tlflags; member in struct:pthread
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; \
944 if (((thrd)->tlflags & TLFLAGS_IN_GCLIST) == 0) { \
946 (thrd)->tlflags |= TLFLAGS_IN_GCLIST; \
951 if (((thrd)->tlflags & TLFLAGS_IN_GCLIST) != 0) { \
953 (thrd)->tlflags &= ~TLFLAGS_IN_GCLIST; \
H A Dthr_create.c234 new_thread->tlflags = 0;
H A Dthr_kern.c318 curthread->tlflags = 0;
1227 thread->tlflags |= TLFLAGS_GC_SAFE;
1267 if ((td->tlflags & TLFLAGS_GC_SAFE) == 0)
/freebsd-9.3-release/lib/libthr/thread/
H A Dthr_private.h463 int tlflags; member in struct:pthread
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; \
639 if (((thrd)->tlflags & TLFLAGS_IN_GCLIST) == 0) { \
641 (thrd)->tlflags |= TLFLAGS_IN_GCLIST; \
646 if (((thrd)->tlflags & TLFLAGS_IN_GCLIST) != 0) { \
648 (thrd)->tlflags &= ~TLFLAGS_IN_GCLIST; \
H A Dthr_fork.c188 curthread->tlflags &= ~TLFLAGS_IN_TDLIST;

Completed in 105 milliseconds