HomeSort by relevance Sort by last modified time
    Searched refs:writerThread (Results 1 - 9 of 9) sorted by null

  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketChannelImpl.java 81 private volatile long writerThread = 0;
327 writerThread = 0;
507 writerThread = NativeThread.current();
540 writerThread = NativeThread.current();
570 writerThread = NativeThread.current();
845 if (writerThread != 0)
846 NativeThread.signal(writerThread);
    [all...]
DatagramChannelImpl.java 86 private volatile long writerThread = 0;
506 writerThread = NativeThread.current();
520 writerThread = 0;
651 writerThread = NativeThread.current();
657 writerThread = 0;
680 writerThread = NativeThread.current();
686 writerThread = 0;
    [all...]
  /system/nfc/halimpl/pn54x/tml/
phTmlNfc.h 146 pthread_t writerThread;
phTmlNfc.c 226 pthread_create(&gpphTmlNfc_Context->writerThread, NULL,
601 if (0 != pthread_join(gpphTmlNfc_Context->writerThread, (void**)NULL)) {
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/bsddb/test/
test_thread.py 107 wt = Thread(target = self.writerThread,
125 def writerThread(self, d, keys, readers):
235 wt = Thread(target = self.writerThread,
253 def writerThread(self, d, keys, readers):
360 wt = Thread(target = self.writerThread,
388 def writerThread(self, d, keys, readers):
  /prebuilts/gdb/linux-x86/lib/python2.7/bsddb/test/
test_thread.py 107 wt = Thread(target = self.writerThread,
125 def writerThread(self, d, keys, readers):
235 wt = Thread(target = self.writerThread,
253 def writerThread(self, d, keys, readers):
360 wt = Thread(target = self.writerThread,
388 def writerThread(self, d, keys, readers):
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 107 wt = Thread(target = self.writerThread,
125 def writerThread(self, d, keys, readers):
235 wt = Thread(target = self.writerThread,
253 def writerThread(self, d, keys, readers):
360 wt = Thread(target = self.writerThread,
388 def writerThread(self, d, keys, readers):
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 107 wt = Thread(target = self.writerThread,
125 def writerThread(self, d, keys, readers):
235 wt = Thread(target = self.writerThread,
253 def writerThread(self, d, keys, readers):
360 wt = Thread(target = self.writerThread,
388 def writerThread(self, d, keys, readers):
  /hardware/libhardware/modules/sensors/
multihal.cpp 225 pthread_t writerThread;
226 pthread_create(&writerThread, NULL, writerTask, taskContext);
227 this->threads.push_back(writerThread);

Completed in 150 milliseconds