Home
last modified time | relevance | path

Searched refs:ThreadJoin (Results 1 – 6 of 6) 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/platforms/unix/libpandabase/
Dthread.cpp108 void ThreadJoin(native_handle_type pthread_handle, void **ret) in ThreadJoin() function
Dsignal.h147 thread::ThreadJoin(catcher_thread_, ret_val); in StopThread()
/arkcompiler/runtime_core/libpandabase/tests/
Dbase_thread_test.cpp91 ThreadJoin(new_thread, &res);
/arkcompiler/ets_frontend/es2panda/util/
DworkerQueue.cpp55 os::thread::ThreadJoin(handle_id, &retval); in ~WorkerQueue()
/arkcompiler/runtime_core/libpandabase/os/
Dthread.h48 void ThreadJoin(native_handle_type pthread_handle, void **ret);