Searched refs:OSThread (Results 1 – 21 of 21) sorted by relevance
103 typedef struct OSThread OSThread; typedef114 typedef void (*OSSwitchThreadCallback)(OSThread* from, OSThread* to);118 OSThread* head;119 OSThread* tail;124 OSThread* next;125 OSThread* prev;140 struct OSThread struct189 OSThread* OSGetCurrentThread ( void );190 BOOL OSIsThreadSuspended ( OSThread* thread );191 BOOL OSIsThreadTerminated( OSThread* thread );[all …]
47 OSThread* thread; // the current owner
203 OSThread* GXSetCurrentGXThread ( void );204 OSThread* GXGetCurrentGXThread ( void );
54 static OSThread ThreadA;56 static OSThread ThreadB;
34 OSThread Thread;
37 OSThread Thread;
46 OSThread Thread;
51 static OSThread sThread1;53 static OSThread sCheckThread;
63 static OSThread ReadThread;
62 static OSThread AudioDecodeThread;
65 static OSThread VideoDecodeThread;
68 static OSThread ReadThread;
61 static OSThread AudioDecodeThread;
69 static OSThread VideoDecodeThread;
500 00006f64 000e10 8000d684 00009844 1 .text os.a OSThread.o501 00006f64 000004 8000d684 00009844 4 DefaultSwitchThreadCallback os.a OSThread.o502 UNUSED 000070 ........ ........ OSSetSwitchThreadCallback os.a OSThread.o503 00006f68 000284 8000d688 00009848 4 __OSThreadInit os.a OSThread.o504 000071ec 000010 8000d90c 00009acc 4 OSInitThreadQueue os.a OSThread.o505 000071fc 00000c 8000d91c 00009adc 4 OSGetCurrentThread os.a OSThread.o506 UNUSED 000014 ........ ........ OSIsThreadSuspended os.a OSThread.o507 UNUSED 00002c ........ ........ OSIsThreadTerminated os.a OSThread.o508 00007208 00003c 8000d928 00009ae8 4 OSDisableScheduler os.a OSThread.o509 00007244 00003c 8000d964 00009b24 4 OSEnableScheduler os.a OSThread.o[all …]
563 00008f60 000e10 8000f680 0000b840 1 .text os.a OSThread.o564 00008f60 000004 8000f680 0000b840 4 DefaultSwitchThreadCallback os.a OSThread.o565 UNUSED 000070 ........ ........ OSSetSwitchThreadCallback os.a OSThread.o566 00008f64 000284 8000f684 0000b844 4 __OSThreadInit os.a OSThread.o567 000091e8 000010 8000f908 0000bac8 4 OSInitThreadQueue os.a OSThread.o568 000091f8 00000c 8000f918 0000bad8 4 OSGetCurrentThread os.a OSThread.o569 UNUSED 000014 ........ ........ OSIsThreadSuspended os.a OSThread.o570 UNUSED 00002c ........ ........ OSIsThreadTerminated os.a OSThread.o571 00009204 00003c 8000f924 0000bae4 4 OSDisableScheduler os.a OSThread.o572 00009240 00003c 8000f960 0000bb20 4 OSEnableScheduler os.a OSThread.o[all …]
59 static OSThread CUThread; // OS data for clean-up thread
368 OSThread* background; in printOneLevel()
70 static OSThread CardThread;