MCPcopy Create free account
hub / github.com/bailey27/cppcryptfs / wait_for_all_unmounted

Function wait_for_all_unmounted

cppcryptfs/dokan/cryptdokan.cpp:2408–2410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2406
2407
2408BOOL wait_for_all_unmounted() {
2409 return MountPointManager::getInstance().wait_all_and_destroy();
2410}
2411
2412
2413int get_open_handle_count(const wchar_t* mountpoint)

Callers 3

CanCloseMethod · 0.85
OnEndSessionMethod · 0.85
DismountAllMethod · 0.85

Calls 1

wait_all_and_destroyMethod · 0.80

Tested by

no test coverage detected