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

  /src/external/mit/libuv/dist/src/win/
thread.c 49 void uv_once(uv_once_t* guard, uv__once_cb callback) { function
86 uv_once(&uv__current_thread_init_guard, uv__init_current_thread_key);
251 uv_once(&uv__current_thread_init_guard, uv__init_current_thread_key);
301 uv_once(&uv__thread_name_once, uv__thread_name_init_once);
334 uv_once(&uv__thread_name_once, uv__thread_name_init_once);
  /src/external/mit/libuv/dist/src/unix/
thread.c 453 void uv_once(uv_once_t* guard, void (*callback)(void)) { function
686 uv_once(&glibc_version_check_once, glibc_version_check);

Completed in 15 milliseconds