Searched refs:routine_arg (Results 1 - 4 of 4) sorted by relevance

/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_clean.c44 _pthread_cleanup_push(void (*routine) (void *), void *routine_arg) argument
52 new->routine_arg = routine_arg;
69 old->routine(old->routine_arg);
H A Dthr_private.h421 void *routine_arg; member in struct:pthread_cleanup
429 __cup.routine_arg = arg; \
437 __cup.routine(__cup.routine_arg); \
1143 void _pthread_cleanup_push(void (*routine) (void *), void *routine_arg);
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_clean.c57 newbuf->routine_arg = arg;
72 old->routine(old->routine_arg);
89 newbuf->routine_arg = arg;
H A Dthr_private.h213 void *routine_arg; member in struct:pthread_cleanup
221 __cup.routine_arg = arg; \
229 __cup.routine(__cup.routine_arg); \

Completed in 222 milliseconds