gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:tk_sig_sem from t2ex/t2ex_source/lib/libtk/src_t2ex/fastulock.c (0.01 seconds)
t2ex
t2ex_source/lib/libtk/src_t2ex/fastulock.c - 3.6KB - 131 lines
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