Home
last modified time | relevance | path

Searched defs:threadName (Results 1 – 4 of 4) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/linux/linux_gtest/
Dlinux_prctl_test.cpp21 const char* threadName = "ThreadName"; variable
/third_party/lwip/contrib/ports/win32/
Dsys_arch.c410 SetThreadName(DWORD dwThreadID, const char* threadName) in SetThreadName()
426 SetThreadName(DWORD dwThreadID, const char* threadName) in SetThreadName()
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/distributed/rpc/tcp/
Devent_loop.cc163 bool EventLoop::Initialize(const std::string &threadName) { in Initialize()
/third_party/musl/Benchmark/musl/
Dlibc_pthread.cpp642 char threadName[NAME_LEN] = "THREADFOO"; in Bm_function_pthread_setname_np() local