gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:nextmsg from tkernel_2/kernel/tkernel/src/mailbox.c (0.00 seconds)
tkernel_2
kernel/tkernel/src/mailbox.c - 11.4KB - 462 lines
111: 
112:         while ( (msg = (T_MSG_PRI*)nextmsg(prevmsg)) != NULL ) {
113:                 if ( msg->msgpri > pk_msg->msgpri ) {
117: } 118: nextmsg(pk_msg) = msg; 119: nextmsg(prevmsg) = pk_msg; 120: }
254: /* Connect to end of queue */ 255: nextmsg(pk_msg) = NULL; 256: if ( headmsg(mbxcb) == NULL ) {
258: } else { 259: nextmsg(mbxcb->mq_tail) = pk_msg; 260: }
304: *ppk_msg = headmsg(mbxcb); 305: headmsg(mbxcb) = nextmsg(*ppk_msg); 306: } else {