suspend_thread

Suspend thread
Suspending a thread may deadlock the whole application if the suspended
was owning some synchronization objects.
     tid - thread id
Return: -1:network error, 0-failed, 1-ok

long suspend_thread(long tid);

Last updated