Function gfapi_sys::glfs::glfs_readdir [] [src]

pub unsafe extern "C" fn glfs_readdir(fd: *mut glfs_fd_t) -> *mut dirent

glfs_readdir and glfs_readdirplus are NEITHER thread safe NOR re-entrant when called on the same directory handle. However they ARE thread safe AND re-entrant when called on different directory handles (which may be referring to the same directory too.)