Searched defs:pthread_once (Results 1 - 1 of 1) sorted by relevance

/external/libselinux/src/
H A Dselinux_internal.h96 /* Make pthread_once optional */
97 #pragma weak pthread_once macro
105 if (pthread_once != NULL) \
106 pthread_once (&(ONCE_CONTROL), (INIT_FUNCTION)); \

Completed in 227 milliseconds