MCPcopy 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
37void WaitableMutex::notify() {
38 pthread_cond_signal(&_cond);
39}

Callers 1

stopTimerMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected