Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/F-Stack/f-stack
/ moduleAcquireGIL
Function
moduleAcquireGIL
app/redis-6.2.6/src/module.c:5835–5837 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
5833
}
5834
5835
void moduleAcquireGIL(void) {
5836
pthread_mutex_lock(&moduleGIL);
5837
}
5838
5839
int moduleTryAcquireGIL(void) {
5840
return pthread_mutex_trylock(&moduleGIL);
Callers
2
afterSleep
Function · 0.85
RM_ThreadSafeContextLock
Function · 0.85
Calls
1
pthread_mutex_lock
Function · 0.85
Tested by
no test coverage detected