MCPcopy 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
30void Signal::wait()
31{
32 pthread_cond_wait(&cond, &mutex);
33}
34
35int Signal::wait(int seconds)
36{

Callers 3

mainFunction · 0.45
runMethod · 0.45
Commit_And_Open_Function · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected