Searched defs:thread_name (Results 1 – 12 of 12) sorted by relevance
25 char thread_name[NAMELEN]; in main() local
136 const char* ThreadPool::thread_name() const { return thd_name_; } in thread_name() function in grpc_core::ThreadPool
199 static void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName()
197 WELS_THREAD_ERROR_CODE WelsThreadSetName (const char* thread_name) { in WelsThreadSetName()250 WELS_THREAD_ERROR_CODE WelsThreadSetName (const char* thread_name) { in WelsThreadSetName()
676 void W32_SetThreadName(const DWORD thread_id, const char *thread_name) in W32_SetThreadName()
85 static void SetThreadName(const std::string& thread_name) { in SetThreadName()
292 gchar thread_name[17] = { 0, }; in gst_task_configure_name() local
701 char *thread_name = NULL; in pa_raop_sink_new() local
1198 char thread_name[16]; in thread_function() local
1956 char *thread_name = NULL; in pa_alsa_source_new() local
2250 char *thread_name = NULL; in pa_alsa_sink_new() local
2121 static int decoder_start(Decoder *d, int (*fn)(void *), const char *thread_name, void* arg) in decoder_start()