Searched refs:THR_SHOULD_GC (Results 1 – 2 of 2) sorted by relevance
323 if (THR_SHOULD_GC(thread)) { in _thr_try_gc()329 if (THR_SHOULD_GC(thread)) { in _thr_try_gc()
584 #define THR_SHOULD_GC(thrd) \ macro