gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:headmsg from mtkernel_3/kernel/tkernel/mailbox.c (0.00 seconds)
mtkernel_3
kernel/tkernel/mailbox.c - 9.4KB - 391 lines
170:                         nextmsg(pk_msg) = NULL;
171:                         if ( headmsg(mbxcb) == NULL ) {
172:                                 headmsg(mbxcb) = pk_msg;
173:                         } else {
222: 223: if ( headmsg(mbxcb) != NULL ) { 224: /* Get message from head of queue */ 225: *ppk_msg = headmsg(mbxcb); 226: headmsg(mbxcb) = nextmsg(*ppk_msg); 227: } else {
260: pk_rmbx->wtsk = knl_wait_tskid(&mbxcb->wait_queue); 261: pk_rmbx->pk_msg = headmsg(mbxcb); 262: }
349: pk_rmbx->wtsk = knl_wait_tskid(&mbxcb->wait_queue); 350: pk_rmbx->pk_msg = headmsg(mbxcb); 351: }