HomeSort by: relevance | last modified time | path
    Searched refs:ONCE_FLAG_INIT (Results 1 - 3 of 3) sorted by relevancy

  /src/lib/libpthread/
threads.h 49 #ifndef ONCE_FLAG_INIT
50 #define ONCE_FLAG_INIT PTHREAD_ONCE_INIT
51 #endif /* ONCE_FLAG_INIT */
Makefile 263 MLINKS+= call_once.3 ONCE_FLAG_INIT.3
  /src/tests/lib/libpthread/
t_call_once.c 50 static once_flag oflag = ONCE_FLAG_INIT;

Completed in 14 milliseconds