VM_SIGNAL_RESULT vm_signal_wait( VM_SIGNAL_ID signal_id );
VM_SIGNAL_RESULT vm_signal_wait( VM_SIGNAL_ID signal_id );
Waits on a signal. If the signal is not set, the thread will be blocked. When the other thread posts the signal, the waiting threads will be waken up. This API should only be used in the threads spawned from vm_thread_create().
|
Parameters |
Description |
|
VM_SIGNAL_ID signal_id |
[IN] The ID of the signal the calling thread will be waiting on. |
vmthread.h
Doc-O-Matic. In order to make this message disappear you need to register this software. If you have problems registering this software please contact us at
support@toolsfactory.com.