OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:locks
(Results
76 - 100
of
351
) sorted by null
1
2
3
4
5
6
7
8
9
10
11
>>
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/
mount.h
45
#define MS_MANDLOCK 64 /* Allow mandatory
locks
on an FS */
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/
mount.h
45
#define MS_MANDLOCK 64 /* Allow mandatory
locks
on an FS */
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/
mount.h
45
#define MS_MANDLOCK 64 /* Allow mandatory
locks
on an FS */
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/
mount.h
45
#define MS_MANDLOCK 64 /* Allow mandatory
locks
on an FS */
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/
mount.h
45
#define MS_MANDLOCK 64 /* Allow mandatory
locks
on an FS */
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/
mount.h
45
#define MS_MANDLOCK 64 /* Allow mandatory
locks
on an FS */
/packages/apps/Mms/src/com/android/mms/transaction/
SmsReceiver.java
66
// services under wake
locks
.
/system/core/include/cutils/
hashmap.h
109
*
Locks
the hash map so only the current thread can access it.
/frameworks/base/wifi/java/android/net/wifi/
WifiManager.java
337
/* Maximum number of active
locks
we allow.
339
* of
locks
and crashing the system by overflowing the global ref table.
861
*
Locks
the Wi-Fi radio on until {@link #release} is called.
880
"Exceeded maximum number of wifi
locks
");
[
all
...]
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/
LockSupport.java
7
package java.util.concurrent.
locks
;
13
* Basic thread blocking primitives for creating
locks
and other
/dalvik/libcore/nio/src/main/java/java/nio/channels/
SelectableChannel.java
120
* also hold
locks
on the key set of the same selector.
159
* also hold
locks
on the key set of the same selector.
/external/opencore/oscl/oscl/osclproc/src/
oscl_mutex.h
81
*
Locks
the Mutex
199
*
Locks
the Mutex
/frameworks/base/docs/html/sdk/api_diff/4/changes/
packages_index_all.html
81
<A HREF="pkg_java.util.concurrent.
locks
.html" class="hiddenlink" target="rightframe">java.util.concurrent.
locks
</A><br>
changes-summary.html
309
<A NAME="java.util.concurrent.
locks
"></A>
310
<nobr><A HREF="pkg_java.util.concurrent.
locks
.html">java.util.concurrent.
locks
</A></nobr>
/frameworks/base/docs/html/sdk/api_diff/5/changes/
packages_index_all.html
84
<A HREF="pkg_java.util.concurrent.
locks
.html" class="hiddenlink" target="rightframe">java.util.concurrent.
locks
</A><br>
packages_index_changes.html
81
<A HREF="pkg_java.util.concurrent.
locks
.html" class="hiddenlink" target="rightframe">java.util.concurrent.
locks
</A><br>
/system/extras/tests/bionic/libc/common/
test_pthread_mutex.c
260
* - main thread creates a mutex and
locks
it
266
* - thread 1
locks
() the mutex. It shall be stopped for a least 'waitDelay'
/external/kernel-headers/original/linux/
list.h
103
* (such as holding appropriate
locks
) to avoid racing
124
* (such as holding appropriate
locks
) to avoid racing
175
* (such as holding appropriate
locks
) to avoid racing
647
* (such as holding appropriate
locks
) to avoid racing
710
* (such as holding appropriate
locks
) to avoid racing
762
* (such as holding appropriate
locks
) to avoid racing
790
* (such as holding appropriate
locks
) to avoid racing
/external/iptables/libiptc/
linux_list.h
133
* (such as holding appropriate
locks
) to avoid racing
154
* (such as holding appropriate
locks
) to avoid racing
205
* (such as holding appropriate
locks
) to avoid racing
560
* (such as holding appropriate
locks
) to avoid racing
601
* (such as holding appropriate
locks
) to avoid racing
/dalvik/vm/
Thread.h
94
/* small unique integer; useful for "thin"
locks
and debug messages */
528
* Track
locks
held by the current thread, along with the stack trace at
531
* At any given time the number of
locks
held across the VM should be
/external/ppp/pppd/
tdb.c
105
/* all contexts, to ensure no double-opens (fcntl
locks
don't nest!) */
197
this functions
locks
/unlocks 1 byte at the specified offset.
244
*
locks
. */
266
/* Since fcntl
locks
don't nest, we do a lock for the first one,
1128
Write
locks
override our own fcntl readlocks, so check it here.
1151
/* fcntl
locks
don't stack: avoid unlocking someone else's */
[
all
...]
/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/
package-info.java
13
* {@link java.util.concurrent.
locks
} and
140
* holding other
locks
.
/dalvik/libcore/suncompat/src/main/java/sun/misc/
Unsafe.java
305
* <p>See {@link java.util.concurrent.
locks
.LockSupport} for more
324
* <p>See {@link java.util.concurrent.
locks
.LockSupport} for more
/external/apache-http/src/org/apache/http/impl/conn/tsccm/
AbstractConnPool.java
40
import java.util.concurrent.
locks
.Lock;
41
import java.util.concurrent.
locks
.ReentrantLock;
/external/bluetooth/glib/docs/reference/glib/tmpl/
threads.sgml
627
Locks
@mutex. If @mutex is already locked by another thread, the
653
thread, it immediately returns %FALSE. Otherwise it
locks
@mutex
982
Locks
@mutex. If @mutex is already locked by another thread, the
994
it immediately returns %FALSE. Otherwise it
locks
@mutex and returns
[
all
...]
Completed in 141 milliseconds
1
2
3
4
5
6
7
8
9
10
11
>>