Home
last modified time | relevance | path

Searched refs:CoreMutex (Results 1 – 3 of 3) sorted by relevance

/include/core/
Dmutex.h5 typedef struct CoreMutex { struct
7 } CoreMutex; typedef
9 void CoreMutex_Init(CoreMutex *mtx);
10 void CoreMutex_Lock(CoreMutex *mtx);
11 bool CoreMutex_TryLock(CoreMutex *mtx);
12 void CoreMutex_Unlock(CoreMutex *mtx);
/lib/libc/core/
Dmutex.c9 CoreMutex_Init(CoreMutex *mtx) in CoreMutex_Init()
16 CoreMutex_Lock(CoreMutex *mtx) in CoreMutex_Lock()
24 CoreMutex_TryLock(CoreMutex *mtx) in CoreMutex_TryLock()
34 CoreMutex_Unlock(CoreMutex *mtx) in CoreMutex_Unlock()
/lib/libc/posix/
Dpthread.c41 static CoreMutex __threadTableLock;
320 CoreMutex mtx;