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

  /src/external/mit/libuv/dist/src/unix/
darwin-proctitle.c 38 return uv__thread_setname(title);
164 uv__thread_setname(title); /* Don't care if it fails. */
thread.c 306 return uv__thread_setname(name);
901 int uv__thread_setname(const char* name) { function
905 int uv__thread_setname(const char* name) { function
915 int uv__thread_setname(const char* name) { function
922 int uv__thread_setname(const char* name) { function
930 int uv__thread_setname(const char* name) { function
internal.h 335 int uv__thread_setname(const char* name);

Completed in 47 milliseconds