MCPcopy Create free account
hub / github.com/Redot-Engine/redot-engine / wait

Method wait

core/core_bind.cpp:1436–1438  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1434////// Semaphore //////
1435
1436void Semaphore::wait() {
1437 semaphore.wait();
1438}
1439
1440bool Semaphore::try_wait() {
1441 return semaphore.try_wait();

Callers 14

mySubProcessFunction · 0.45
query_pathMethod · 0.45
mainFunction · 0.45
query_pathMethod · 0.45
_threadMethod · 0.45
request_and_waitMethod · 0.45
_threadMethod · 0.45
guardedRunMethod · 0.45
requestExitAndWaitMethod · 0.45
thread_wait_for_workMethod · 0.45

Calls

no outgoing calls

Tested by 2

thread_wait_for_workMethod · 0.36
main_wait_for_doneMethod · 0.36