Home
last modified time | relevance | path

Searched refs:routine_arg (Results 1 – 2 of 2) sorted by relevance

/freebsd/lib/libthr/thread/
H A Dthr_clean.c64 newbuf->routine_arg = arg; in __thr_cleanup_push_imp()
79 old->routine(old->routine_arg); in __thr_cleanup_pop_imp()
96 newbuf->routine_arg = arg; in _thr_cleanup_push()
H A Dthr_private.h236 void *routine_arg; member
244 __cup.routine_arg = arg; \
252 __cup.routine(__cup.routine_arg); \