MCPcopy Create free account
hub / github.com/IppClub/Dora-SSR / pthread_mutex_lock

Function pthread_mutex_lock

Source/3rdParty/bx/src/mutex.cpp:83–87  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

81 typedef unsigned pthread_mutexattr_t;
82
83 inline int pthread_mutex_lock(pthread_mutex_t* _mutex)
84 {
85 EnterCriticalSection(_mutex);
86 return 0;
87 }
88
89 inline int pthread_mutex_unlock(pthread_mutex_t* _mutex)
90 {

Callers 13

SDL_LockMutexFunction · 0.85
hid_mutex_guardMethod · 0.85
IncrementRefCountMethod · 0.85
DecrementRefCountMethod · 0.85
pthread_barrier_waitFunction · 0.85
hid_report_callbackFunction · 0.85
read_threadFunction · 0.85
hid_read_timeoutFunction · 0.85
hid_closeFunction · 0.85
lockMethod · 0.85
postMethod · 0.85
waitMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected