OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:LOCK
(Results
1 - 13
of
13
) sorted by null
/sdk/monkeyrunner/src/com/android/monkeyrunner/recorder/
MonkeyRecorder.java
34
// This
lock
is used to keep the python process blocked while the frame is runing.
35
private static final Object
LOCK
= new Object();
60
synchronized (
LOCK
) {
61
LOCK
.notifyAll();
67
synchronized (
LOCK
) {
69
LOCK
.wait();
/frameworks/base/libs/camera/
ICamera.cpp
42
LOCK
,
253
virtual status_t
lock
()
function in class:android::BpCamera
257
remote()->transact(
LOCK
, data, &reply);
401
case
LOCK
: {
403
reply->writeInt32(
lock
());
/libcore/luni/src/main/java/libcore/util/
ZoneInfoDB.java
64
private static final Object
LOCK
= new Object();
247
synchronized (
LOCK
) {
/external/icu4c/i18n/
tridpars.cpp
48
static UMTX
LOCK
= 0;
657
Mutex
lock
(&
LOCK
);
858
umtx_lock(&
LOCK
);
860
umtx_unlock(&
LOCK
);
912
umtx_lock(&
LOCK
);
917
umtx_unlock(&
LOCK
);
931
umtx_destroy(&
LOCK
);
dtfmtsym.cpp
197
static UMTX
LOCK
;
[
all
...]
timezone.cpp
116
static UMTX
LOCK
;
136
if (
LOCK
) {
137
umtx_destroy(&
LOCK
);
138
LOCK
= NULL;
324
UMTX_CHECK(&
LOCK
, (_GMT == NULL), needsInit); /* This is here to prevent race conditions. */
330
umtx_lock(&
LOCK
);
335
umtx_unlock(&
LOCK
);
482
// In order to prevent a double
lock
of a non-reentrant mutex in a
485
Mutex
lock
(&TZSET_LOCK);
501
UMTX_CHECK(&
LOCK
, (DEFAULT_ZONE != NULL), initialized)
[
all
...]
smpdtfmt.cpp
159
static UMTX
LOCK
;
[
all
...]
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DataManager.java
61
// Any one who would like to access data should require this
lock
63
public static final Object
LOCK
= new Object();
/frameworks/base/cmds/keystore/
keystore.cpp
419
void
lock
() {
function in class:KeyStore
652
static ResponseCode
lock
(KeyStore* keyStore, int sock, uid_t uid, Value*, Value*) {
function
653
keyStore->
lock
();
676
LOCK
= 256,
700
{
lock
, 'l', STATE_NO_ERROR,
LOCK
, {0, 0}},
/sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/eclipse/adt/internal/sdk/
Sdk.java
84
private final static Object
LOCK
= new Object();
186
* Returns the
lock
object used to synchronize all operations dealing with SDK, targets and
190
return
LOCK
;
199
synchronized (
LOCK
) {
265
synchronized (
LOCK
) {
318
synchronized (
LOCK
) {
362
synchronized (
LOCK
) {
469
synchronized (
LOCK
) {
511
synchronized (
LOCK
) {
536
synchronized (
LOCK
) {
[
all
...]
/external/llvm/lib/Target/X86/
X86InstrInfo.h
439
//
Lock
prefix
441
LOCK
= 1 << LOCKShift,
[
all
...]
/prebuilt/linux-x86/toolchain/i686-unknown-linux-gnu-4.2.1/lib/gcc/i686-unknown-linux-gnu/4.2.1/include/xorg/
assyntax.h
476
#define
LOCK
CHOICE(
lock
,
lock
,
lock
)
[
all
...]
/prebuilt/common/netbeans-visual/
org-openide-util.jar
Completed in 821 milliseconds