Home
last modified time | relevance | path

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

/dragonfly/lib/libthread_xu/thread/
H A Dthr_private.h585 _thr_gc_count++; \
592 _thr_gc_count--; \
596 #define GC_NEEDED() (_thr_gc_count >= 5)
646 extern int _thr_gc_count;
H A Dthr_list.c55 int _thr_gc_count; variable
90 _thr_gc_count = 0; in _thr_list_init()