gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:tk_sig_sem from mtkernel_3 (0.00 seconds)
mtkernel_3
kernel/tkernel/deviceio.c - 25.9KB - 1,052 lines
573:         if ( opncb->abort_tskid > 0 && --opncb->abort_cnt == 0 ) {
574:                 tk_sig_sem(opncb->abort_semid, 1);
575:         }
More results from deviceio.c
lib/libtk/fastlock.c - 2.3KB - 109 lines
68:         if ( Dec(lock) > 0 ) {
69:                 tk_sig_sem(lock->id, 1);
70:         }