| /TwlSDK-5.1.0/build/demos/os/thread-3/src/ |
| D | main.c | 26 OSThread thread1; variable 62 …OS_CreateThread(&thread1, proc1, NULL, stack1 + STACK_SIZE / sizeof(u32), STACK_SIZE, THREAD1_PRIO… in NitroMain() 63 OS_WakeupThreadDirect(&thread1); in NitroMain() 68 OS_JoinThread(&thread1); in NitroMain() 74 …OS_CreateThread(&thread1, proc1, NULL, stack1 + STACK_SIZE / sizeof(u32), STACK_SIZE, THREAD1_PRIO… in NitroMain() 75 OS_WakeupThreadDirect(&thread1); in NitroMain() 82 while (!OS_IsThreadTerminated(&thread1)) in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/threadYield-1/src/ |
| D | main.c | 49 OSThread thread1; variable 110 …OS_CreateThread(&thread1, proc1, (void *)0, stack1 + STACK_SIZE / sizeof(u64), STACK_SIZE, THREAD1… in startTest() 118 OS_WakeupThreadDirect(&thread1); in startTest() 133 OS_DestroyThread(&thread1); in stopTest() 188 OS_WakeupThreadDirect(&thread1); in proc2() 217 OS_WakeupThreadDirect(&thread1); in proc3()
|
| /TwlSDK-5.1.0/build/demos/os/thread-1/src/ |
| D | main.c | 24 OSThread thread1; variable 51 …OS_CreateThread(&thread1, proc1, (void *)0x111, stack1 + STACK_SIZE / sizeof(u64), STACK_SIZE, THR… in NitroMain() 56 OS_WakeupThreadDirect(&thread1); in NitroMain() 97 OS_WakeupThreadDirect(&thread1); in proc2()
|
| /TwlSDK-5.1.0/build/demos/os/thread-2/src/ |
| D | main.c | 23 OSThread thread1; variable 53 …OS_CreateThread(&thread1, proc1, NULL, stack1 + STACK_SIZE / sizeof(u32), STACK_SIZE, THREAD1_PRIO… in NitroMain() 56 OS_WakeupThreadDirect(&thread1); in NitroMain() 95 OS_WakeupThreadDirect(&thread1); in VBlankIntr()
|
| /TwlSDK-5.1.0/build/demos/os/callTrace-2/src/ |
| D | main.c | 23 OSThread thread1; variable 101 OS_CreateThread(&thread1, proc1, NULL, stack1 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 105 OS_WakeupThreadDirect(&thread1); in NitroMain() 122 OS_DumpThreadCallTrace(&thread1); in NitroMain() 184 OS_WakeupThreadDirect(&thread1); in proc2()
|
| /TwlSDK-5.1.0/build/demos/os/waitIrq-2/src/ |
| D | main.c | 29 OSThread thread1; variable 100 …OS_CreateThread(&thread1, proc1, (void*)1, stack1 + STACK_SIZE / sizeof(u32), STACK_SIZE, THREAD1_… in startThreads() 102 OS_WakeupThreadDirect(&thread1); in startThreads() 105 OS_DestroyThread(&thread1); in startThreads()
|
| /TwlSDK-5.1.0/build/demos/os/waitIrq-1/src/ |
| D | main.c | 22 OSThread thread1; variable 46 …OS_CreateThread(&thread1, proc1, NULL, stack1 + STACK_SIZE / sizeof(u32), STACK_SIZE, THREAD1_PRIO… in NitroMain() 47 OS_WakeupThreadDirect(&thread1); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/message-1/src/ |
| D | main.c | 26 OSThread thread1; variable 50 …OS_CreateThread(&thread1, proc1, NULL, stack1 + STACK_SIZE / sizeof(u64), STACK_SIZE, THREAD1_PRIO… in NitroMain() 51 OS_WakeupThreadDirect(&thread1); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/functionCost-3/src/ |
| D | main.c | 31 OSThread thread1; variable 61 OS_CreateThread(&thread1, proc1, (void *)0x111, stack1 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 65 OS_WakeupThreadDirect(&thread1); in NitroMain() 125 OS_WakeupThreadDirect(&thread1); in proc2()
|
| /TwlSDK-5.1.0/build/demos/os/threadQueue-1/src/ |
| D | main.c | 23 OSThread thread1; variable 52 …OS_CreateThread(&thread1, proc1, NULL, stack1 + STACK_SIZE / sizeof(u64), STACK_SIZE, THREAD1_PRIO… in NitroMain() 55 OS_WakeupThreadDirect(&thread1); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/functionCost-2/src/ |
| D | main.c | 34 OSThread thread1; variable 64 OS_CreateThread(&thread1, proc1, (void *)0x111, stack1 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 68 OS_WakeupThreadDirect(&thread1); in NitroMain() 133 OS_WakeupThreadDirect(&thread1); in proc2()
|
| /TwlSDK-5.1.0/build/demos/os/event-1/src/ |
| D | main.c | 27 OSThread thread1; variable 58 OS_CreateThread(&thread1, in NitroMain() 64 OS_WakeupThreadDirect(&thread1); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/mutex-1/src/ |
| D | main.c | 30 OSThread thread1; variable 63 OS_CreateThread(&thread1, proc1, NULL, stack1 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 67 OS_WakeupThreadDirect(&thread1); in NitroMain() 159 OS_WakeupThreadDirect(&thread1); in VBlankIntr()
|
| /TwlSDK-5.1.0/build/demos/cp/ThreadSafeTest/src/ |
| D | main.c | 61 OSThread thread1; variable 116 OS_CreateThread(&thread1, proc1, (void *)0x111, stack1 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 121 OS_WakeupThreadDirect(&thread1); in NitroMain() 221 OS_WakeupThreadDirect(&thread1); in proc2()
|
| /TwlSDK-5.1.0/build/demos/os/mutex-2/src/ |
| D | main.c | 29 OSThread thread1; variable 90 OS_CreateThread(&thread1, proc1, NULL, stack1 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 92 OS_WakeupThreadDirect(&thread1); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/gx/UnitTours/Sub_Double3D/src/ |
| D | main.c | 48 OSThread thread1; variable 383 OS_CreateThread(&thread1, proc1, NULL, stack1 + STACK_SIZE / sizeof(u32), STACK_SIZE, in TwlMain() 385 OS_WakeupThreadDirect(&thread1); in TwlMain() 585 OS_WakeupThreadDirect(&thread1); in VBlankIntr()
|