Home
last modified time | relevance | path

Searched refs:OSThread (Results 1 – 22 of 22) sorted by relevance

/RvlSDK-3.2/include/revolution/os/
DOSThread.h106 typedef struct OSThread OSThread; typedef
117 typedef void (*OSSwitchThreadCallback)(OSThread* from, OSThread* to);
121 OSThread* head;
122 OSThread* tail;
127 OSThread* next;
128 OSThread* prev;
143 struct OSThread struct
192 OSThread* OSGetCurrentThread ( void );
193 BOOL OSIsThreadSuspended ( OSThread* thread );
194 BOOL OSIsThreadTerminated( OSThread* thread );
[all …]
DOSMutex.h47 OSThread* thread; // The current owner
/RvlSDK-3.2/include/revolution/gx/
DGXFifo.h203 OSThread* GXSetCurrentGXThread ( void );
204 OSThread* GXGetCurrentGXThread ( void );
/RvlSDK-3.2/build/demos/osdemo/src/
Dfpe.c54 static OSThread ThreadA;
56 static OSThread ThreadB;
Dthreaddemo1.c34 OSThread Thread;
Dthreaddemo2.c34 OSThread Thread;
Dthreaddemo4.c37 OSThread Thread;
Dthreaddemo3.c37 OSThread Thread;
Dthreaddemo5.c46 OSThread Thread;
Dcrcdemo.c42 static OSThread testThread;
/RvlSDK-3.2/build/demos/memdemo/src/
Dthread_safe.c49 static OSThread sThread1;
51 static OSThread sCheckThread;
/RvlSDK-3.2/build/demos/mididemo/src/
Dmain.c50 OSThread th; in main()
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayer/
DTHPRead.c68 static OSThread ReadThread;
DTHPAudioDecode.c61 static OSThread AudioDecodeThread;
DTHPVideoDecode.c69 static OSThread VideoDecodeThread;
/RvlSDK-3.2/build/demos/thpdemo/src/THPPlayerStrmAX/
DTHPRead.c63 static OSThread ReadThread;
DTHPAudioDecode.c62 static OSThread AudioDecodeThread;
DTHPVideoDecode.c65 static OSThread VideoDecodeThread;
/RvlSDK-3.2/build/demos/gxdemo/src/Management/
Dmgt-triple-buf.c59 static OSThread CUThread; // OS data for clean-up thread
/RvlSDK-3.2/RVL/bin/demos/gxdemo/
Dsmp-onetri.map537 00007b98 001338 8000e338 0000a4f8 1 .text os.a OSThread.o
538 00007b98 000004 8000e338 0000a4f8 4 DefaultSwitchThreadCallback os.a OSThread.o
539 UNUSED 000070 ........ ........ OSSetSwitchThreadCallback os.a OSThread.o
540 00007b9c 000284 8000e33c 0000a4fc 4 __OSThreadInit os.a OSThread.o
541 00007e20 000010 8000e5c0 0000a780 4 OSInitThreadQueue os.a OSThread.o
542 00007e30 00000c 8000e5d0 0000a790 4 OSGetCurrentThread os.a OSThread.o
543 UNUSED 000014 ........ ........ OSIsThreadSuspended os.a OSThread.o
544 UNUSED 00002c ........ ........ OSIsThreadTerminated os.a OSThread.o
545 00007e3c 00003c 8000e5dc 0000a79c 4 OSDisableScheduler os.a OSThread.o
546 00007e78 00003c 8000e618 0000a7d8 4 OSEnableScheduler os.a OSThread.o
[all …]
/RvlSDK-3.2/build/demos/videmo/src/
Dviewer.c371 OSThread* background; in printOneLevel()
/RvlSDK-3.2/RVL/bin/demos/thpdemo/
DTHPSimple.map602 00009c70 001338 80010410 0000c5d0 1 .text os.a OSThread.o
603 00009c70 000004 80010410 0000c5d0 4 DefaultSwitchThreadCallback os.a OSThread.o
604 UNUSED 000070 ........ ........ OSSetSwitchThreadCallback os.a OSThread.o
605 00009c74 000284 80010414 0000c5d4 4 __OSThreadInit os.a OSThread.o
606 00009ef8 000010 80010698 0000c858 4 OSInitThreadQueue os.a OSThread.o
607 00009f08 00000c 800106a8 0000c868 4 OSGetCurrentThread os.a OSThread.o
608 UNUSED 000014 ........ ........ OSIsThreadSuspended os.a OSThread.o
609 UNUSED 00002c ........ ........ OSIsThreadTerminated os.a OSThread.o
610 00009f14 00003c 800106b4 0000c874 4 OSDisableScheduler os.a OSThread.o
611 00009f50 00003c 800106f0 0000c8b0 4 OSEnableScheduler os.a OSThread.o
[all …]