Home
last modified time | relevance | path

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

/RvlSDK-3.1.4/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.1.4/build/demos/osdemo/src/
Dthreaddemo4.c40 OSMutex Mutex;
Dthreaddemo5.c40 OSMutex Mutex;
/RvlSDK-3.1.4/include/revolution/mem/
DheapCommon.h107 OSMutex mutex; // For exclusive use between threads
/RvlSDK-3.1.4/build/libraries/mem/src/
Dmem_heapCommon.c28 static OSMutex sRootMutex; // multi-heap management exclusion controls (24B)
/RvlSDK-3.1.4/build/demos/carddemo/src/
Dcardutil.c49 OSMutex mutex; // mutex for control block
65 OSMutex mutexDirectory; // mutex for directory and numFiles
/RvlSDK-3.1.4/RVL/bin/demos/gxdemo/
Dsmp-onetri.map477 0000671c 000248 8000cebc 0000907c 1 .text os.a OSMutex.o
478 0000671c 000038 8000cebc 0000907c 4 OSInitMutex os.a OSMutex.o
479 00006754 0000dc 8000cef4 000090b4 4 OSLockMutex os.a OSMutex.o
480 00006830 0000c8 8000cfd0 00009190 4 OSUnlockMutex os.a OSMutex.o
481 000068f8 00006c 8000d098 00009258 4 __OSUnlockAllMutex os.a OSMutex.o
482 UNUSED 0000bc ........ ........ OSTryLockMutex os.a OSMutex.o
483 UNUSED 000004 ........ ........ OSInitCond os.a OSMutex.o
484 UNUSED 0000dc ........ ........ OSWaitCond os.a OSMutex.o
485 UNUSED 000004 ........ ........ OSSignalCond os.a OSMutex.o
486 UNUSED 0000fc ........ ........ __OSCheckMutex os.a OSMutex.o
[all …]
/RvlSDK-3.1.4/RVL/bin/demos/thpdemo/
DTHPSimple.map540 00008710 000248 8000eeb0 0000b070 1 .text os.a OSMutex.o
541 00008710 000038 8000eeb0 0000b070 4 OSInitMutex os.a OSMutex.o
542 00008748 0000dc 8000eee8 0000b0a8 4 OSLockMutex os.a OSMutex.o
543 00008824 0000c8 8000efc4 0000b184 4 OSUnlockMutex os.a OSMutex.o
544 000088ec 00006c 8000f08c 0000b24c 4 __OSUnlockAllMutex os.a OSMutex.o
545 UNUSED 0000bc ........ ........ OSTryLockMutex os.a OSMutex.o
546 UNUSED 000004 ........ ........ OSInitCond os.a OSMutex.o
547 UNUSED 0000dc ........ ........ OSWaitCond os.a OSMutex.o
548 UNUSED 000004 ........ ........ OSSignalCond os.a OSMutex.o
549 UNUSED 0000fc ........ ........ __OSCheckMutex os.a OSMutex.o
[all …]