Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/async-profiler/async-profiler
/ notify
Method
notify
src/mutex.cpp:37–39 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
35
}
36
37
void WaitableMutex::notify() {
38
pthread_cond_signal(&_cond);
39
}
Callers
1
stopTimer
Method · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected