OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:unlock
(Results
326 - 350
of
2859
) sorted by null
<<
11
12
13
14
15
16
17
18
19
20
>>
/packages/services/Car/car_product/overlay/frameworks/base/core/res/res/values/
config.xml
41
<!-- Allow smart
unlock
immediately after boot because the user shouldn't have to enter a pin
42
code to
unlock
their car head unit. -->
/prebuilts/go/darwin-x86/src/net/
hosts.go
80
defer hosts.
Unlock
()
93
defer hosts.
Unlock
()
/prebuilts/go/darwin-x86/src/syscall/
fd_nacl.go
51
defer files.
Unlock
()
74
defer files.
Unlock
()
84
files.
Unlock
()
91
files.
Unlock
()
104
defer files.
Unlock
()
123
defer files.
Unlock
()
125
files.
Unlock
()
140
files.
Unlock
()
/prebuilts/go/darwin-x86/test/fixedbugs/
issue9110.go
55
mu1.
Unlock
()
66
mu2.
Unlock
()
/prebuilts/go/linux-x86/src/net/
hosts.go
80
defer hosts.
Unlock
()
93
defer hosts.
Unlock
()
/prebuilts/go/linux-x86/src/syscall/
fd_nacl.go
51
defer files.
Unlock
()
74
defer files.
Unlock
()
84
files.
Unlock
()
91
files.
Unlock
()
104
defer files.
Unlock
()
123
defer files.
Unlock
()
125
files.
Unlock
()
140
files.
Unlock
()
/prebuilts/go/linux-x86/test/fixedbugs/
issue9110.go
55
mu1.
Unlock
()
66
mu2.
Unlock
()
/prebuilts/ndk/current/sources/cxx-stl/llvm-libc++/libcxx/include/
__mutex_base
48
void
unlock
() _NOEXCEPT;
90
~lock_guard() {__m_.
unlock
();}
134
__m_->
unlock
();
151
__m_->
unlock
();
169
void
unlock
();
247
unique_lock<_Mutex>::
unlock
()
250
__throw_system_error(EPERM, "unique_lock::
unlock
: not locked");
251
__m_->
unlock
();
mutex
31
void
unlock
();
48
void
unlock
();
69
void
unlock
();
87
void
unlock
();
142
void
unlock
();
207
void
unlock
() _NOEXCEPT;
236
void
unlock
() _NOEXCEPT;
279
void
unlock
() _NOEXCEPT;
/system/core/logd/
LogTimes.h
64
static void
unlock
(void) { pthread_mutex_unlock(×Lock); }
function in class:LogTimeEntry
97
void error(void) { lock(); error_Locked();
unlock
(); }
/toolchain/binutils/binutils-2.25/gas/testsuite/gas/i860/
system.s
2
# ld.c, st.c, flush, lock,
unlock
, intovr, trap
7
unlock
/toolchain/binutils/binutils-2.25/gold/testsuite/
object_unittest.cc
52
object->
unlock
(task);
60
object->
unlock
(task);
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/include/c++/4.8/
mutex
149
unlock
()
190
unlock
()
248
unlock
()
341
unlock
()
420
{ _M_device.
unlock
(); }
476
unlock
();
492
unlock
();
561
unlock
()
567
_M_device->
unlock
();
617
std::get<_Idx>(__locks).
unlock
();
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/include/c++/4.8/
mutex
149
unlock
()
190
unlock
()
248
unlock
()
341
unlock
()
420
{ _M_device.
unlock
(); }
476
unlock
();
492
unlock
();
561
unlock
()
567
_M_device->
unlock
();
617
std::get<_Idx>(__locks).
unlock
();
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/c++/4.8.3/
mutex
149
unlock
()
190
unlock
()
248
unlock
()
341
unlock
()
420
{ _M_device.
unlock
(); }
476
unlock
();
492
unlock
();
561
unlock
()
567
_M_device->
unlock
();
617
std::get<_Idx>(__locks).
unlock
();
[
all
...]
/prebuilts/ndk/current/sources/cxx-stl/gnu-libstdc++/4.9/include/
mutex
150
unlock
()
191
unlock
()
287
unlock
()
340
unlock
()
383
{ _M_device.
unlock
(); }
439
unlock
();
455
unlock
();
524
unlock
()
530
_M_device->
unlock
();
580
std::get<_Idx>(__locks).
unlock
();
[
all
...]
/external/libevent/
listener.c
104
#define
UNLOCK
(listener) EVLOCK_UNLOCK((listener)->lock, 0)
132
UNLOCK
(listener);
137
UNLOCK
(listener);
289
UNLOCK
(lev);
300
UNLOCK
(lev);
326
UNLOCK
(lev);
344
UNLOCK
(lev);
368
UNLOCK
(lev);
377
UNLOCK
(lev);
411
UNLOCK
(lev)
[
all
...]
/bionic/libc/stdlib/
atexit.c
95
goto
unlock
;
101
goto
unlock
;
121
goto
unlock
;
124
unlock
:
/development/host/windows/usb/api/
adb_api_instance.cpp
38
adb_app_instance_map_locker.
Unlock
();
/development/host/windows/usb/winusb/
adb_winusb_endpoint_object.cpp
64
lock_.
Unlock
();
91
lock_.
Unlock
();
167
lock_.
Unlock
();
176
lock_.
Unlock
();
/external/chromium-trace/catapult/systrace/profile_chrome/
agents_unittest.py
29
#
Unlock
device.
/external/compiler-rt/lib/sanitizer_common/
sanitizer_mutex.h
39
void
Unlock
() {
85
void
Unlock
();
111
void
Unlock
() {
183
mu_->
Unlock
();
/external/compiler-rt/lib/tsan/rtl/
tsan_interface_java.h
65
// Mutex
unlock
.
69
// Mutex read
unlock
.
75
// Recursive mutex
unlock
, intended for handling of Object.wait().
77
// w/o a pairing
unlock
() (i.e. how many recursive levels it unlocked).
/external/compiler-rt/test/tsan/
cond.c
4
// CHECK-NOT: ThreadSanitizer WARNING: mutex
unlock
by another thread
/external/drm_hwcomposer/
worker.h
29
int
Unlock
();
Completed in 905 milliseconds
<<
11
12
13
14
15
16
17
18
19
20
>>