Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/platforms/windows/libpandabase/
Dthread.cpp95 void ThreadJoin(native_handle_type pthread_handle, void **ret) in ThreadJoin() function
/arkcompiler/runtime_core/static_core/platforms/windows/libpandabase/
Dthread.cpp126 void ThreadJoin(NativeHandleType pthreadHandle, void **ret) in ThreadJoin() function
/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.cpp95 void ThreadJoin(native_handle_type pthread_handle, void **ret) in ThreadJoin() function
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp153 void ThreadJoin(NativeHandleType pthreadHandle, void **ret) in ThreadJoin() function