Home
last modified time | relevance | path

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

/freebsd-14-stable/lib/libthr/thread/
HDthr_init.c121 int _thr_queuefifo = 4; variable
523 _thr_queuefifo = atoi(env); in init_private()
HDthr_sleepq.c132 if (((++sc->sc_enqcnt << _thr_queuefifo) & 0xff) != 0) in _sleepq_add()
HDthr_private.h761 extern int _thr_queuefifo __hidden;