Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/deathkiller/jazz2-native
/ Wait
Method
Wait
Sources/nCine/Threading/PosixThreadSync.cpp:52–55 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
50
}
51
52
void CondVariable::Wait(Mutex& mutex)
53
{
54
pthread_cond_wait(&cond_, &(mutex.mutex_));
55
}
56
57
void CondVariable::Signal()
58
{
Callers
2
ProcessEvents
Method · 0.45
WorkerFunction
Method · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected