Searched refs:W32_SetThreadName (Results 1 – 3 of 3) sorted by relevance
199 static void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName() function207 void W32_SetThreadName(const DWORD thread_id, const char *thread_name);
676 void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName() function
1313 W32_SetThreadName(threadID, "libmicrohttpd"); in create_thread()