Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/data61/MP-SPDZ
/ wait
Method
wait
Tools/Signal.cpp:30–33 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
28
}
29
30
void Signal::wait()
31
{
32
pthread_cond_wait(&cond, &mutex);
33
}
34
35
int Signal::wait(int seconds)
36
{
Callers
3
main
Function · 0.45
run
Method · 0.45
Commit_And_Open_
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected