Home
last modified time | relevance | path

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

/NextBSD/lib/libthr/thread/
HDthr_list.c235 THR_LIST_ADD(thread); in _thr_link()
HDthr_init.c359 THR_LIST_ADD(curthread); in _libpthread_init()
HDthr_private.h626 #define THR_LIST_ADD(thrd) do { \ macro