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

  /external/libselinux/src/
selinux_internal.h 96 /* Make pthread_once optional */
97 #pragma weak pthread_once macro
105 if (pthread_once != NULL) \
106 pthread_once (&(ONCE_CONTROL), (INIT_FUNCTION)); \
  /bionic/libc/bionic/
pthread.c 2163 int pthread_once( pthread_once_t* once_control, void (*init_routine)(void) ) function
    [all...]

Completed in 448 milliseconds