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

  /external/libnfc-nci/halimpl/pn54x/tml/
phTmlNfc.h 138 pthread_t writerThread;
  /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 223 pthread_t writerThread;
224 pthread_create(&writerThread, NULL, writerTask, taskContext);
225 this->threads.push_back(writerThread);
  /libcore/ojluni/src/main/java/sun/nio/ch/
SocketChannelImpl.java 62 private volatile long writerThread = 0;
286 writerThread = 0;
487 writerThread = NativeThread.current();
524 writerThread = NativeThread.current();
556 writerThread = NativeThread.current();
827 if (writerThread != 0)
828 NativeThread.signal(writerThread);
    [all...]
DatagramChannelImpl.java 66 private volatile long writerThread = 0;
475 writerThread = NativeThread.current();
489 writerThread = 0;
620 writerThread = NativeThread.current();
626 writerThread = 0;
649 writerThread = NativeThread.current();
655 writerThread = 0;
799 if ((th = writerThread) != 0)

Completed in 224 milliseconds