Home
last modified time | relevance | path

Searched defs:thread_name (Results 1 – 12 of 12) sorted by relevance

/third_party/musl/libc-test/src/functional/
Dpthread_getname_np.c25 char thread_name[NAMELEN]; in main() local
/third_party/grpc/src/core/lib/iomgr/executor/
Dthreadpool.cc136 const char* ThreadPool::thread_name() const { return thd_name_; } in thread_name() function in grpc_core::ThreadPool
/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()
/third_party/openh264/codec/common/src/
DWelsThreadLib.cpp197 WELS_THREAD_ERROR_CODE WelsThreadSetName (const char* thread_name) { in WelsThreadSetName()
250 WELS_THREAD_ERROR_CODE WelsThreadSetName (const char* thread_name) { in WelsThreadSetName()
/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()
/third_party/flutter/engine/flutter/shell/platform/fuchsia/flutter/
Drunner.cc85 static void SetThreadName(const std::string& thread_name) { in SetThreadName()
/third_party/gstreamer/gstreamer/gst/
Dgsttask.c292 gchar thread_name[17] = { 0, }; in gst_task_configure_name() local
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c701 char *thread_name = NULL; in pa_raop_sink_new() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.c1198 char thread_name[16]; in thread_function() local
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c1956 char *thread_name = NULL; in pa_alsa_source_new() local
Dalsa-sink.c2250 char *thread_name = NULL; in pa_alsa_sink_new() local
/third_party/ffmpeg/fftools/
Dffplay.c2121 static int decoder_start(Decoder *d, int (*fn)(void *), const char *thread_name, void* arg) in decoder_start()