Home
last modified time | relevance | path

Searched refs:pthread_cleanup_pop (Results 1 – 9 of 9) sorted by relevance

/dragonfly/lib/libthread_xu/thread/
HDthr_clean.c75 __strong_reference(_pthread_cleanup_pop, pthread_cleanup_pop);
/dragonfly/lib/libpthread/
HDMakefile18 pthread_cleanup_pop.3 \
/dragonfly/include/
HDpthread.h169 void pthread_cleanup_pop(int);
/dragonfly/lib/libc/include/
HDnamespace.h116 #define pthread_cleanup_pop _pthread_cleanup_pop macro
HDun-namespace.h97 #undef pthread_cleanup_pop
/dragonfly/lib/libthread_xu/
HDpthread.map239 pthread_cleanup_pop;
/dragonfly/lib/libc/gen/
HD_pthread_stubs.c90 WR(stub_zero, pthread_cleanup_pop);
HDSymbol.map58 pthread_cleanup_pop;
/dragonfly/contrib/lvm2/dist/daemons/dmeventd/
HDdmeventd.c513 pthread_cleanup_pop(1); in _timeout_thread()
807 pthread_cleanup_pop(1); in _monitor_thread()