HomeSort by relevance Sort by last modified time
    Searched defs:Unlock (Results 26 - 50 of 95) sorted by null

12 3 4

  /external/toolchain-utils/
file_lock_machine.py 4 """Script to lock/unlock machines."""
225 def Unlock(self, exclusive, force=False):
228 self._logger.LogWarning("Can't unlock unlocked machine!")
237 self._logger.LogError("%s can't unlock lock owned by: %s" %
241 self._logger.LogError("Can't unlock lock with different -a"
297 def Unlock(self, exclusive=False, ignore_ownership=False):
299 return lock.Unlock(exclusive, ignore_ownership)
310 '--unlock',
311 dest='unlock',
314 help='Use this to unlock.'
    [all...]
  /external/webrtc/webrtc/base/
criticalsection.cc 151 void GlobalLockPod::Unlock() {
153 RTC_DCHECK_EQ(1, old_value) << "Unlock called without calling Lock first";
166 lock_->Unlock();
  /frameworks/native/libs/vr/libbufferhub/
ion_buffer.cpp 229 int IonBuffer::Unlock() {
230 ATRACE_NAME("IonBuffer::Unlock");
231 ALOGD_IF(TRACE, "IonBuffer::Unlock: handle=%p", handle());
233 status_t err = buffer_->unlock();
  /external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h 39 void Unlock() {
85 void Unlock();
111 void Unlock() {
183 mu_->Unlock();
sanitizer_thread_registry.h 88 void Unlock() { mtx_.Unlock(); }
  /external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc 162 void InternalDeadlockDetector::Unlock(MutexType t) {
249 void Mutex::Unlock() {
254 cur_thread()->internal_deadlock_detector.Unlock(type_);
282 cur_thread()->internal_deadlock_detector.Unlock(type_);
  /external/dng_sdk/source/
dng_mutex.cpp 187 void dng_mutex::Unlock ()
248 fMutex->Unlock ();
261 fMutex->Unlock ();
  /external/gflags/src/
mutex.h 74 // look at the bool, and not try to lock/unlock until the bool makes
81 // state between a call to Lock() and a call to Unlock() (that would
84 // Unlock() later, which is pretty perverse).
175 inline void Unlock(); // Release a lock acquired via Lock()
180 // be implemented as synonyms to Lock() and Unlock(). So you can use
186 inline void WriterUnlock() { Unlock(); } // Release a lock from WriterLock()
223 void Mutex::Unlock() { assert(mutex_++ == -1); }
242 void Mutex::Unlock() { if (is_safe_) LeaveCriticalSection(&mutex_); }
248 void Mutex::ReaderUnlock() { Unlock(); }
266 void Mutex::Unlock() { SAFE_PTHREAD(pthread_rwlock_unlock);
    [all...]
  /external/golang-protobuf/proto/
extensions.go 85 // notLocker is a sync.Locker whose Lock and Unlock methods are nops.
89 func (n notLocker) Unlock() {}
241 defer extProp.Unlock()
260 defer mu.Unlock()
299 defer mu.Unlock()
340 mu.Unlock()
372 defer mu.Unlock()
508 defer mu.Unlock()
  /external/lzma/CPP/Windows/
Synchronization.h 156 void Unlock() { _object->Leave(); }
159 ~CCriticalSectionLock() { Unlock(); }
  /external/oj-libjdwp/src/share/javavm/export/
jawt.h 127 * // Unlock the drawing surface
128 * ds->Unlock(ds);
186 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
196 * Unlock(). This function returns a bitmask with one or more of the
213 * additional calls to Lock() or Unlock() are made.
227 * Unlock the drawing surface of the target component for native rendering.
229 void (JNICALL *Unlock)
268 void (JNICALL *Unlock)(JNIEnv* env);
  /hardware/qcom/display/msm8909/sdm/include/utils/
locker.h 49 locker_.Unlock();
64 locker_.Unlock();
80 locker_.Unlock();
99 locker_.Unlock();
120 locker_.Unlock();
138 void Unlock() { pthread_mutex_unlock(&mutex_); }
  /hardware/qcom/display/msm8909w_3100/sdm/include/utils/
locker.h 49 locker_.Unlock();
64 locker_.Unlock();
80 locker_.Unlock();
99 locker_.Unlock();
120 locker_.Unlock();
138 void Unlock() { pthread_mutex_unlock(&mutex_); }
  /hardware/qcom/display/msm8996/sdm/include/utils/
locker.h 49 locker_.Unlock();
64 locker_.Unlock();
80 locker_.Unlock();
99 locker_.Unlock();
120 locker_.Unlock();
138 void Unlock() { pthread_mutex_unlock(&mutex_); }
  /hardware/qcom/display/msm8998/sdm/include/utils/
locker.h 49 locker_.Unlock();
64 locker_.Unlock();
80 locker_.Unlock();
99 locker_.Unlock();
120 locker_.Unlock();
138 void Unlock() { pthread_mutex_unlock(&mutex_); }
  /prebuilts/go/darwin-x86/src/cmd/vet/testdata/
copylock_func.go 78 func (*CustomLock) Unlock() {}
  /prebuilts/go/linux-x86/src/cmd/vet/testdata/
copylock_func.go 78 func (*CustomLock) Unlock() {}
  /prebuilts/jdk/jdk8/darwin-x86/include/
jawt.h 127 * // Unlock the drawing surface
128 * ds->Unlock(ds);
186 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
196 * Unlock(). This function returns a bitmask with one or more of the
213 * additional calls to Lock() or Unlock() are made.
227 * Unlock the drawing surface of the target component for native rendering.
229 void (JNICALL *Unlock)
268 void (JNICALL *Unlock)(JNIEnv* env);
  /prebuilts/jdk/jdk8/linux-x86/include/
jawt.h 127 * // Unlock the drawing surface
128 * ds->Unlock(ds);
186 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
196 * Unlock(). This function returns a bitmask with one or more of the
213 * additional calls to Lock() or Unlock() are made.
227 * Unlock the drawing surface of the target component for native rendering.
229 void (JNICALL *Unlock)
268 void (JNICALL *Unlock)(JNIEnv* env);
  /prebuilts/jdk/jdk9/darwin-x86/include/
jawt.h 131 * // Unlock the drawing surface
132 * ds->Unlock(ds);
190 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
200 * Unlock(). This function returns a bitmask with one or more of the
217 * additional calls to Lock() or Unlock() are made.
231 * Unlock the drawing surface of the target component for native rendering.
233 void (JNICALL *Unlock)
273 void (JNICALL *Unlock)(JNIEnv* env);
  /prebuilts/jdk/jdk9/linux-x86/include/
jawt.h 131 * // Unlock the drawing surface
132 * ds->Unlock(ds);
190 * If Lock(), Unlock(), GetDrawingSurfaceInfo() or
200 * Unlock(). This function returns a bitmask with one or more of the
217 * additional calls to Lock() or Unlock() are made.
231 * Unlock the drawing surface of the target component for native rendering.
233 void (JNICALL *Unlock)
273 void (JNICALL *Unlock)(JNIEnv* env);
  /art/openjdkjvmti/
jvmti_weak_table-inl.h 58 void JvmtiWeakTable<T>::Unlock() {
  /external/gemmlowp/profiling/
instrumentation.h 74 void Unlock() { pthread_mutex_unlock(&m); }
93 // A very simple RAII helper to lock and unlock a Mutex
96 ~ScopedLock() { _m->Unlock(); }
  /external/libchrome/base/files/
file_posix.cc 370 File::Error File::Unlock() {
371 SCOPED_FILE_TRACE("Unlock");
  /external/v8/src/
v8threads.cc 74 isolate_->thread_manager()->Unlock();
84 isolate_->thread_manager()->Unlock();
160 void ThreadManager::Unlock() {
162 mutex_.Unlock();

Completed in 730 milliseconds

12 3 4