Home
last modified time | relevance | path

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

/freebsd-head/lib/libthr/thread/
HDthr_list.c238 THR_LIST_ADD(thread); in _thr_link()
HDthr_init.c351 THR_LIST_ADD(curthread); in _libpthread_init()
HDthr_private.h668 #define THR_LIST_ADD(thrd) do { \ macro