gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tk_wai_sem from tkernel_2 (0.00 seconds)
tkernel_2
kernel/sysmgr/src/sysmgr.h - 12.6KB - 342 lines
70: #define SyncWaitDM()    {                  \
71:         tk_wai_sem(DevMgrSync, 1, TMO_FEVR);   \
72:         tk_ena_wai(TSK_SELF);                  \
lib/libtk/src/fastlock.c - 2.6KB - 115 lines
63:         if ( Inc(lock) > 0 ) {
64:                 tk_wai_sem(lock->id, 1, TMO_FEVR);
65:         }