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

  /src/external/mit/libuv/dist/src/win/
thread.c 95 int uv_thread_create(uv_thread_t *tid, void (*entry)(void *arg), void *arg) { function
254 /* If the thread wasn't started by uv_thread_create (such as the main
  /src/external/mit/libuv/dist/src/unix/
thread.c 126 int uv_thread_create(uv_thread_t *tid, void (*entry)(void *arg), void *arg) { function

Completed in 30 milliseconds