Home | History | Annotate | Download | only in test

Lines Matching refs:verbose_print

18 def verbose_print(arg):
42 verbose_print("creating task %s" % self.next_ident)
50 verbose_print("task %s will run for %sus" % (ident, round(delay*1e6)))
52 verbose_print("task %s done" % ident)
62 verbose_print("waiting for tasks to complete...")
64 verbose_print("all tasks done")
80 verbose_print("caught expected ValueError setting "
84 verbose_print("platform does not support changing thread stack "
92 verbose_print("successfully set stack_size(%d)" % tss)
95 verbose_print("trying stack_size = (%d)" % tss)
101 verbose_print("waiting for all tasks to complete")
103 verbose_print("all tasks done")
189 verbose_print("waiting for tasks to end")
191 verbose_print("tasks done")
203 verbose_print("task %s will run for %sus" %
206 verbose_print("task %s entering %s" % (ident, i))
208 verbose_print("task %s leaving barrier" % ident)