OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlock
(Results
451 - 475
of
2412
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/third_party/tcmalloc/chromium/src/
memory_region_map.cc
204
Unlock
();
236
Unlock
();
246
Unlock
();
275
Unlock
();
292
// * At entry and exit of Lock() and
Unlock
(), the current thread
310
"Last
Unlock
didn't reset recursion_count_");
317
void MemoryRegionMap::
Unlock
() {
319
RAW_CHECK(recursion_count_ > 0, "
unlock
when not held");
321
"
unlock
when not held, and recursion_count_ is wrong");
322
RAW_CHECK(current_thread_is(lock_owner_tid_), "
unlock
by non-holder")
[
all
...]
/external/chromium_org/third_party/webrtc/base/
filelock.cc
28
void FileLock::
Unlock
() {
filelock.h
37
void
Unlock
();
/external/chromium_org/third_party/webrtc/modules/audio_device/android/java/src/org/webrtc/voiceengine/
WebRtcAudioTrack.java
148
// Ensure we always
unlock
, both for success, exception or error
151
_playLock.
unlock
();
204
// Ensure we always
unlock
, both for success, exception or error
206
_playLock.
unlock
();
/external/chromium_org/third_party/webrtc/modules/desktop_capture/mac/
desktop_configuration_monitor.cc
52
void DesktopConfigurationMonitor::
Unlock
() {
/external/chromium_org/v8/src/
v8threads.h
70
void
Unlock
();
/external/compiler-rt/lib/tsan/rtl/
tsan_mutex.cc
159
void InternalDeadlockDetector::
Unlock
(MutexType t) {
246
void Mutex::
Unlock
() {
251
cur_thread()->internal_deadlock_detector.
Unlock
(type_);
279
cur_thread()->internal_deadlock_detector.
Unlock
(type_);
/external/jemalloc/include/jemalloc/internal/
mb.h
100
*
unlock
make this work.
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
destructor.pass.cpp
52
lk.
unlock
();
wait.pass.cpp
47
lk.
unlock
();
wait_pred.pass.cpp
57
lk.
unlock
();
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait.pass.cpp
52
lk.
unlock
();
wait_pred.pass.cpp
61
lk.
unlock
();
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.guard/
adopt_lock.pass.cpp
47
m.
unlock
();
mutex.fail.cpp
46
m.
unlock
();
mutex.pass.cpp
46
m.
unlock
();
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.locking/
try_lock.pass.cpp
53
lk.
unlock
();
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.obs/
mutex.pass.cpp
32
lk1.
unlock
();
op_bool.pass.cpp
32
lk1.
unlock
();
owns_lock.pass.cpp
32
lk1.
unlock
();
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.cons/
mutex.pass.cpp
46
m.
unlock
();
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.unique/thread.lock.unique.mod/
nonmember_swap.pass.cpp
23
void
unlock
() {}
function in struct:mutex
release.pass.cpp
24
void
unlock
() {++unlock_count;}
function in struct:mutex
/external/qemu/distrib/sdl-1.2.15/src/thread/pth/
SDL_sysmutex.c
76
/*
Unlock
the mutex */
/external/qemu/distrib/sdl-1.2.15/src/thread/win32/
SDL_sysmutex.c
83
/*
Unlock
the mutex */
Completed in 702 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>