Searched refs:thread_count (Results 1 – 3 of 3) sorted by relevance
151 thread_count = 5152 testing_queue = Queue.Queue(thread_count)156 "(will take approx. %s to %s sec.) ***" % (DELAY, thread_count)157 for count in xrange(thread_count):167 self.assertTrue(testing_queue.qsize() == thread_count,169 (thread_count, DELAY))
113 static int32 thread_count = 0; variable125 this_thread = atomic_add( &thread_count, 1 ); in PyThread_start_new_thread()154 threads = atomic_add( &thread_count, 0 ); in PyThread_exit_thread()
97 static atomic_t thread_count = 0; variable108 this_thread = atomic_add(&thread_count, 1); in PyThread_start_new_thread()136 if (atomic_add(&thread_count, 0) == 0) { in PyThread_exit_thread()