HomeSort by: relevance | last modified time | path
    Searched defs:fsync_range (Results 1 - 2 of 2) sorted by relevancy

  /src/lib/libpthread/
pthread_cancelstub.c 48 #define fsync_range _fsync_range macro
118 __typeof(fsync_range) _sys_fsync_range;
292 fsync_range(int d, int f, off_t s, off_t e) function in typeref:typename:int
797 __weak_alias(fsync_range, _fsync_range)
pthread_cancelstub.c 48 #define fsync_range _fsync_range macro
118 __typeof(fsync_range) _sys_fsync_range;
292 fsync_range(int d, int f, off_t s, off_t e) function in typeref:typename:int
797 __weak_alias(fsync_range, _fsync_range)

Completed in 21 milliseconds