...
fs_ftrylockfile()
is the non-blocking version of fs_flockfile()
; if the lock is not available, the function returns an error.
See fs_flockfile()
.
...
fs_ftrylockfile()
is the non-blocking version of fs_flockfile()
; if the lock is not available, the function returns an error.
See fs_flockfile()
.