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;
42 static OSThread testThread;
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;
59 static OSThread CUThread; // OS data for clean-up thread
537 00007b98 001338 8000e338 0000a4f8 1 .text os.a OSThread.o538 00007b98 000004 8000e338 0000a4f8 4 DefaultSwitchThreadCallback os.a OSThread.o539 UNUSED 000070 ........ ........ OSSetSwitchThreadCallback os.a OSThread.o540 00007b9c 000284 8000e33c 0000a4fc 4 __OSThreadInit os.a OSThread.o541 00007e20 000010 8000e5c0 0000a780 4 OSInitThreadQueue os.a OSThread.o542 00007e30 00000c 8000e5d0 0000a790 4 OSGetCurrentThread os.a OSThread.o543 UNUSED 000014 ........ ........ OSIsThreadSuspended os.a OSThread.o544 UNUSED 00002c ........ ........ OSIsThreadTerminated os.a OSThread.o545 00007e3c 00003c 8000e5dc 0000a79c 4 OSDisableScheduler os.a OSThread.o546 00007e78 00003c 8000e618 0000a7d8 4 OSEnableScheduler os.a OSThread.o[all …]
371 OSThread* background; in printOneLevel()
602 00009c70 001338 80010410 0000c5d0 1 .text os.a OSThread.o603 00009c70 000004 80010410 0000c5d0 4 DefaultSwitchThreadCallback os.a OSThread.o604 UNUSED 000070 ........ ........ OSSetSwitchThreadCallback os.a OSThread.o605 00009c74 000284 80010414 0000c5d4 4 __OSThreadInit os.a OSThread.o606 00009ef8 000010 80010698 0000c858 4 OSInitThreadQueue os.a OSThread.o607 00009f08 00000c 800106a8 0000c868 4 OSGetCurrentThread os.a OSThread.o608 UNUSED 000014 ........ ........ OSIsThreadSuspended os.a OSThread.o609 UNUSED 00002c ........ ........ OSIsThreadTerminated os.a OSThread.o610 00009f14 00003c 800106b4 0000c874 4 OSDisableScheduler os.a OSThread.o611 00009f50 00003c 800106f0 0000c8b0 4 OSEnableScheduler os.a OSThread.o[all …]