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

  /external/llvm/include/llvm/Support/
RWMutex.h 89 unsigned readers, writers; member in class:llvm::sys::SmartRWMutex
91 explicit SmartRWMutex() : RWMutexImpl(), readers(0), writers(0) { }
120 assert(writers == 0 && "Writer lock already acquired!");
121 ++writers;
131 assert(writers == 1 && "Writer lock not acquired before release!");
132 --writers;
  /external/skia/bench/
ResultsWriter.h 153 MultiResultsWriter() : writers() {
156 writers.push_back(writer);
159 for (int i = 0; i < writers.count(); ++i) {
160 writers[i]->option(name, value);
164 for (int i = 0; i < writers.count(); ++i) {
165 writers[i]->bench(name, x, y);
169 for (int i = 0; i < writers.count(); ++i) {
170 writers[i]->config(name);
174 for (int i = 0; i < writers.count(); ++i) {
175 writers[i]->timer(name, ms)
184 SkTArray<ResultsWriter *> writers; member in class:MultiResultsWriter
    [all...]
  /external/chromium_org/mojo/public/c/system/tests/
core_perftest.cc 172 std::vector<MessagePipeWriterThread*> writers; local
174 writers.push_back(new MessagePipeWriterThread(h0_, num_bytes));
186 writers[i]->Start();
193 // Close both handles to make writers and readers stop immediately.
201 writers[i]->Join();
211 num_writes += writers[i]->num_writes();
212 delete writers[i];
214 writers.clear();
  /external/chromium_org/third_party/libvpx/source/libvpx/examples/
vp8_multi_resolution_encoder.c 53 VpxVideoWriter *writers[kNumEncoders]; local
179 if (!(writers[i] = vpx_video_writer_open(argv[i+4], kContainerIVF, &info)))
249 vpx_video_writer_write_frame(writers[i], pkt[i]->data.frame.buf,
294 vpx_video_writer_close(writers[i]);
  /external/chromium_org/mojo/system/
message_pipe_dispatcher_unittest.cc 678 // Make writers.
679 ScopedVector<WriterThread> writers; local
681 writers.push_back(
692 // Start writers.
694 writers[i]->Start();
  /hardware/intel/common/libwsbm/src/
wsbm_ttmpool.c 87 unsigned writers; member in struct:_TTMBuffer
236 unsigned int writers; local
243 writers = dBuf->writers;
248 if ((mode & WSBM_SYNCCPU_WRITE) && (++dBuf->writers == 1))
279 dBuf->writers = writers;
300 if ((mode & WSBM_SYNCCPU_WRITE) && (--dBuf->writers == 0))
wsbm_userpool.c 83 struct _WsbmAtomic writers; member in struct:_WsbmUserBuffer
282 while (wsbmAtomicRead(&vBuf->writers) != 0)
470 if (wsbmAtomicDecZero(&vBuf->writers))
493 wsbmAtomicInc(&vBuf->writers);
500 wsbmAtomicInc(&vBuf->writers);
wsbm_slabpool.c 99 struct _WsbmAtomic writers; /* (Only upping) */ member in struct:_WsbmSlabBuffer
488 wsbmAtomicSet(&sBuf->writers, 0);
772 wsbmAtomicSet(&sBuf->writers, 0);
831 wsbmAtomicSet(&sBuf->writers, 0);
902 if (wsbmAtomicDecZero(&sBuf->writers))
931 wsbmAtomicInc(&sBuf->writers);
937 wsbmAtomicInc(&sBuf->writers);
1009 while (wsbmAtomicRead(&sBuf->writers) != 0) {
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 72 writers = 0 variable in class:ConcurrentDataStoreBase
84 records_per_writer=self.records//self.writers
85 readers_per_writer=self.readers//self.writers
86 self.assertEqual(self.records,self.writers*records_per_writer)
87 self.assertEqual(self.readers,self.writers*readers_per_writer)
102 writers=[]
103 for x in xrange(self.writers):
111 writers.append(wt)
113 for t in writers:
120 for t in writers
179 writers = 2 variable in class:BTreeConcurrentDataStore
186 writers = 2 variable in class:HashConcurrentDataStore
197 writers = 2 variable in class:SimpleThreadedBase
321 writers = 0 variable in class:ThreadedTransactionsBase
470 writers = 2 variable in class:BTreeThreadedTransactions
476 writers = 2 variable in class:HashThreadedTransactions
482 writers = 2 variable in class:BTreeThreadedNoWaitTransactions
489 writers = 2 variable in class:HashThreadedNoWaitTransactions
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/bsddb/test/
test_thread.py 72 writers = 0 variable in class:ConcurrentDataStoreBase
84 records_per_writer=self.records//self.writers
85 readers_per_writer=self.readers//self.writers
86 self.assertEqual(self.records,self.writers*records_per_writer)
87 self.assertEqual(self.readers,self.writers*readers_per_writer)
102 writers=[]
103 for x in xrange(self.writers):
111 writers.append(wt)
113 for t in writers:
120 for t in writers
179 writers = 2 variable in class:BTreeConcurrentDataStore
186 writers = 2 variable in class:HashConcurrentDataStore
197 writers = 2 variable in class:SimpleThreadedBase
321 writers = 0 variable in class:ThreadedTransactionsBase
470 writers = 2 variable in class:BTreeThreadedTransactions
476 writers = 2 variable in class:HashThreadedTransactions
482 writers = 2 variable in class:BTreeThreadedNoWaitTransactions
489 writers = 2 variable in class:HashThreadedNoWaitTransactions
    [all...]
  /external/chromium_org/tools/grit/grit/
test_suite_all.py 44 import grit.format.policy_templates.writers.adm_writer_unittest namespace
45 import grit.format.policy_templates.writers.adml_writer_unittest namespace
46 import grit.format.policy_templates.writers.admx_writer_unittest namespace
47 import grit.format.policy_templates.writers.doc_writer_unittest namespace
48 import grit.format.policy_templates.writers.ios_plist_writer_unittest namespace
49 import grit.format.policy_templates.writers.json_writer_unittest namespace
50 import grit.format.policy_templates.writers.plist_strings_writer_unittest namespace
51 import grit.format.policy_templates.writers.plist_writer_unittest namespace
52 import grit.format.policy_templates.writers.reg_writer_unittest namespace
53 import grit.format.policy_templates.writers.template_writer_unittes namespace
54 import grit.format.policy_templates.writers.xml_writer_base_unittest namespace
    [all...]
  /external/wpa_supplicant_8/src/utils/
eloop.c 89 struct eloop_sock_table writers; member in struct:eloop_data
160 eloop.writers.type = EVENT_TYPE_WRITE;
341 struct eloop_sock_table *writers,
367 if (writers && writers->table) {
368 for (i = 0; i < writers->count; i++) {
373 fd = writers->table[i].sock;
450 struct eloop_sock_table *writers,
460 if (eloop_sock_table_dispatch_table(writers, pollfds_map,
571 return &eloop.writers;
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 
  /prebuilts/sdk/tools/
jill.jar 

Completed in 438 milliseconds