Data Structures | |
struct | MutexList_t |
Functions | |
void | MutexList_Add (CriticalSection *mutexPointer, int mutexID) |
void | MutexList_Del (CriticalSection *mutexPointer) |
CriticalSection * | MutexList_GetPointer (int mutexID) |
int | MutexList_GetID (CriticalSection *mutexPointer) |
void MutexList_Add | ( | CriticalSection * | mutexPointer, | |
int | mutexID | |||
) |
void MutexList_Del | ( | CriticalSection * | mutexPointer | ) |
int MutexList_GetID | ( | CriticalSection * | mutexPointer | ) |
CriticalSection* MutexList_GetPointer | ( | int | mutexID | ) |