HomeSort by relevance Sort by last modified time
    Searched refs:__pthread_cleanup_pop (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
pthread_exit.cpp 60 void __pthread_cleanup_pop(__pthread_cleanup_t* c, int execute) { function
  /bionic/libc/include/
pthread.h 288 void __pthread_cleanup_pop(__pthread_cleanup_t*, int);
302 __pthread_cleanup_pop( &__cleanup, (execute)); \

Completed in 974 milliseconds