Searched refs:acquired (Results 1 - 3 of 3) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gfortran.dg/coarray/
H A Dlock_1.f9013 logical :: acquired
26 acquired = .false.
27 LOCK (lock[this_image()], acquired_lock=acquired)
28 if (.not. acquired) call abort()
H A Dlock_2.f9015 logical :: acquired
62 acquired = .false.
63 LOCK (lock1[this_image()], acquired_lock=acquired)
64 if (.not. acquired) call abort()
66 acquired = .false.
67 LOCK (lock2(1,1)[this_image()], acquired_lock=acquired)
68 if (.not. acquired) call abort()
70 acquired = .false.
71 LOCK (lock2(2,2)[this_image()], acquired_lock=acquired)
72 if (.not. acquired) cal
[all...]
/haiku-buildtools/gcc/libsanitizer/tsan/
H A Dtsan_clock.cc66 // last_acquire_ - current thread time when it acquired something from
71 // the remaining bits hold "acquired" flag (the actual value is thread's
74 // acquired this clock (except possibly dirty_tids_).
76 // need to acquire regardless of "acquired" flag value;
116 // Check if we've already acquired src after the last release operation on src
117 bool acquired = false; local
128 acquired = true;
132 if (acquired) {
147 acquired = true;
151 // Remember that this thread has acquired thi
191 bool acquired = IsAlreadyAcquired(dst); local
[all...]

Completed in 46 milliseconds