Search | Google it | Results 1 - 2 of 2 for funcall:tk_wai_sem from tkernel_2 (0.00 seconds) |
70: #define SyncWaitDM() { \ 71: tk_wai_sem(DevMgrSync, 1, TMO_FEVR); \ 72: tk_ena_wai(TSK_SELF); \
63: if ( Inc(lock) > 0 ) { 64: tk_wai_sem(lock->id, 1, TMO_FEVR); 65: }