Searched defs:once (Results 1 – 2 of 2) sorted by relevance
38 #define SAL_ONCE(once, init) pthread_once((once), (init)) argument55 #define SAL_ONCE(once, init) \ argument
213 static pthread_once_t once = PTHREAD_ONCE_INIT; in osl_getGlobalMutex() local
Completed in 10 milliseconds