Searched refs:_pthread_cleanup_push (Results 1 - 10 of 10) sorted by relevance

/freebsd-10.0-release/lib/libkse/thread/
H A Dthr_clean.c40 __weak_reference(_pthread_cleanup_push, pthread_cleanup_push);
44 _pthread_cleanup_push(void (*routine) (void *), void *routine_arg) function
H A Dthr_sem.c207 _pthread_cleanup_push(decrease_nwaiters, sem);
H A Dthr_init.c183 {DUAL_ENTRY(_pthread_cleanup_push)}, /* PJT_CLEANUP_PUSH */
H A Dthr_private.h1143 void _pthread_cleanup_push(void (*routine) (void *), void *routine_arg);
/freebsd-10.0-release/lib/libthr/thread/
H A Dthr_clean.c45 __weak_reference(_pthread_cleanup_push, pthread_cleanup_push);
79 _pthread_cleanup_push(void (*routine) (void *), void *arg) function
H A Dthr_init.c220 {DUAL_ENTRY(_pthread_cleanup_push)}, /* PJT_CLEANUP_PUSH */
H A Dthr_private.h797 void _pthread_cleanup_push(void (*)(void *), void *);
/freebsd-10.0-release/lib/libkse/
H A Dkse.map231 _pthread_cleanup_push;
/freebsd-10.0-release/lib/libthr/
H A Dpthread.map253 _pthread_cleanup_push;
/freebsd-10.0-release/lib/libc/gen/
H A DSymbol.map439 _pthread_cleanup_push;

Completed in 136 milliseconds