Searched refs:lock_type (Results 1 - 19 of 19) sorted by relevance

/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/unique_lock/modifiers/
H A D1.cc34 typedef std::unique_lock<mutex_type> lock_type; typedef
39 lock_type l1(m);
40 lock_type l2;
H A D2.cc34 typedef std::unique_lock<mutex_type> lock_type; typedef
39 lock_type l1(m);
40 lock_type l2;
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/unique_lock/cons/
H A D1.cc34 typedef std::unique_lock<mutex_type> lock_type; typedef
38 lock_type lock;
H A D2.cc34 typedef std::unique_lock<mutex_type> lock_type; typedef
39 lock_type lock(m);
H A D3.cc34 typedef std::unique_lock<mutex_type> lock_type; typedef
39 lock_type lock(m, std::defer_lock);
H A D4.cc34 typedef std::unique_lock<mutex_type> lock_type; typedef
39 lock_type lock(m, std::try_to_lock);
H A D5.cc35 typedef std::unique_lock<mutex_type> lock_type; typedef
43 lock_type lock(m, t);
H A D6.cc35 typedef std::unique_lock<mutex_type> lock_type; typedef
43 lock_type lock(m, d);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/unique_lock/locking/
H A D2.cc34 typedef std::unique_lock<mutex_type> lock_type; typedef
38 lock_type l;
70 typedef std::unique_lock<mutex_type> lock_type; typedef
75 lock_type l(m);
H A D1.cc34 typedef std::unique_lock<mutex_type> lock_type; typedef
39 lock_type l(m, std::defer_lock);
H A D3.cc35 typedef std::unique_lock<mutex_type> lock_type; typedef
40 lock_type l(m, std::defer_lock);
H A D4.cc35 typedef std::unique_lock<mutex_type> lock_type; typedef
41 lock_type l(m, std::defer_lock);
/netbsd-6-1-5-RELEASE/external/gpl3/gcc/dist/libstdc++-v3/testsuite/30_threads/try_lock/
H A D1.cc34 typedef std::unique_lock<mutex_type> lock_type; typedef
39 lock_type l1(m1, std::defer_lock),
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/include/
H A Dlvm-file.h49 int fcntl_lock_file(const char *file, short lock_type, int warn_if_read_only);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/misc/
H A Dlvm-file.h49 int fcntl_lock_file(const char *file, short lock_type, int warn_if_read_only);
H A Dlvm-file.c209 int fcntl_lock_file(const char *file, short lock_type, int warn_if_read_only) argument
215 .l_type = lock_type,
237 (lock_type == F_WRLCK) ? "F_WRLCK" : "F_RDLCK",
238 lock_type);
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/lib/locking/
H A Dcluster_locking.c389 const char *lock_type = ""; local
431 lock_type = "UN";
434 lock_type = "NL";
437 lock_type = "CR";
440 lock_type = "PR";
443 lock_type = "PW";
446 lock_type = "EX";
455 lock_type,
/netbsd-6-1-5-RELEASE/external/gpl2/lvm2/dist/tools/
H A Dtoollib.h29 uint32_t lock_type);
39 struct volume_group *vg, uint32_t lock_type,
/netbsd-6-1-5-RELEASE/sys/kern/
H A Dvfs_trans.c208 _fstrans_start(struct mount *mp, enum fstrans_lock_type lock_type, int wait) argument
224 lock_type == FSTRANS_EXCL)
232 if (lock_type == FSTRANS_LAZY)
236 lock_op = (lock_type == FSTRANS_EXCL ? RW_WRITER : RW_READER);
244 fli->fli_lock_type = lock_type;

Completed in 185 milliseconds