OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:lock
(Results
576 - 600
of
1530
) sorted by null
<<
21
22
23
24
25
26
27
28
29
30
>>
/prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.4.3/include/ext/
concurrence.h
162
void
lock
()
function in class:__mutex
212
void
lock
()
function in class:__recursive_mutex
238
/// Scoped
lock
idiom.
254
{ _M_device.
lock
(); }
/prebuilts/ndk/8/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h
431
lock
() const // never throws
function in class:weak_ptr
/prebuilts/ndk/9/platforms/android-14/arch-arm/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-14/arch-mips/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-14/arch-x86/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-3/arch-arm/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-4/arch-arm/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-5/arch-arm/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-8/arch-arm/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-9/arch-arm/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-9/arch-mips/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/platforms/android-9/arch-x86/usr/include/linux/lockd/
xdr.h
45
struct nlm_lock
lock
;
member in struct:nlm_args
59
struct nlm_lock
lock
;
member in struct:nlm_res
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.6/include/bits/
shared_ptr.h
431
lock
() const // never throws
function in class:weak_ptr
/prebuilts/ndk/9/sources/cxx-stl/gnu-libstdc++/4.8/include/ext/
concurrence.h
147
void
lock
()
function in class:__mutex
202
void
lock
()
function in class:__recursive_mutex
228
/// Scoped
lock
idiom.
244
{ _M_device.
lock
(); }
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/unit/
MediaPlayerStateUnitTestTemplate.java
52
private final Object
lock
= new Object();
field in class:MediaPlayerStateUnitTestTemplate
83
synchronized(
lock
) {
85
lock
.wait(WAIT_FOR_COMMAND_TO_COMPLETE);
118
synchronized(
lock
) {
119
Log.v(TAG, "notify
lock
.");
124
lock
.notify();
132
synchronized(
lock
) {
136
lock
.notify();
140
synchronized(
lock
) {
142
lock
.notify()
[
all
...]
/libcore/libart/src/main/java/java/lang/
Thread.java
88
* The thread is blocked and waiting for a
lock
.
185
private final Object
lock
= new Object();
field in class:Thread
721
synchronized (
lock
) {
723
lock
.wait();
768
synchronized (
lock
) {
779
lock
.wait(millis, nanos);
905
// The
lock
is taken to ensure no race occurs between starting the
939
// The
lock
is taken to ensure no race occurs between starting the
1005
Object
lock
= currentThread().
lock
;
local
[
all
...]
/libcore/luni/src/main/java/java/util/concurrent/
ConcurrentHashMap.java
87
* followed by
lock
releases that maintain sequential consistency
272
* must be re-acquired under
lock
anyway to ensure sequential
445
* acquire
lock
, creating and returning one if not found. Upon
446
* return, guarantees that
lock
is held. Unlike in most
472
lock
();
method
486
* acquire
lock
for a remove or replace operation. Upon
487
* return, guarantees that
lock
is held. Note that we must
488
*
lock
even if the key is not found, to ensure sequential
505
lock
();
method
601
lock
();
method
[
all
...]
ThreadPoolExecutor.java
256
* pauseLock.
lock
();
267
* pauseLock.
lock
();
276
* pauseLock.
lock
();
417
*
Lock
held on access to workers set and related bookkeeping.
419
* to be generally preferable to use a
lock
. Among the reasons is
546
* to simplify acquiring and releasing a
lock
surrounding each
550
* non-reentrant mutual exclusion
lock
rather than use
552
* reacquire the
lock
when they invoke pool control methods like
554
* the thread actually starts running tasks, we initialize
lock
590
//
Lock
method
613
public void
lock
() { acquire(1); }
method in class:ThreadPoolExecutor.Worker
[
all
...]
/external/apache-harmony/support/src/test/java/tests/support/
Support_HttpServer.java
83
private final Object
lock
= new Object();
field in class:Support_HttpServer
106
synchronized (
lock
) {
110
lock
.notifyAll();
130
// release the
lock
so the tests will finish running
136
synchronized (
lock
) {
137
lock
.notifyAll();
152
synchronized (
lock
) {
159
lock
.wait();
/external/javasqlite/src/main/java/SQLite/JDBC2z/
JDBCConnection.java
523
static Object
lock
= new Object();
field in class:DatabaseX
531
synchronized (
lock
) {
532
lock
.wait(ms);
541
synchronized (
lock
) {
542
lock
.notifyAll();
549
synchronized (
lock
) {
550
lock
.notifyAll();
557
synchronized (
lock
) {
558
lock
.notifyAll();
566
synchronized (
lock
) {
[
all
...]
/frameworks/base/media/tests/MediaFrameworkTest/src/com/android/mediaframeworktest/functional/audio/
MediaVisualizerTest.java
59
private final Object
lock
= new Object();
field in class:MediaVisualizerTest
336
synchronized(
lock
) {
338
lock
.wait(1000);
348
synchronized(
lock
) {
351
lock
.wait(1000);
362
synchronized(
lock
) {
365
lock
.wait(1000);
381
synchronized(
lock
) {
384
lock
.wait(1000);
395
synchronized(
lock
) {
[
all
...]
Completed in 804 milliseconds
<<
21
22
23
24
25
26
27
28
29
30
>>