Home
last modified time | relevance | path

Searched defs:pthreadHandle (Results 1 – 2 of 2) sorted by relevance

/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp118 int SetThreadName(NativeHandleType pthreadHandle, const char *name) in SetThreadName()
148 void ThreadDetach(NativeHandleType pthreadHandle) in ThreadDetach()
153 void ThreadJoin(NativeHandleType pthreadHandle, void **ret) in ThreadJoin()
158 void ThreadSendSignal(NativeHandleType pthreadHandle, int sig) in ThreadSendSignal()
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dthread.cpp99 int SetThreadName(NativeHandleType pthreadHandle, const char *name) in SetThreadName()
121 void ThreadDetach(NativeHandleType pthreadHandle) in ThreadDetach()
126 void ThreadJoin(NativeHandleType pthreadHandle, void **ret) in ThreadJoin()