Searched refs:__pthread_cleanup_pop (Results 1 – 6 of 6) sorted by relevance
22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__pthread_cleanup_pop);115 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __pthread_cleanup_pop); in init_stub_library()
22 DEFINE_INTERCEPTABLE_STUB_FUNCTION(__pthread_cleanup_pop);117 INIT_INTERCEPTABLE_STUB_FUNCTION("libc.so", __pthread_cleanup_pop); in init_stub_library()
300 void __pthread_cleanup_pop(__pthread_cleanup_t*, int);314 __pthread_cleanup_pop( &__cleanup, (execute)); \
61 void __pthread_cleanup_pop(__pthread_cleanup_t* c, int execute) { in __pthread_cleanup_pop() function
123 __pthread_cleanup_pop;