Home
last modified time | relevance | path

Searched defs:once (Results 1 – 2 of 2) sorted by relevance

/trunk/main/sal/inc/internal/
H A Donce.h38 #define SAL_ONCE(once, init) pthread_once((once), (init)) argument
55 #define SAL_ONCE(once, init) \ argument
/trunk/main/sal/osl/unx/
H A Dmutex.c213 static pthread_once_t once = PTHREAD_ONCE_INIT; in osl_getGlobalMutex() local

Completed in 16 milliseconds