Home
last modified time | relevance | path

Searched refs:SetThreadName (Results 1 – 4 of 4) sorted by relevance

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dthread.cpp63 int SetThreadName(native_handle_type pthread_handle, const char *name) in SetThreadName() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.cpp73 int SetThreadName(native_handle_type pthread_handle, const char *name) in SetThreadName() function
/arkcompiler/ets_runtime/ecmascript/taskpool/
Drunner.cpp74 os::thread::SetThreadName(thread, "GC_WorkerThread"); in Run()
/arkcompiler/runtime_core/libpandabase/os/
Dthread.h43 int SetThreadName(native_handle_type pthread_handle, const char *name);