Search | Google it | Results 1 - 3 of 3 for funcall:atomic_dec (0.00 seconds) |
81: #if USE_ATOMIC_INT 82: if ( (INT)atomic_dec((INT*)&lock->cnt) >= 0 ) { 83: tk_sig_sem(lock->id, 1);
83: } 84: atomic_dec(&lock->wai); 85: #else
73: { 74: atomic_dec(target); 75: }