Searched refs:no_copy_file_range_support (Results 1 – 1 of 1) sorted by relevance
988 static _Atomic int no_copy_file_range_support; in uv__fs_try_copy_file_range() local991 if (atomic_load_explicit(&no_copy_file_range_support, memory_order_relaxed)) { in uv__fs_try_copy_file_range()1010 atomic_store_explicit(&no_copy_file_range_support, 1, memory_order_relaxed); in uv__fs_try_copy_file_range()
Completed in 8 milliseconds