Home
last modified time | relevance | path

Searched refs:OSMutex (Results 1 – 8 of 8) sorted by relevance

/RvlSDK-3.2/include/revolution/os/
DOSMutex.h44 struct OSMutex struct
57 void OSInitMutex ( OSMutex* mutex ); argument
58 void OSLockMutex ( OSMutex* mutex );
59 void OSUnlockMutex ( OSMutex* mutex );
60 BOOL OSTryLockMutex( OSMutex* mutex );
62 void OSWaitCond ( OSCond* cond, OSMutex* mutex );
DOSThread.h111 typedef struct OSMutex OSMutex; typedef
133 OSMutex* head;
134 OSMutex* tail;
139 OSMutex* next;
140 OSMutex* prev;
159 OSMutex* mutex; // mutex trying to lock
/RvlSDK-3.2/build/demos/osdemo/src/
Dthreaddemo4.c40 OSMutex Mutex;
Dthreaddemo5.c40 OSMutex Mutex;
/RvlSDK-3.2/include/revolution/mem/
DheapCommon.h107 OSMutex mutex; // For exclusive use between threads
/RvlSDK-3.2/build/libraries/mem/src/
Dmem_heapCommon.c28 static OSMutex sRootMutex; // multi-heap management exclusion controls (24B)
/RvlSDK-3.2/RVL/bin/demos/gxdemo/
Dsmp-onetri.map468 00006634 000248 8000cdd4 00008f94 1 .text os.a OSMutex.o
469 00006634 000038 8000cdd4 00008f94 4 OSInitMutex os.a OSMutex.o
470 0000666c 0000dc 8000ce0c 00008fcc 4 OSLockMutex os.a OSMutex.o
471 00006748 0000c8 8000cee8 000090a8 4 OSUnlockMutex os.a OSMutex.o
472 00006810 00006c 8000cfb0 00009170 4 __OSUnlockAllMutex os.a OSMutex.o
473 UNUSED 0000bc ........ ........ OSTryLockMutex os.a OSMutex.o
474 UNUSED 000004 ........ ........ OSInitCond os.a OSMutex.o
475 UNUSED 0000dc ........ ........ OSWaitCond os.a OSMutex.o
476 UNUSED 000004 ........ ........ OSSignalCond os.a OSMutex.o
477 UNUSED 0000fc ........ ........ __OSCheckMutex os.a OSMutex.o
[all …]
/RvlSDK-3.2/RVL/bin/demos/thpdemo/
DTHPSimple.map533 0000870c 000248 8000eeac 0000b06c 1 .text os.a OSMutex.o
534 0000870c 000038 8000eeac 0000b06c 4 OSInitMutex os.a OSMutex.o
535 00008744 0000dc 8000eee4 0000b0a4 4 OSLockMutex os.a OSMutex.o
536 00008820 0000c8 8000efc0 0000b180 4 OSUnlockMutex os.a OSMutex.o
537 000088e8 00006c 8000f088 0000b248 4 __OSUnlockAllMutex os.a OSMutex.o
538 UNUSED 0000bc ........ ........ OSTryLockMutex os.a OSMutex.o
539 UNUSED 000004 ........ ........ OSInitCond os.a OSMutex.o
540 UNUSED 0000dc ........ ........ OSWaitCond os.a OSMutex.o
541 UNUSED 000004 ........ ........ OSSignalCond os.a OSMutex.o
542 UNUSED 0000fc ........ ........ __OSCheckMutex os.a OSMutex.o
[all …]