Home
last modified time | relevance | path

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

/third_party/musl/libc-test/src/functional/
Dpthread_getname_np.c25 char thread_name[NAMELEN]; in main() local
/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/gstreamer/gstreamer/gst/
Dgsttask.c292 gchar thread_name[17] = { 0, }; in gst_task_configure_name() local
/third_party/pulseaudio/src/modules/raop/
Draop-sink.c735 char *thread_name = NULL; in pa_raop_sink_new() local
/third_party/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_rast.c1173 char thread_name[16]; in thread_function() local
/third_party/pulseaudio/src/modules/alsa/
Dalsa-source.c2037 char *thread_name = NULL; in pa_alsa_source_new() local
Dalsa-sink.c2333 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()