HomeSort by relevance Sort by last modified time
    Searched defs:writers (Results 1 - 6 of 6) 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/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.doc_writer_unittest namespace
46 import grit.format.policy_templates.writers.json_writer_unittest namespace
47 import grit.format.policy_templates.writers.plist_strings_writer_unittest namespace
48 import grit.format.policy_templates.writers.plist_writer_unittest namespace
49 import grit.format.policy_templates.writers.reg_writer_unittest namespace
50 import grit.format.policy_templates.writers.template_writer_unittest namespace
51 import grit.format.policy_templates.writers.xml_writer_base_unittest namespace
98 grit.format.policy_templates.writers.adm_writer_unittest.
100 grit.format.policy_templates.writers.doc_writer_unittest
    [all...]
  /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/wpa_supplicant_8/src/utils/
eloop.c 67 struct eloop_sock_table writers; member in struct:eloop_data
238 struct eloop_sock_table *writers,
264 if (writers && writers->table) {
265 for (i = 0; i < writers->count; i++) {
270 fd = writers->table[i].sock;
347 struct eloop_sock_table *writers,
357 if (eloop_sock_table_dispatch_table(writers, pollfds_map,
447 return &eloop.writers;
729 eloop.writers.count > 0 || eloop.exceptions.count > 0))
    [all...]
  /prebuilts/devtools/tools/lib/
chimpchat.jar 

Completed in 418 milliseconds