Home
last modified time | relevance | path

Searched defs:Lockable (Results 1 – 25 of 139) sorted by relevance

123456

/dports/www/anyterm/anyterm-1.1.29/libpbe/include/
H A DLockable.hh29 struct Lockable: public T { struct
30 Lockable() {} in Lockable() function
31 Lockable(const T& t): T(t) {} in Lockable() function
32 Lockable<T>& operator=(const Lockable<T>& rhs) { return T::operator=(rhs); } in operator =()
33 Lockable<T>& operator=(const T& rhs) { T::operator=(rhs); return *this; } in operator =()
34 typedef pbe::Mutex mutex_t;
35 typedef pbe::Lock<mutex_t> scoped_lock_t;
/dports/devel/riscv64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
H A D1.cc54 struct Lockable struct
56 BasicLockable m; argument
64 BasicLockable m; in test01() argument
/dports/devel/arm-none-eabi-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
H A D1.cc54 struct Lockable struct
56 BasicLockable m; argument
64 BasicLockable m; in test01() argument
/dports/lang/gcc11/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc43 struct Lockable { in test01() struct
44 void lock() { } in test01()
45 void unlock() { } in test01()
46 bool try_lock() { return true; } in test01()
68 struct Lockable { in test02() struct
69 void lock() { } in test02()
70 void unlock() { } in test02()
71 bool try_lock() { return true; } in test02()
H A D1.cc52 struct Lockable struct
54 BasicLockable m; argument
62 BasicLockable m; in test01() argument
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc43 struct Lockable { in test01() struct
44 void lock() { } in test01()
45 void unlock() { } in test01()
46 bool try_lock() { return true; } in test01()
68 struct Lockable { in test02() struct
69 void lock() { } in test02()
70 void unlock() { } in test02()
71 bool try_lock() { return true; } in test02()
H A D1.cc52 struct Lockable struct
54 BasicLockable m; argument
62 BasicLockable m; in test01() argument
/dports/lang/gcc10/gcc-10.3.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
H A D1.cc53 struct Lockable struct
55 BasicLockable m; argument
63 BasicLockable m; in test01() argument
/dports/lang/gcc11-devel/gcc-11-20211009/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc43 struct Lockable { in test01() struct
44 void lock() { } in test01()
45 void unlock() { } in test01()
46 bool try_lock() { return true; } in test01()
68 struct Lockable { in test02() struct
69 void lock() { } in test02()
70 void unlock() { } in test02()
71 bool try_lock() { return true; } in test02()
H A D1.cc52 struct Lockable struct
54 BasicLockable m; argument
62 BasicLockable m; in test01() argument
/dports/devel/avr-gcc/gcc-10.2.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
/dports/devel/riscv32-unknown-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
/dports/lang/gcc9-devel/gcc-9-20211007/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
/dports/devel/aarch64-none-elf-gcc/gcc-8.4.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
/dports/devel/riscv64-gcc/gcc-8.3.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
/dports/lang/gcc10-devel/gcc-10-20211008/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
/dports/lang/gcc8/gcc-8.5.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
/dports/lang/gcc9/gcc-9.4.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
/dports/misc/cxx_atomics_pic/gcc-11.2.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc43 struct Lockable { in test01() struct
44 void lock() { } in test01()
45 void unlock() { } in test01()
46 bool try_lock() { return true; } in test01()
68 struct Lockable { in test02() struct
69 void lock() { } in test02()
70 void unlock() { } in test02()
71 bool try_lock() { return true; } in test02()
/dports/lang/gcc9-aux/gcc-9.1.0/libstdc++-v3/testsuite/30_threads/scoped_lock/cons/
H A Ddeduction.cc44 struct Lockable { in test01() struct
45 void lock() { } in test01()
46 void unlock() { } in test01()
47 bool try_lock() { return true; } in test01()
69 struct Lockable { in test02() struct
70 void lock() { } in test02()
71 void unlock() { } in test02()
72 bool try_lock() { return true; } in test02()
/dports/lang/gcc12-devel/gcc-12-20211205/libstdc++-v3/testsuite/30_threads/try_lock/
H A D5.cc9 struct Lockable struct
18 int Lockable::tries = 0; argument
/dports/devel/hpx/hpx-1.2.1/cmake/tests/
H A Dcxx11_std_unique_lock.cpp11 struct Lockable { struct
19 Lockable lockable; in main() argument

123456