| /TwlSDK-5.1.0/build/demos/os/threadYield-1/src/ |
| D | main.c | 50 OSThread thread2; variable 111 …OS_CreateThread(&thread2, proc2, (void *)0, stack2 + STACK_SIZE / sizeof(u64), STACK_SIZE, THREAD2… in startTest() 119 OS_WakeupThreadDirect(&thread2); in startTest() 134 OS_DestroyThread(&thread2); in stopTest() 159 OS_WakeupThreadDirect(&thread2); in proc1() 218 OS_WakeupThreadDirect(&thread2); in proc3()
|
| /TwlSDK-5.1.0/build/demos/os/thread-1/src/ |
| D | main.c | 25 OSThread thread2; variable 52 …OS_CreateThread(&thread2, proc2, (void *)0x222, stack2 + STACK_SIZE / sizeof(u64), STACK_SIZE, THR… in NitroMain() 57 OS_WakeupThreadDirect(&thread2); in NitroMain() 62 OS_WakeupThreadDirect(&thread2); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/thread-2/src/ |
| D | main.c | 24 OSThread thread2; variable 54 …OS_CreateThread(&thread2, proc2, NULL, stack2 + STACK_SIZE / sizeof(u32), STACK_SIZE, THREAD2_PRIO… in NitroMain() 57 OS_WakeupThreadDirect(&thread2); in NitroMain() 96 OS_WakeupThreadDirect(&thread2); in VBlankIntr()
|
| /TwlSDK-5.1.0/build/demos/os/callTrace-2/src/ |
| D | main.c | 24 OSThread thread2; variable 103 OS_CreateThread(&thread2, proc2, NULL, stack2 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 106 OS_WakeupThreadDirect(&thread2); in NitroMain() 113 OS_WakeupThreadDirect(&thread2); in NitroMain() 124 OS_DumpThreadCallTrace(&thread2); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/waitIrq-2/src/ |
| D | main.c | 30 OSThread thread2; variable 101 …OS_CreateThread(&thread2, proc1, (void*)2, stack2 + STACK_SIZE / sizeof(u32), STACK_SIZE, THREAD2_… in startThreads() 103 OS_WakeupThreadDirect(&thread2); in startThreads() 106 OS_DestroyThread(&thread2); in startThreads()
|
| /TwlSDK-5.1.0/build/demos/os/functionCost-3/src/ |
| D | main.c | 32 OSThread thread2; variable 63 OS_CreateThread(&thread2, proc2, (void *)0x222, stack2 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 66 OS_WakeupThreadDirect(&thread2); in NitroMain() 75 OS_WakeupThreadDirect(&thread2); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/mutex-2/src/ |
| D | main.c | 30 OSThread thread2; variable 62 OS_CreateThread(&thread2, proc2, NULL, stack2 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 64 OS_WakeupThreadDirect(&thread2); in NitroMain() 95 OS_WakeupThreadDirect(&thread2); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/threadQueue-1/src/ |
| D | main.c | 24 OSThread thread2; variable 53 …OS_CreateThread(&thread2, proc2, NULL, stack2 + STACK_SIZE / sizeof(u64), STACK_SIZE, THREAD2_PRIO… in NitroMain() 56 OS_WakeupThreadDirect(&thread2); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/functionCost-2/src/ |
| D | main.c | 35 OSThread thread2; variable 66 OS_CreateThread(&thread2, proc2, (void *)0x222, stack2 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 69 OS_WakeupThreadDirect(&thread2); in NitroMain() 78 OS_WakeupThreadDirect(&thread2); in NitroMain()
|
| /TwlSDK-5.1.0/build/demos/os/mutex-1/src/ |
| D | main.c | 31 OSThread thread2; variable 65 OS_CreateThread(&thread2, proc2, NULL, stack2 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 68 OS_WakeupThreadDirect(&thread2); in NitroMain() 160 OS_WakeupThreadDirect(&thread2); in VBlankIntr()
|
| /TwlSDK-5.1.0/build/demos/cp/ThreadSafeTest/src/ |
| D | main.c | 62 OSThread thread2; variable 118 OS_CreateThread(&thread2, proc2, (void *)0x222, stack2 + STACK_SIZE / sizeof(u64), STACK_SIZE, in NitroMain() 122 OS_WakeupThreadDirect(&thread2); in NitroMain() 125 OS_WakeupThreadDirect(&thread2); in NitroMain()
|