Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/IppClub/Dora-SSR
/ pthread_mutex_unlock
Function
pthread_mutex_unlock
Source/3rdParty/bx/src/mutex.cpp:89–93 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
87
}
88
89
inline int pthread_mutex_unlock(pthread_mutex_t* _mutex)
90
{
91
LeaveCriticalSection(_mutex);
92
return 0;
93
}
94
95
inline int pthread_mutex_trylock(pthread_mutex_t* _mutex)
96
{
Callers
13
SDL_UnlockMutex
Function · 0.85
~hid_mutex_guard
Method · 0.85
IncrementRefCount
Method · 0.85
DecrementRefCount
Method · 0.85
pthread_barrier_wait
Function · 0.85
hid_report_callback
Function · 0.85
read_thread
Function · 0.85
hid_read_timeout
Function · 0.85
hid_close
Function · 0.85
unlock
Method · 0.85
post
Method · 0.85
wait
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected