Home
last modified time | relevance | path

Searched defs:lock_type (Results 1 – 25 of 1921) sorted by relevance

12345678910>>...77

/dports/devel/folly/folly-2021.12.27.00/folly/synchronization/test/
H A DLockTest.cpp385 using lock_type = L<M>; typedef
394 using lock_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef
414 using lock_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef
423 using lock_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef
434 using lock_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef
445 using lock_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef
456 using lock_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef
468 using lock_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef
488 using lock_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef
500 using lock_type = param_lock_t<TypeParam>; in TYPED_TEST_P() typedef
[all …]
/dports/mail/dovecot/dovecot-2.3.17/src/lib-storage/index/mbox/
H A Dmbox-lock.c47 int lock_type; member
165 static int mbox_file_open_latest(struct mbox_lock_context *ctx, int lock_type) in mbox_file_open_latest()
382 mbox_lock_dotlock_int(struct mbox_lock_context *ctx, int lock_type, bool try) in mbox_lock_dotlock_int()
452 static int mbox_lock_dotlock(struct mbox_lock_context *ctx, int lock_type, in mbox_lock_dotlock()
458 static int mbox_lock_dotlock_try(struct mbox_lock_context *ctx, int lock_type, in mbox_lock_dotlock_try()
465 static int mbox_lock_flock(struct mbox_lock_context *ctx, int lock_type, in mbox_lock_flock()
531 static int mbox_lock_lockf(struct mbox_lock_context *ctx, int lock_type, in mbox_lock_lockf()
593 static int mbox_lock_fcntl(struct mbox_lock_context *ctx, int lock_type, in mbox_lock_fcntl()
669 mbox_lock_list(struct mbox_lock_context *ctx, int lock_type, in mbox_lock_list()
698 static int mbox_update_locking(struct mbox_mailbox *mbox, int lock_type, in mbox_update_locking()
[all …]
/dports/sysutils/pxp-agent/pxp-agent-1.15.16/lib/src/util/posix/
H A Dpid_file.cc155 static int callFcntl(int fd, int cmd, int lock_type) { in callFcntl()
165 void PIDFile::lockFile(int fd, int lock_type) { in lockFile()
183 void PIDFile::lockFileBlocking(int fd, int lock_type) { in lockFileBlocking()
204 bool PIDFile::canLockFile(int fd, int lock_type) { in canLockFile()
/dports/mail/dovecot/dovecot-2.3.17/src/lib/
H A Dfile-lock.c23 int lock_type; member
58 int file_try_lock(int fd, const char *path, int lock_type, in file_try_lock()
66 file_lock_find_fcntl(int lock_fd, int lock_type) in file_lock_find_fcntl()
93 const char *line, *lock_type = ""; in file_lock_find_proc_locks() local
139 int lock_type) in file_lock_find()
161 static int file_lock_do(int fd, const char *path, int lock_type, in file_lock_do()
294 int file_wait_lock(int fd, const char *path, int lock_type, in file_wait_lock()
316 int file_lock_try_update(struct file_lock *lock, int lock_type) in file_lock_try_update()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc33 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
68 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc33 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
68 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/shared_lock/locking/
H A D2.cc33 typedef std::shared_lock<mutex_type> lock_type; in test01() typedef
68 typedef std::shared_lock<mutex_type> lock_type; in test02() typedef
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/shared_lock/locking/
H A D2.cc33 typedef std::shared_lock<mutex_type> lock_type; in test01() typedef
68 typedef std::shared_lock<mutex_type> lock_type; in test02() typedef
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc33 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
68 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/shared_lock/locking/
H A D2.cc31 typedef std::shared_lock<mutex_type> lock_type; in test01() typedef
66 typedef std::shared_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc31 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
66 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/30_threads/shared_lock/locking/
H A D2.cc31 typedef std::shared_lock<mutex_type> lock_type; in test01() typedef
66 typedef std::shared_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc31 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
66 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/30_threads/shared_lock/locking/
H A D2.cc32 typedef std::shared_lock<mutex_type> lock_type; in test01() typedef
67 typedef std::shared_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc32 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
67 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/30_threads/shared_lock/locking/
H A D2.cc31 typedef std::shared_lock<mutex_type> lock_type; in test01() typedef
66 typedef std::shared_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc31 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
66 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc32 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
67 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/30_threads/shared_lock/locking/
H A D2.cc32 typedef std::shared_lock<mutex_type> lock_type; in test01() typedef
67 typedef std::shared_lock<mutex_type> lock_type; in test02() typedef
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc32 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
67 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc33 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
68 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/shared_lock/locking/
H A D2.cc33 typedef std::shared_lock<mutex_type> lock_type; in test01() typedef
68 typedef std::shared_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc32 typedef std::unique_lock<mutex_type> lock_type; in test01() typedef
67 typedef std::unique_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/30_threads/shared_lock/locking/
H A D2.cc32 typedef std::shared_lock<mutex_type> lock_type; in test01() typedef
67 typedef std::shared_lock<mutex_type> lock_type; in test02() typedef
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/30_threads/shared_lock/locking/
H A D2.cc32 typedef std::shared_lock<mutex_type> lock_type; in test01() typedef
67 typedef std::shared_lock<mutex_type> lock_type; in test02() typedef

12345678910>>...77