OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:lock
(Results
1176 - 1200
of
3434
) sorted by null
<<
41
42
43
44
45
46
47
48
49
50
>>
/hardware/msm7k/libaudio/
AudioHardware.cpp
160
{ // scope for the
lock
161
Mutex::Autolock
lock
(mLock);
187
Mutex::Autolock
lock
(mLock);
206
mLock.
lock
();
226
Mutex::Autolock
lock
(mLock);
234
mLock.
lock
();
261
Mutex::Autolock
lock
(mLock);
413
Mutex::Autolock
lock
(mLock);
420
Mutex::Autolock
lock
(mLock);
497
Mutex::Autolock
lock
(mLock)
[
all
...]
/hardware/msm7k/libaudio-qdsp5v2/
AudioHardware.cpp
65
{ // scope for the
lock
66
Mutex::Autolock
lock
(mLock);
92
Mutex::Autolock
lock
(mLock);
/hardware/msm7k/libgralloc-qsd8k/
pmemalloc.cpp
64
pthread_mutex_init(&
lock
, NULL);
124
pthread_mutex_lock(&
lock
);
139
pthread_mutex_unlock(&
lock
);
/packages/apps/Calendar/src/com/android/calendar/alerts/
AlertReceiver.java
76
// TODO Grab a wake
lock
here?
96
* the wake
lock
before returning to ensure that the service will run.
114
* releasing the wake
lock
if the service is now stopping.
/prebuilt/linux-x86/toolchain/i686-linux-glibc2.7-4.4.3/sysroot/usr/lib/
libpulse-simple.so
libpulse-simple.so.0
libpulse-simple.so.0.0
libpulse-simple.so.0.0.1
/prebuilt/ndk/android-ndk-r5/platforms/android-9/arch-arm/usr/include/
pthread.h
219
* returns EBUSY if the
lock
could not be acquired after the timeout
224
/* read-write
lock
support */
229
pthread_mutex_t
lock
;
member in struct:__anon24252
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-arm/usr/include/
pthread.h
219
* returns EBUSY if the
lock
could not be acquired after the timeout
224
/* read-write
lock
support */
229
pthread_mutex_t
lock
;
member in struct:__anon25227
/prebuilt/ndk/android-ndk-r6/platforms/android-9/arch-x86/usr/include/
pthread.h
219
* returns EBUSY if the
lock
could not be acquired after the timeout
224
/* read-write
lock
support */
229
pthread_mutex_t
lock
;
member in struct:__anon25350
/bionic/libc/kernel/common/linux/
irq.h
90
spinlock_t
lock
;
member in struct:irq_desc
skbuff.h
51
spinlock_t
lock
;
member in struct:sk_buff_head
/cts/tests/tests/os/src/android/os/cts/
PowerManagerTest.java
63
* 1 Get a wake
lock
at the level of the flags parameter
/cts/tools/dx-tests/src/dxc/junit/opcodes/monitorexit/
Test_monitorexit.java
49
* @title structural
lock
rules violation
/development/ndk/platforms/android-3/include/linux/
irq.h
90
spinlock_t
lock
;
member in struct:irq_desc
skbuff.h
51
spinlock_t
lock
;
member in struct:sk_buff_head
/development/ndk/platforms/android-9/include/android/
native_window.h
102
*
Lock
the window's next drawing surface for writing.
/device/samsung/crespo/overlay/frameworks/base/core/res/res/xml/
power_profile.xml
50
<!-- Power consumption due to wake
lock
held -->
/device/samsung/maguro/overlay/frameworks/base/core/res/res/xml/
power_profile.xml
50
<!-- Power consumption due to wake
lock
held -->
/device/samsung/toro/overlay/frameworks/base/core/res/res/xml/
power_profile.xml
49
<!-- Power consumption due to wake
lock
held -->
/external/bluetooth/bluez/tools/
bccmd.8
82
Lock
radio on specific channel
/external/chromium/base/
logging.cc
202
// instance on the stack. This will ensure that the
lock
is unlocked upon
264
// use the
lock
265
log_lock->
Lock
();
281
// The
lock
is used if log file locking is false. It helps us avoid problems
283
// LockImpl directly instead of using
Lock
, because
Lock
makes logging calls.
286
// When we don't use a
lock
, we are using a global mutex. We need to do this
593
// If the client app did not call InitLogging, and the
lock
has not
596
// the
lock
. This is why InitLogging should be called from the main
/external/chromium/base/metrics/
stats_table.cc
54
// At the shared-memory level, we have a
lock
. This
lock
protects the
307
// Registering a thread requires that we
lock
the shared memory
311
SharedMemoryAutoLock
lock
(impl_->shared_memory());
341
// We intentionally do not
lock
the table during the operation.
358
// Create a scope for our auto-
lock
.
538
// shared memory
lock
.
539
SharedMemoryAutoLock
lock
(impl_->shared_memory());
555
AutoLock
lock
(counters_lock_);
/external/chromium/chrome/browser/content_settings/
content_settings_pref_provider.cc
125
base::AutoLock
lock
(lock_);
149
base::AutoLock
lock
(lock_);
177
base::AutoLock
lock
(lock_);
234
base::AutoLock
lock
(lock_);
422
base::AutoLock auto_lock(
lock
());
448
// without
lock
() being held.
501
base::AutoLock auto_lock(
lock
());
532
base::AutoLock auto_lock(
lock
());
609
base::AutoLock auto_lock(
lock
());
Completed in 505 milliseconds
<<
41
42
43
44
45
46
47
48
49
50
>>