gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:nextmsg from mtkernel_3/kernel/tkernel/mailbox.c (0.00 seconds)
mtkernel_3
kernel/tkernel/mailbox.c - 9.4KB - 391 lines
169:                         /* Connect to end of queue */
170:                         nextmsg(pk_msg) = NULL;
171:                         if ( headmsg(mbxcb) == NULL ) {
173: } else { 174: nextmsg(mbxcb->mq_tail) = pk_msg; 175: }
225: *ppk_msg = headmsg(mbxcb); 226: headmsg(mbxcb) = nextmsg(*ppk_msg); 227: } else {