Home
last modified time | relevance | path

Searched refs:ThreadSendSignal (Results 1 – 6 of 6) sorted by relevance

/arkcompiler/runtime_core/platforms/unix/libpandabase/
Dthread.cpp113 void ThreadSendSignal(native_handle_type pthread_handle, int sig) in ThreadSendSignal() function
Dsignal.h115 thread::ThreadSendSignal(catcher_thread_, sig); in SendSignal()
/arkcompiler/runtime_core/static_core/platforms/unix/libpandabase/
Dthread.cpp163 void ThreadSendSignal(NativeHandleType pthreadHandle, int sig) in ThreadSendSignal() function
Dsignal.h114 thread::ThreadSendSignal(catcherThread_, sig); in SendSignal()
/arkcompiler/runtime_core/libpandabase/os/
Dthread.h49 void ThreadSendSignal(native_handle_type pthread_handle, int sig);
/arkcompiler/runtime_core/static_core/libpandabase/os/
Dthread.h57 PANDA_PUBLIC_API void ThreadSendSignal(NativeHandleType pthreadHandle, int sig);