gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:InitModule (0.00 seconds)
tkernel_2
kernel/tkernel/src/tkstart.c - 3.3KB - 161 lines
87:         DispProgress(0x20);
88:         InitModule(cpu);
89:         InitModule(tkdev);
90: 
94: DispProgress(0x21); 95: InitModule(task); 96: #ifdef NUM_SEMID 97: InitModule(semaphore); 98: #endif 99: #ifdef NUM_FLGID 100: InitModule(eventflag); 101: #endif 102: #ifdef NUM_MBXID 103: InitModule(mailbox); 104: #endif 105: #ifdef NUM_MBFID 106: InitModule(messagebuffer); 107: #endif 108: #ifdef NUM_PORID 109: InitModule(rendezvous); 110: #endif 111: #ifdef NUM_MTXID 112: InitModule(mutex); 113: #endif 114: #ifdef NUM_MPLID 115: InitModule(memorypool); 116: #endif 117: #ifdef NUM_MPFID 118: InitModule(fix_memorypool); 119: #endif 120: #ifdef NUM_CYCID 121: InitModule(cyclichandler); 122: #endif 123: #ifdef NUM_ALMID 124: InitModule(alarmhandler); 125: #endif 126: InitModule(subsystem); 127: InitModule(resource_group); 128: InitModule(timer); 129: