/external/python/cpython3/Lib/test/ |
D | test_fcntl.py | 57 fcntl.lockf(f, cmd) 65 fcntl.lockf(f, cmd) 66 fcntl.lockf(f, fcntl.LOCK_UN) 160 fcntl.lockf(self.f, cmd) 164 fcntl.lockf(self.f, fcntl.LOCK_UN) 171 fcntl.lockf(self.f, cmd) 175 fcntl.lockf(self.f, fcntl.LOCK_UN)
|
D | test_posix.py | 275 posix.lockf(fd, posix.F_LOCK, 4) 277 posix.lockf(fd, posix.F_ULOCK, 4)
|
/external/python/oauth2client/oauth2client/contrib/ |
D | _fcntl_opener.py | 56 fcntl.lockf(self._fh.fileno(), fcntl.LOCK_EX) 78 fcntl.lockf(self._fh.fileno(), fcntl.LOCK_UN)
|
/external/mtools/ |
D | lockdev.c | 99 ret = lockf(fd, F_TLOCK, 0); in lock_dev() 101 ret = lockf(fd, F_LOCK, 0); in lock_dev()
|
D | mtools.h | 26 extern int lockf(int, int, off_t); /* SCO has no proper include file for lockf */
|
D | configure.in | 170 AC_CHECK_FUNCS(strerror random srandom strchr strrchr lockf flock \
|
D | config.h.in | 99 /* Define to 1 if you have the `lockf' function. */
|
/external/tensorflow/tensorflow/core/tpu/ |
D | tpu_initializer_helper.cc | 49 if (lockf(fd, F_TLOCK, 0) != 0) { in TryAcquireTpuLock()
|
/external/toolchain-utils/ |
D | file_lock_machine.py | 43 fcntl.lockf(fd, fcntl.LOCK_EX | fcntl.LOCK_NB) 187 fcntl.lockf(fp, fcntl.LOCK_UN) 270 fcntl.lockf(f, fcntl.LOCK_UN)
|
/external/elfutils/tests/ |
D | lfs-symbols | 47 lockf
|
/external/toolchain-utils/binary_search_tool/ |
D | bisect_driver.py | 80 fcntl.lockf(f, lock_type) 84 fcntl.lockf(f, fcntl.LOCK_UN)
|
/external/python/cpython3/Doc/library/ |
D | fcntl.rst | 132 .. function:: lockf(fd, cmd, len=0, start=0, whence=0) 164 .. audit-event:: fcntl.lockf fd,cmd,len,start,whence fcntl.lockf 187 function provides an alternative to the :func:`lockf` and :func:`flock`
|
D | mailbox.rst | 480 :c:func:`flock` and :c:func:`lockf` system calls. 591 :c:func:`flock` and :c:func:`lockf` system calls. For MH mailboxes, locking 689 :c:func:`flock` and :c:func:`lockf` system calls. 740 :c:func:`flock` and :c:func:`lockf` system calls.
|
/external/tpm2-tss/src/tss2-fapi/ |
D | ifapi_io.c | 57 if (lockf(fileno(io->stream), F_TLOCK, 0) == -1 && errno == EAGAIN) { in ifapi_io_read_async() 186 if (lockf(fileno(io->stream), F_TLOCK, 0) == -1 && errno == EAGAIN) { in ifapi_io_write_async()
|
/external/python/cpython2/Doc/library/ |
D | fcntl.rst | 113 .. function:: lockf(fd, operation, [length, [start, [whence]]]) 165 function provides an alternative to the :func:`lockf` and :func:`flock`
|
D | posixfile.rst | 16 by the :func:`fcntl.lockf` call.
|
D | mailbox.rst | 463 :c:func:`flock` and :c:func:`lockf` system calls. 577 :c:func:`flock` and :c:func:`lockf` system calls. For MH mailboxes, locking 675 :c:func:`flock` and :c:func:`lockf` system calls. 726 :c:func:`flock` and :c:func:`lockf` system calls.
|
/external/llvm-project/clang/test/Analysis/ |
D | std-c-library-functions-POSIX.c | 137 int lockf(int fd, int cmd, off_t len);
|
/external/llvm-project/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 34 %23 = type <{ %struct.lockf*, %struct.lockf** }> ; type %23 88 …%struct.lockf = type <{ %23, %struct.mtx, %struct.lockf_entry_list, %struct.lockf_entry_list, i32,… 162 … i8, i8, i8, %struct.freelst, %struct.bufobj, %struct.vpollinfo*, %struct.label*, %struct.lockf* }>
|
/external/llvm/test/Analysis/ScalarEvolution/ |
D | avoid-infinite-recursion-1.ll | 33 %23 = type <{ %struct.lockf*, %struct.lockf** }> ; type %23 87 …%struct.lockf = type <{ %23, %struct.mtx, %struct.lockf_entry_list, %struct.lockf_entry_list, i32,… 161 … i8, i8, i8, %struct.freelst, %struct.bufobj, %struct.vpollinfo*, %struct.label*, %struct.lockf* }>
|
/external/python/cpython3/Lib/test/eintrdata/ |
D | eintr_tester.py | 522 self._lock(fcntl.lockf, "lockf")
|
/external/libcups/cups/ |
D | file.c | 1033 return (lockf(fp->fd, block ? F_LOCK : F_TLOCK, 0)); in cupsFileLock() 2078 return (lockf(fp->fd, F_ULOCK, 0)); in cupsFileUnlock()
|
/external/python/cpython3/Lib/ |
D | mailbox.py | 2069 fcntl.lockf(f, fcntl.LOCK_EX | fcntl.LOCK_NB) 2100 fcntl.lockf(f, fcntl.LOCK_UN) 2108 fcntl.lockf(f, fcntl.LOCK_UN)
|
/external/python/cpython2/Lib/ |
D | mailbox.py | 1977 fcntl.lockf(f, fcntl.LOCK_EX | fcntl.LOCK_NB) 2011 fcntl.lockf(f, fcntl.LOCK_UN) 2019 fcntl.lockf(f, fcntl.LOCK_UN)
|
/external/python/cpython3/Misc/NEWS.d/ |
D | 3.6.1rc1.rst | 909 lockf() is available on Android API level 24, but the F_LOCK macro is not
|