gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:is_diswai from tkernel_2/kernel/tkernel/src/messagebuf.c (0.00 seconds)
tkernel_2
kernel/tkernel/src/messagebuf.c - 18.5KB - 689 lines
388:         /* Check send wait disable */
389:         if ( !in_indp() && is_diswai((GCB*)mbfcb, ctxtsk, TTW_SMBF) ) {
390:                 ercd = E_DISWAI;
452: /* Check receive wait disable */ 453: if ( is_diswai((GCB*)mbfcb, ctxtsk, TTW_RMBF) ) { 454: ercd = E_DISWAI;