OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locks
(Results
201 - 225
of
351
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/cts/tools/test-progress-new/etc/
test-progress
379
#java.util.concurrent.
locks
\
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
ArrayBlockingQueue.java
8
import java.util.concurrent.
locks
.*;
PriorityBlockingQueue.java
9
import java.util.concurrent.
locks
.*;
Semaphore.java
9
import java.util.concurrent.
locks
.*;
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
Condition.java
7
package java.util.concurrent.
locks
;
/dalvik/libcore/concurrent/src/test/java/tests/api/java/util/concurrent/
AbstractQueuedSynchronizerTest.java
14
import java.util.concurrent.
locks
.*;
[
all
...]
ReentrantLockTest.java
12
import java.util.concurrent.
locks
.*;
[
all
...]
/dalvik/vm/
AllocTracker.c
78
/* prep
locks
*/
Globals.h
399
* we can use them in "thin
locks
".
LinearAlloc.c
660
* daemon thread that's still trying to do something, so we grab the
locks
.
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
ConnPoolByRoute.java
39
import java.util.concurrent.
locks
.Condition;
/external/dbus/bus/
bus.c
280
* we'd have to use fcntl()
locks
on the pid file to
[
all
...]
/external/dbus/dbus/
dbus-internals.c
183
*
Locks
a global lock
dbus-pending-call.c
491
/* Drop
locks
to call out to app code */
/external/e2fsprogs/e2fsck/
revoke.c
68
#include <linux/
locks
.h>
/external/e2fsprogs/lib/et/
com_err.texinfo
455
unlocking concurrancy
locks
, dropping reference counts, closing file
/external/icu4c/common/
serv.cpp
443
// ICU doesn't have monitors so we can't use rw
locks
, so
/external/kernel-headers/original/linux/
mmzone.h
35
* zone->lock and zone->lru_lock are two of the hottest
locks
in the kernel.
/external/openssl/crypto/
crypto.h
257
and deallocate
locks
in a dynamic fashion. The following typedef
mem_dbg.c
186
* Give them a chance, first, and then claim the
locks
in
/external/openssl/crypto/rsa/
rsa_eay.c
288
* require
locks
, and that the blinding factor must be
/external/openssl/include/openssl/
crypto.h
257
and deallocate
locks
in a dynamic fashion. The following typedef
/external/ppp/pppd/
utils.c
896
#define LOCK_DIR "/var/spool/
locks
"
/external/qemu/distrib/sdl-1.2.12/src/video/
SDL_surface.c
755
/* Increment the surface lock count, for recursive
locks
*/
/external/skia/include/core/
SkBitmap.h
617
/**
Locks
the table and returns is colors (assuming ctable is not null) and
Completed in 151 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>