Searched refs:OSThread (Results 1 – 22 of 22) sorted by relevance
106 typedef struct OSThread OSThread; typedef117 typedef void (*OSSwitchThreadCallback)(OSThread* from, OSThread* to);121 OSThread* head;122 OSThread* tail;127 OSThread* next;128 OSThread* prev;143 struct OSThread struct192 OSThread* OSGetCurrentThread ( void );193 BOOL OSIsThreadSuspended ( OSThread* thread );194 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;
49 static OSThread sThread1;51 static OSThread sCheckThread;
50 OSThread th; in main()
68 static OSThread ReadThread;
61 static OSThread AudioDecodeThread;
69 static OSThread VideoDecodeThread;
63 static OSThread ReadThread;
62 static OSThread AudioDecodeThread;
65 static OSThread VideoDecodeThread;
546 0000791c 001338 8000e0bc 0000a27c 1 .text os.a OSThread.o547 0000791c 000004 8000e0bc 0000a27c 4 DefaultSwitchThreadCallback os.a OSThread.o548 UNUSED 000070 ........ ........ OSSetSwitchThreadCallback os.a OSThread.o549 00007920 000284 8000e0c0 0000a280 4 __OSThreadInit os.a OSThread.o550 00007ba4 000010 8000e344 0000a504 4 OSInitThreadQueue os.a OSThread.o551 00007bb4 00000c 8000e354 0000a514 4 OSGetCurrentThread os.a OSThread.o552 UNUSED 000014 ........ ........ OSIsThreadSuspended os.a OSThread.o553 UNUSED 00002c ........ ........ OSIsThreadTerminated os.a OSThread.o554 00007bc0 00003c 8000e360 0000a520 4 OSDisableScheduler os.a OSThread.o555 00007bfc 00003c 8000e39c 0000a55c 4 OSEnableScheduler os.a OSThread.o[all …]
59 static OSThread CUThread; // OS data for clean-up thread
368 OSThread* background; in printOneLevel()
609 00009910 001338 800100b0 0000c270 1 .text os.a OSThread.o610 00009910 000004 800100b0 0000c270 4 DefaultSwitchThreadCallback os.a OSThread.o611 UNUSED 000070 ........ ........ OSSetSwitchThreadCallback os.a OSThread.o612 00009914 000284 800100b4 0000c274 4 __OSThreadInit os.a OSThread.o613 00009b98 000010 80010338 0000c4f8 4 OSInitThreadQueue os.a OSThread.o614 00009ba8 00000c 80010348 0000c508 4 OSGetCurrentThread os.a OSThread.o615 UNUSED 000014 ........ ........ OSIsThreadSuspended os.a OSThread.o616 UNUSED 00002c ........ ........ OSIsThreadTerminated os.a OSThread.o617 00009bb4 00003c 80010354 0000c514 4 OSDisableScheduler os.a OSThread.o618 00009bf0 00003c 80010390 0000c550 4 OSEnableScheduler os.a OSThread.o[all …]
70 static OSThread CardThread;