HomeSort by relevance Sort by last modified time
    Searched refs:block_func (Results 1 - 6 of 6) sorted by null

  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Lib/test/
test_queue.py 35 # block_func must guarantee to block until trigger_func is called, and
36 # trigger_func must guarantee to change queue state so that block_func can make
37 # enough progress to return. In particular, a block_func that just raises an
40 # undiagnosed for years. Now block_func must be unexceptional. If block_func
46 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args):
49 self.result = block_func(*block_args)
50 # If block_func returned before our thread made the call, we failed!
53 block_func)
60 # Call this instead if block_func is supposed to raise an exception.
    [all...]
  /external/python/cpython2/Lib/test/
test_queue.py 35 # block_func must guarantee to block until trigger_func is called, and
36 # trigger_func must guarantee to change queue state so that block_func can make
37 # enough progress to return. In particular, a block_func that just raises an
40 # undiagnosed for years. Now block_func must be unexceptional. If block_func
49 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args):
52 self.result = block_func(*block_args)
53 # If block_func returned before our thread made the call, we failed!
56 block_func)
63 # Call this instead if block_func is supposed to raise an exception
    [all...]
  /prebuilts/gdb/darwin-x86/lib/python2.7/test/
test_queue.py 35 # block_func must guarantee to block until trigger_func is called, and
36 # trigger_func must guarantee to change queue state so that block_func can make
37 # enough progress to return. In particular, a block_func that just raises an
40 # undiagnosed for years. Now block_func must be unexceptional. If block_func
49 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args):
52 self.result = block_func(*block_args)
53 # If block_func returned before our thread made the call, we failed!
56 block_func)
63 # Call this instead if block_func is supposed to raise an exception
    [all...]
  /prebuilts/gdb/linux-x86/lib/python2.7/test/
test_queue.py 35 # block_func must guarantee to block until trigger_func is called, and
36 # trigger_func must guarantee to change queue state so that block_func can make
37 # enough progress to return. In particular, a block_func that just raises an
40 # undiagnosed for years. Now block_func must be unexceptional. If block_func
49 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args):
52 self.result = block_func(*block_args)
53 # If block_func returned before our thread made the call, we failed!
56 block_func)
63 # Call this instead if block_func is supposed to raise an exception
    [all...]
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/test/
test_queue.py 35 # block_func must guarantee to block until trigger_func is called, and
36 # trigger_func must guarantee to change queue state so that block_func can make
37 # enough progress to return. In particular, a block_func that just raises an
40 # undiagnosed for years. Now block_func must be unexceptional. If block_func
49 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args):
52 self.result = block_func(*block_args)
53 # If block_func returned before our thread made the call, we failed!
56 block_func)
63 # Call this instead if block_func is supposed to raise an exception
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/test/
test_queue.py 35 # block_func must guarantee to block until trigger_func is called, and
36 # trigger_func must guarantee to change queue state so that block_func can make
37 # enough progress to return. In particular, a block_func that just raises an
40 # undiagnosed for years. Now block_func must be unexceptional. If block_func
49 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args):
52 self.result = block_func(*block_args)
53 # If block_func returned before our thread made the call, we failed!
56 block_func)
63 # Call this instead if block_func is supposed to raise an exception
    [all...]

Completed in 1560 milliseconds