gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:call_brkhdr (0.00 seconds)
tkernel_2
kernel/tkernel/src/subsystem.c - 29.4KB - 1,062 lines
300:         if ( ctxtsk->exectex != 0 ) {
301:                 call_brkhdr(ctxtsk);  /* Execute break function */
302:         }
380: if ( ctxtsk->exectex != 0 ) { 381: call_brkhdr(ctxtsk); /* Execute break function */ 382: }
459: if ( ctxtsk->exectex != 0 ) { 460: call_brkhdr(ctxtsk); /* Execute break function */ 461: }
607: if ( ctxtsk->exectex != 0 ) { 608: call_brkhdr(ctxtsk); /* Execute break function */ 609: }
848: /* Execute break function */ 849: call_brkhdr(tcb); 850: }
857: if ( ctxtsk->exectex != 0 ) { 858: call_brkhdr(ctxtsk); /* Execute break function */ 859: }