Home
last modified time | relevance | path

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

/freebsd/lib/libthr/thread/
H A Dthr_private.h689 _gc_count++; \
696 _gc_count--; \
710 #define GC_NEEDED() (_gc_count >= 5)
767 extern int _gc_count __hidden;
H A Dthr_list.c82 _gc_count = 0; in _thr_list_init()
H A Dthr_init.c124 int _gc_count; variable