Home
last modified time | relevance | path

Searched refs:PTHREAD_ONCE_INIT (Results 1 – 3 of 3) sorted by relevance

/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/bits/
H A Dlibc-lock.h358 #if PTHREAD_ONCE_INIT == 0
365 CLASS pthread_once_t NAME = PTHREAD_ONCE_INIT
374 else if ((ONCE_CONTROL) == PTHREAD_ONCE_INIT) { \
/utopia/UTPA2-700.0.x/projects/tools/lint/aeon_include/
H A Dpthread.h234 #define PTHREAD_ONCE_INIT { 1, 0 } /* is initialized and not run */ macro
/utopia/UTPA2-700.0.x/projects/tools/lint/mips-linux-gnu_include/
H A Dpthread.h209 #define PTHREAD_ONCE_INIT 0 macro