Home
last modified time | relevance | path

Searched refs:verbose_print (Results 1 – 1 of 1) sorted by relevance

/device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
Dtest_thread.py18 def verbose_print(arg): function
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)
[all …]