MCPcopy Create free account
hub / github.com/ariccio/altWinDirStat / wait

Method wait

Reference code/FarManager_farplug/farplug/common/sysutils.cpp:628–630  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

626}
627
628bool Thread::wait(unsigned wait_time) {
629 return wait_for_single_object(h_thread, wait_time);
630}
631
632bool Thread::get_result() {
633 DWORD exit_code;

Callers 1

dowaitMethod · 0.80

Calls 1

wait_for_single_objectFunction · 0.85

Tested by 1

dowaitMethod · 0.64