Search | Google it | Results 1 - 1 of 1 for funcall:tk_sig_sem from t2ex/t2ex_source/lib/libtk/src_t2ex/fastulock.c (0.00 seconds) |
82: if ( (INT)atomic_dec((INT*)&lock->cnt) >= 0 ) { 83: tk_sig_sem(lock->id, 1); 84: } 85: #else 86: tk_sig_sem(lock->id, 1); 87: #endif