Home
last modified time | relevance | path

Searched refs:W32_SetThreadName (Results 1 – 3 of 3) sorted by relevance

/third_party/skia/third_party/externals/microhttpd/src/include/
Dw32functions.h199 static void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName() function
207 void W32_SetThreadName(const DWORD thread_id, const char *thread_name);
/third_party/skia/third_party/externals/microhttpd/src/platform/
Dw32functions.c676 void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName() function
/third_party/skia/third_party/externals/microhttpd/src/microhttpd/
Ddaemon.c1202 W32_SetThreadName(threadID, "libmicrohttpd"); in create_thread()