Home
last modified time | relevance | path

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

/RvlSDK-2.1/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.h108 typedef struct OSMutex OSMutex; typedef
130 OSMutex* head;
131 OSMutex* tail;
136 OSMutex* next;
137 OSMutex* prev;
156 OSMutex* mutex; // mutex trying to lock
/RvlSDK-2.1/build/demos/osdemo/src/
Dthreaddemo4.c40 OSMutex Mutex;
Dthreaddemo5.c40 OSMutex Mutex;
/RvlSDK-2.1/include/revolution/mem/
DheapCommon.h107 OSMutex mutex; // For exclusive use between threads
/RvlSDK-2.1/build/libraries/mem/src/
Dmem_heapCommon.c28 static OSMutex sRootMutex; // multi-heap management exclusion controls (24B)
/RvlSDK-2.1/build/demos/carddemo/src/
Dcardutil.c49 OSMutex mutex; // mutex for control block
65 OSMutex mutexDirectory; // mutex for directory and numFiles
/RvlSDK-2.1/RVL/bin/demos/gxdemo/
Dsmp-onetri.map440 0000620c 0001dc 8000c92c 00008aec 1 .text os.a OSMutex.o
441 0000620c 000038 8000c92c 00008aec 4 OSInitMutex os.a OSMutex.o
442 00006244 0000dc 8000c964 00008b24 4 OSLockMutex os.a OSMutex.o
443 00006320 0000c8 8000ca40 00008c00 4 OSUnlockMutex os.a OSMutex.o
444 UNUSED 00006c ........ ........ __OSUnlockAllMutex os.a OSMutex.o
445 UNUSED 0000bc ........ ........ OSTryLockMutex os.a OSMutex.o
446 UNUSED 000004 ........ ........ OSInitCond os.a OSMutex.o
447 UNUSED 0000dc ........ ........ OSWaitCond os.a OSMutex.o
448 UNUSED 000004 ........ ........ OSSignalCond os.a OSMutex.o
449 UNUSED 0000fc ........ ........ __OSCheckMutex os.a OSMutex.o
[all …]
/RvlSDK-2.1/RVL/bin/demos/thpdemo/
DTHPSimple.map503 00008208 0001dc 8000e928 0000aae8 1 .text os.a OSMutex.o
504 00008208 000038 8000e928 0000aae8 4 OSInitMutex os.a OSMutex.o
505 00008240 0000dc 8000e960 0000ab20 4 OSLockMutex os.a OSMutex.o
506 0000831c 0000c8 8000ea3c 0000abfc 4 OSUnlockMutex os.a OSMutex.o
507 UNUSED 00006c ........ ........ __OSUnlockAllMutex os.a OSMutex.o
508 UNUSED 0000bc ........ ........ OSTryLockMutex os.a OSMutex.o
509 UNUSED 000004 ........ ........ OSInitCond os.a OSMutex.o
510 UNUSED 0000dc ........ ........ OSWaitCond os.a OSMutex.o
511 UNUSED 000004 ........ ........ OSSignalCond os.a OSMutex.o
512 UNUSED 0000fc ........ ........ __OSCheckMutex os.a OSMutex.o
[all …]