MCPcopy Create free account
hub / github.com/boostorg/filesystem / readdir_select_impl

Function readdir_select_impl

src/directory.cpp:389–393  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

387const readdir_initializer readdir_init;
388
389int readdir_select_impl(dir_itr_imp& imp, struct dirent** result)
390{
391 init_readdir_impl();
392 return filesystem::detail::atomic_load_relaxed(readdir_impl_ptr)(imp, result);
393}
394
395inline int invoke_readdir(dir_itr_imp& imp, struct dirent** result)
396{

Callers

nothing calls this directly

Calls 2

init_readdir_implFunction · 0.85
atomic_load_relaxedFunction · 0.85

Tested by

no test coverage detected