/dalvik/libcore/concurrent/src/main/java/java/util/concurrent/locks/ |
package-info.java | 20 * similarly defines locks that may be shared among readers but are
|
ReentrantReadWriteLock.java | 47 * in the queue with the write lock free, then those readers will be 61 * <p>This lock allows both readers and writers to reacquire read or 63 * readers are not allowed until all write locks held by the writing 409 // Releasing the read lock has no effect on readers, 654 * readers that have not yet drained from the queue. [all...] |
/dalvik/libcore/luni/src/main/java/java/io/ |
Reader.java | 24 * The base class for all readers. A reader is a means of reading data from a 25 * source in a character-wise manner. Some readers also support marking a 34 * Many specialized readers for purposes like reading from a file already exist
|
PipedOutputStream.java | 109 * Notifies the readers of this {@link PipedInputStream} that bytes can be
|
PipedWriter.java | 114 * Notifies the readers of this {@code PipedReader} that characters can be read. This
|
FilterReader.java | 24 * decompression of the underlying reader. Readers that wrap another reader and
|
Writer.java | 32 * Many specialized readers for purposes like reading from a file already exist
|
/system/extras/tests/sdcard/ |
plot_sdcard.py | 189 For instance when readers and writers are in the same mix, the 190 readers will go thru 100 iterations much faster than the 193 the readers.
|
/bionic/libc/include/sys/ |
_system_properties.h | 81 ** - there is only one writer, but many readers
|
/external/proguard/src/proguard/ |
DataEntryReaderFactory.java | 31 * The readers will unwrap the input data entries from any jars, wars, ears,
|
WordReader.java | 27 * An abstract reader of words, with the possibility to include other readers.
|
/ndk/build/platforms/android-3/arch-arm/usr/include/sys/ |
_system_properties.h | 81 ** - there is only one writer, but many readers
|
/ndk/build/platforms/android-4/arch-arm/usr/include/sys/ |
_system_properties.h | 81 ** - there is only one writer, but many readers
|
/ndk/build/platforms/android-5/arch-arm/usr/include/sys/ |
_system_properties.h | 81 ** - there is only one writer, but many readers
|
/ndk/build/platforms/android-5/arch-x86/usr/include/sys/ |
_system_properties.h | 81 ** - there is only one writer, but many readers
|
/ndk/build/platforms/android-8/arch-arm/usr/include/sys/ |
_system_properties.h | 81 ** - there is only one writer, but many readers
|
/ndk/build/platforms/android-8/arch-x86/usr/include/sys/ |
_system_properties.h | 81 ** - there is only one writer, but many readers
|
/frameworks/base/docs/html/ |
license.jd | 113 Also, please link back to the original source page so that readers can 130 Again, please link back to the original source page so that readers can
|
/external/icu4c/common/ |
propname.h | 173 /* The following are needed by external readers of this data. */ 439 * The header also contains the following, used by "external readers" 442 * // The following are needed by external readers of this data.
|
/frameworks/base/core/java/android/os/ |
DropBoxManager.java | 279 // when data is added to the dropbox, for demand-driven readers -- 280 // for now readers need to poll the dropbox to find new data.
|
/dalvik/libcore/xml/src/main/java/org/xml/sax/ext/ |
DeclHandler.java | 23 * XML readers are not required to recognize this handler, and it
|
LexicalHandler.java | 23 * XML readers are not required to recognize this handler, and it
|
/external/dbus/dbus/ |
dbus-marshal-recursive.h | 61 int start_pos; /**< for array readers, the start of the array values */
|
/external/strace/ |
PORTING | 30 detached readers are invited to continue with little to risk but
|
/external/bluetooth/glib/tests/ |
thread-test.c | 223 /* -1 = writing; >0 = # of readers */
|