Searched defs:_oslMutexImpl (Results 1 – 4 of 4) sorted by relevance
35 typedef struct _oslMutexImpl { struct36 CRITICAL_SECTION m_Mutex;37 int m_Locks;38 DWORD m_Owner;39 DWORD m_Requests;
35 typedef struct _oslMutexImpl { struct36 HMTX m_Mutex;37 int m_Locks;38 ULONG m_Owner;39 ULONG m_Requests;
47 typedef struct _oslMutexImpl struct49 pthread_mutex_t mutex;
31 struct _oslMutexImpl struct
Completed in 22 milliseconds