Searched refs:lockf (Results 1 - 4 of 4) sorted by relevance

/haiku/src/system/libroot/posix/unistd/
H A Dlockf.cpp14 lockf(int fileDescriptor, int function, off_t size) function
49 // * "The interaction between fcntl() and lockf() locks is unspecified."
50 // * fcntl() locking works on a per-process level. The lockf() description
55 // - "Calls to lockf() from other threads which attempt to lock the locked
66 // * fcntl() and lockf() handle a 0 size argument differently. The former
73 // lockf(), on the other hand, is supposed to create a lock whose size
84 // For lockf():
/haiku/headers/posix/
H A Dunistd.h27 /* function arguments needed by lockf() */
403 extern int lockf(int fd, int function, off_t size);
/haiku/src/system/libroot/stubbed/
H A Dlibroot_stubs.c2033 void lockf() {} function
H A Dlibroot_stubs_legacy.c2001 void lockf() {} function

Completed in 143 milliseconds