/aosp_15_r20/libcore/luni/src/test/java/libcore/java/io/ |
H A D | OldPipedWriterTest.java | 72 Thread readerThread; field in OldPipedWriterTest 96 readerThread = new Thread(reader = new PReader(rd), "Constructor(Reader)"); in test_ConstructorLjava_io_PipedReader() 97 readerThread.start(); in test_ConstructorLjava_io_PipedReader() 139 readerThread = new Thread(reader = new PReader(rd), "connect"); in test_connectLjava_io_PipedReader() 140 readerThread.start(); in test_connectLjava_io_PipedReader() 161 readerThread = new Thread(reader = new PReader(pw), "flush"); in test_flush() 162 readerThread.start(); in test_flush() 205 readerThread = new Thread(reader = new PReader(pw), "writeCII"); in test_write$CII() 206 readerThread.start(); in test_write$CII() 216 readerThread.interrupt(); in test_write$CII() [all …]
|
/aosp_15_r20/art/test/153-reference-stress/src/ |
H A D | Main.java | 28 Thread[] readerThread = new ReaderThread[4]; in main() local 29 for (int i = 0; i < readerThread.length; ++i) { in main() 30 readerThread[i] = new ReaderThread(); in main() 33 for (int i = 0; i < readerThread.length; ++i) { in main() 34 readerThread[i].start(); in main() 37 for (int i = 0; i < readerThread.length; ++i) { in main() 38 readerThread[i].join(); in main()
|
/aosp_15_r20/libcore/ojluni/src/main/java/sun/nio/ch/ |
H A D | SocketChannelImpl.java | 81 private volatile long readerThread = 0; field in SocketChannelImpl 321 readerThread = 0; in readerCleanup() 367 readerThread = NativeThread.current(); in read() 477 readerThread = NativeThread.current(); in read() 683 readerThread = NativeThread.current(); in connect() 756 readerThread = NativeThread.current(); in finishConnect() 787 readerThread = 0; in finishConnect() 830 if (readerThread != 0) in shutdownInput() 831 NativeThread.signal(readerThread); in shutdownInput() 892 if (readerThread != 0) in implCloseSelectableChannel() [all …]
|
H A D | DatagramChannelImpl.java | 70 private volatile long readerThread = 0; field in DatagramChannelImpl 380 readerThread = NativeThread.current(); in receive() 415 readerThread = 0; in receive() 591 readerThread = NativeThread.current(); in read() 597 readerThread = 0; in read() 620 readerThread = NativeThread.current(); in read() 626 readerThread = 0; in read() 1062 if ((th = readerThread) != 0) in implCloseSelectableChannel() 1159 readerThread = NativeThread.current(); in poll() 1163 readerThread = 0; in poll()
|
/aosp_15_r20/external/python/cpython2/Lib/bsddb/test/ |
D | test_thread.py | 92 rt = Thread(target = self.readerThread, 154 def readerThread(self, d, readerNum): member in ConcurrentDataStoreBase 220 rt = Thread(target = self.readerThread, 279 def readerThread(self, d, readerNum): member in SimpleThreadedBase 346 rt = Thread(target = self.readerThread, 419 def readerThread(self, d, readerNum): member in ThreadedTransactionsBase
|
/aosp_15_r20/external/oj-libjdwp/src/share/classes/com/sun/tools/jdi/ |
H A D | TargetVM.java | 42 private Thread readerThread; field in TargetVM 56 this.readerThread = new Thread(vm.threadGroupForJDI(), in TargetVM() 58 this.readerThread.setDaemon(true); in TargetVM() 62 readerThread.start(); in start()
|
/aosp_15_r20/libcore/ojluni/src/test/java/nio/channels/Channels/ |
H A D | Basic2.java | 61 Thread readerThread = new Thread(reader); in basic2Test() local 62 readerThread.start(); in basic2Test() 66 readerThread.join(); in basic2Test()
|
/aosp_15_r20/hardware/interfaces/automotive/can/1.0/default/ |
H A D | CanSocket.cpp | 53 mReaderThread(&CanSocket::readerThread, this) {} in CanSocket() 95 void CanSocket::readerThread() { in readerThread() function in android::hardware::automotive::can::V1_0::implementation::CanSocket
|
H A D | CanSocket.h | 57 void readerThread();
|
/aosp_15_r20/hardware/nxp/uwb/halimpl/tml/ |
D | phTmlUwb.cc | 69 pthread_t readerThread; member 584 int ret = pthread_create(&gpphTmlUwb_Context->readerThread, NULL, in phTmlUwb_StartRead() 602 if (pthread_join(gpphTmlUwb_Context->readerThread, NULL)) { in phTmlUwb_StopRead()
|
/aosp_15_r20/frameworks/base/apct-tests/perftests/core/src/android/database/ |
H A D | SQLiteDatabasePerfTest.java | 510 Thread readerThread = new Thread(() -> { doReadLoop(totalBGIterations); }); 513 readerThread.start(); 521 readerThread.join();
|
/aosp_15_r20/hardware/nxp/nfc/pn8x/halimpl/tml/ |
D | phTmlNfc.cc | 220 pthread_create(&gpphTmlNfc_Context->readerThread, NULL, in phTmlNfc_StartThread() 611 if (0 != pthread_join(gpphTmlNfc_Context->readerThread, (void**)NULL)) { in phTmlNfc_Shutdown()
|
D | phTmlNfc.h | 144 pthread_t readerThread; /*Handle to the thread which handles write and read member
|
/aosp_15_r20/hardware/nxp/nfc/snxxx/halimpl/tml/ |
D | phTmlNfc.h | 168 pthread_t readerThread; /*Handle to the thread which handles write and read member
|
D | phTmlNfc.cc | 262 pthread_create(&gpphTmlNfc_Context->readerThread, NULL, in phTmlNfc_StartThread() 609 if (0 != pthread_join(gpphTmlNfc_Context->readerThread, (void**)NULL)) { in phTmlNfc_Shutdown()
|
/aosp_15_r20/external/python/cpython2/PC/VC6/ |
D | readme.txt | 178 XXX readerThread
|
/aosp_15_r20/external/python/cpython2/PC/VS7.1/ |
D | readme.txt | 200 XXX readerThread
|
/aosp_15_r20/prebuilts/bazel/common/android_tools/android_tools/ |
D | desugar_jdk_libs.jar | desugar/sun/nio/fs/DesugarBasicFileAttributes.class
DesugarBasicFileAttributes.java
package desugar.sun. ... |
/aosp_15_r20/prebuilts/module_sdk/art/1/java/ |
D | core-oj.jar | META-INF/
META-INF/MANIFEST.MF
calendars.properties
com/
com/sun ... |
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj/android_common_apex31/javac/ |
D | core-oj.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/sun/
com/ ... |
/aosp_15_r20/out/soong/.intermediates/libcore/core-oj/android_common_apex31/withres/ |
D | core-oj.jar | META-INF/
META-INF/MANIFEST.MF
calendars.properties
com/
com/sun ... |
/aosp_15_r20/out/target/common/obj/JAVA_LIBRARIES/core-oj.com.android.art.debug_intermediates/ |
D | classes.jar | META-INF/
META-INF/MANIFEST.MF
calendars.properties
com/
com/sun ... |
/aosp_15_r20/prebuilts/jdk/jdk8/linux-x86/lib/ |
D | tools.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/com. ... |
/aosp_15_r20/prebuilts/jdk/jdk8/darwin-x86/lib/ |
D | tools.jar | META-INF/
META-INF/MANIFEST.MF
META-INF/services/com. ... |
/aosp_15_r20/prebuilts/module_sdk/art/current/test-exports/java/ |
D | core-ojtests-public.jar | META-INF/
META-INF/MANIFEST.MF
com/
com/google/
com/ ... |