HomeSort by: relevance | last modified time | path
    Searched defs:once_flag (Results 1 - 4 of 4) sorted by relevancy

  /xsrc/external/mit/MesaLib/dist/include/c11/
threads_posix.h 69 typedef pthread_once_t once_flag; typedef
94 call_once(once_flag *flag, void (*func)(void))
threads_win32.h 91 typedef INIT_ONCE once_flag; typedef
95 } once_flag; typedef in typeref:struct:once_flag_t
192 call_once(once_flag *flag, void (*func)(void))
  /xsrc/external/mit/MesaLib.old/dist/include/c11/
threads_posix.h 69 typedef pthread_once_t once_flag; typedef
94 call_once(once_flag *flag, void (*func)(void))
threads_win32.h 115 typedef INIT_ONCE once_flag; typedef
119 } once_flag; typedef in typeref:struct:once_flag_t
301 call_once(once_flag *flag, void (*func)(void))

Completed in 8 milliseconds