OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlock
(Results
401 - 425
of
2412
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/external/chromium_org/sync/syncable/
syncable_write_transaction.cc
76
Unlock
();
161
Unlock
();
/external/chromium_org/third_party/WebKit/Source/wtf/
ThreadingPrimitives.h
82
void
unlock
();
99
m_mutex.
unlock
();
/external/chromium_org/third_party/sqlite/src/test/
server1.test
55
#
unlock
A
56
#
unlock
B
/external/chromium_org/third_party/webrtc/modules/video_capture/windows/
sink_filter_ds.h
70
void UnlockReceive() {m_crtRecv.
Unlock
();}
73
void UnlockFilter() { m_crtFilter.
Unlock
(); }
/external/compiler-rt/lib/tsan/benchmarks/
vts_many_threads_bench.cc
36
void
Unlock
() { pthread_mutex_unlock(&m_); }
65
mutexes[(offset + i) % kNumMutexes].
Unlock
();
/external/compiler-rt/lib/tsan/tests/rtl/
tsan_bench.cc
98
t.
Unlock
(m);
102
m.
Unlock
();
/external/libcxx/src/
memory.cpp
157
__sp_mut::
unlock
() _NOEXCEPT
159
static_cast<mutex*>(__lx)->
unlock
();
/external/libcxx/test/thread/thread.condition/thread.condition.condvar/
wait_for_pred.pass.cpp
77
lk.
unlock
();
90
lk.
unlock
();
wait_until.pass.cpp
84
lk.
unlock
();
97
lk.
unlock
();
wait_until_pred.pass.cpp
95
lk.
unlock
();
108
lk.
unlock
();
/external/libcxx/test/thread/thread.condition/thread.condition.condvarany/
wait_until.pass.cpp
87
lk.
unlock
();
100
lk.
unlock
();
wait_until_pred.pass.cpp
99
lk.
unlock
();
112
lk.
unlock
();
/external/libcxx/test/thread/thread.mutex/thread.lock/thread.lock.shared/thread.lock.shared.cons/
mutex_duration.pass.cpp
64
m.
unlock
();
74
m.
unlock
();
mutex_time_point.pass.cpp
64
m.
unlock
();
74
m.
unlock
();
/external/libcxx/test/thread/thread.mutex/thread.mutex.requirements/thread.sharedtimedmutex.requirements/thread.sharedtimedmutex.class/
try_lock_shared_until.pass.cpp
63
m.
unlock
();
73
m.
unlock
();
/external/lldb/tools/debugserver/source/
PThreadMutex.cpp
57
Unlock
();
78
PThreadMutex::Locker::
Unlock
()
/external/lzma/CPP/Windows/
Synchronization.h
156
void
Unlock
() { _object->Leave(); }
159
~CCriticalSectionLock() {
Unlock
(); }
/external/qemu/distrib/sdl-1.2.15/src/video/bwindow/
SDL_sysmouse.cc
117
be_app->
Unlock
();
137
SDL_Win->
Unlock
();
/frameworks/av/include/camera/
ICameraRecordingProxy.h
61
* 1. The app: Camera.
unlock
().
65
* (2) The recorder: ICamera.
unlock
() and ICamera.disconnect().
/frameworks/base/data/sounds/
AudioPackage6.mk
28
$(LOCAL_PATH)/effects/ogg/
Unlock
.ogg:system/media/audio/ui/
Unlock
.ogg \
AudioPackage9.mk
32
$(LOCAL_PATH)/effects/ogg/
Unlock
.ogg:system/media/audio/ui/
Unlock
.ogg \
/frameworks/base/docs/html/distribute/monetize/
freemium.jd
26
features for a limited time. Then use an in-app purchase to
unlock
the full,
65
your apps, and add the mechanisms to
unlock
features or deliver content.
/frameworks/base/keystore/java/android/security/
KeyStoreParameter.java
31
* the user to
unlock
or initialize the Android KeyStore facility.
89
* some UI to ask the user to
unlock
or initialize the Android KeyStore
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
KeyguardSecurityContainer.java
262
Slog.i(TAG, "Too many
unlock
attempts; device will be wiped!");
275
// don't show timeout dialog because we show account
unlock
screen next
306
* password recovery screens but is currently only used for pattern
unlock
to show the
307
* account
unlock
screen and biometric
unlock
to show the user's normal
unlock
.
328
// Allow an alternate, such as biometric
unlock
472
// (e.g. face
unlock
). This avoids unwanted asynchronous events from messing with the
/frameworks/base/tests/Camera2Tests/SmartCamera/SimpleCamera/src/androidx/media/filterfw/
NewChromaHistogramFilter.java
104
imageFrame.
unlock
();
105
histogramFrame.
unlock
();
Completed in 1986 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>