Searched refs:_thr_atfork_list (Results 1 – 3 of 3) sorted by relevance
/freebsd/lib/libthr/thread/ |
H A D | thr_fork.c | 98 TAILQ_INSERT_TAIL(&_thr_atfork_list, af, qe); in _thr_atfork() 102 TAILQ_INSERT_TAIL(&_thr_atfork_list, af, qe); in _thr_atfork() 120 TAILQ_FOREACH_SAFE(af, &_thr_atfork_list, qe, af1) { in __pthread_cxa_finalize() 124 TAILQ_REMOVE(&_thr_atfork_list, af, qe); in __pthread_cxa_finalize() 177 TAILQ_FOREACH_REVERSE(af, &_thr_atfork_list, atfork_head, qe) { in thr_fork_impl() 272 TAILQ_FOREACH(af, &_thr_atfork_list, qe) { in thr_fork_impl() 295 TAILQ_FOREACH(af, &_thr_atfork_list, qe) { in thr_fork_impl()
|
H A D | thr_init.c | 70 atfork_head _thr_atfork_list = TAILQ_HEAD_INITIALIZER(_thr_atfork_list); variable
|
H A D | thr_private.h | 738 extern atfork_head _thr_atfork_list __hidden;
|