gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 6 of 6 for funcall:in_indp from tkernel_2 (0.00 seconds)
tkernel_2
kernel/sysdepend/cpu/em1d/cpu_status.h - 4.3KB - 155 lines
77: #define in_ddsp()       ( dispatch_disabled   \
78:                         || in_indp()         \
79:                         || isDI(getCPSR()) )
More results from cpu_status.h
kernel/tkernel/src/check.h - 10.6KB - 291 lines
27: #define CHECK_TSKID(tskid) {                                    \
28:         if (!in_indp() && ((tskid) == TSK_SELF)) {             \
29:                 return E_OBJ;                                 \
More results from check.h
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;
More results from messagebuf.c
kernel/tkernel/src/misc_calls.c - 6.9KB - 264 lines
32: {
33:         if ( in_indp() ) {
34:                 pk_rsys->sysstat = TSS_INDP;
More results from misc_calls.c
kernel/tkernel/src/subsystem.c - 29.4KB - 1,062 lines
560: 
561:         if ( in_indp() ) {
562:                 /* Execute at task-independent part */
kernel/tkernel/src/task_manage.c - 23.8KB - 956 lines
312: #if CHK_CTX2
313:         if ( in_indp() ) {
314: #if USE_KERNEL_MESSAGE
More results from task_manage.c