fcntl
- 网络系统调用;文件锁;文件控制
fcntl
-
Using separate files or an fcntl ( 2 ) discretionary lock only works if all programs cooperate .
只有所有程序都共同合作的时候,使用单独的文件或者fcntl(2)任意锁才能生效。
-
From this output , you can see that the fcntl () function has been called to a set a lock on a file .
在输出中可以看到,已经调用了fcntl()函数,它要在一个文件上设置锁。
-
Another approach is to use POSIX record locks , implemented through fcntl ( 2 ) as a discretionary lock .
另一个方法是使用POSIX记录锁(recordlocks),它通过fcntl(2)实现为一个任意的锁。
-
They are sys / types . h , sys / stat.h , and fcntl . h.
相应地,在Linux中用于open()和close()的函数应当包含头文件sys/types.h、sys/stat.h和fcntl.h。