Search code examples
Is it possible (and safe) to make an accepting socket non-blocking?...


csocketsposixfcntl

Read More
python lockf: LOCK_EX works but LOCK_SH doesn't...


pythonfcntl

Read More
Deadlock with flock, fork and terminating parent process...


pythonlockingforkfcntlflock

Read More
Why does this program give different outputs on ubuntu windows desktop app and on ubuntu virtual box...


cubuntusignalsfcntl

Read More
How to force linkage to older libc `fcntl` instead of `fcntl64`?...


cldvariadic-functionsglibcfcntl

Read More
Does Linux / GCC have file sharing allow-deny type support?...


linuxfcntl

Read More
flock() vs. fcntl() semantics in glibc...


lockingposixglibcflockfcntl

Read More
pipe ("bitwise OR") in call to fcntl.lockf()...


pythonpython-3.xflockfcntllockfile

Read More
read() returns Bad file descriptor on a valid file descriptor...


cfcntlunistd.h

Read More
How to tell if FILE* is referring to a directory?...


cfile-descriptorstdiofcntlfile-pointer

Read More
C++ Serial communication reading data works but writing fails...


linuxserial-portfile-descriptortermiosfcntl

Read More
What are the differences between pthread reader-writer locks and fcntl()-based file locks?...


linuxlockingpthreadsfcntl

Read More
C - moving back the pointer in the file using lseek...


clinuxposixfcntlunistd.h

Read More
Polyspace Run-time check alert with C open() function...


cruntime-errorstatic-analysismisrafcntl

Read More
Python fcntl does not lock as expected...


pythonfcntl

Read More
fcntl how to know which process hold lock file?...


cfcntl

Read More
How do I atomically create a locked file in Linux?...


linuxfile-ioflockfcntl

Read More
Lustre file locking for concurrent access...


cconcurrencyfcntllustre

Read More
fcntl() with exec in Solaris...


unixexecsolaris-10fcntl

Read More
Python : Locking text file on NFS...


pythonpython-2.7nfsfile-lockingfcntl

Read More
Write magnetic tape end of record linux...


pythonlinuxioctlfcntlmt

Read More
File locking in Python with fcntl...


pythonexceptionlockingfcntl

Read More
Unable to read file contents into buffer using read()...


c++filefcntlunistd.h

Read More
Perl using Fcntl in multi server context...


perlfcntl

Read More
file lock in unix system using c and fcntl...


cunixfcntl

Read More
c - Usage of F_GETFL and F_SETFL...


cfile-iofcntl

Read More
Allocate file on disk without zeroing...


cmacosposixfcntlfallocate

Read More
FCNTL returns errno - Invalid argument...


cunixoperating-systemfcntl

Read More
fcntl F_GETLK always returns F_UNLCK...


cmacosfile-lockingfcntl

Read More
Why is File::FcntlLock's l_type always "F_UNLCK" even if the file is locked?...


linuxperlflockfcntl

Read More
BackNext