gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:tk_wai_sem from t2ex/t2ex_source/lib/libtk/src_t2ex/fastulock.c (0.00 seconds)
t2ex
t2ex_source/lib/libtk/src_t2ex/fastulock.c - 3.6KB - 131 lines
68:         if ( (INT)atomic_inc((INT*)&lock->cnt) > 0 ) {
69:                 tk_wai_sem(lock->id, 1, TMO_FEVR);
70:         }
71: #else
72:         tk_wai_sem(lock->id, 1, TMO_FEVR);
73: #endif