Home
last modified time | relevance | path

Searched refs:no_copy_file_range_support (Results 1 – 1 of 1) sorted by relevance

/libuv/src/unix/
H A Dfs.c980 static _Atomic int no_copy_file_range_support; in uv__fs_try_copy_file_range() local
983 if (atomic_load_explicit(&no_copy_file_range_support, memory_order_relaxed)) { in uv__fs_try_copy_file_range()
1002 atomic_store_explicit(&no_copy_file_range_support, 1, memory_order_relaxed); in uv__fs_try_copy_file_range()

Completed in 13 milliseconds