OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:trigger_func
(Results
1 - 7
of
7
) 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
38
# exception regardless of whether
trigger_func
is called will lead to
46
def do_blocking_test(self, block_func, block_args,
trigger_func
, trigger_args):
47
self.t = _TriggerThread(
trigger_func
, trigger_args)
57
trigger_func
)
61
def do_exceptional_blocking_test(self,block_func, block_args,
trigger_func
,
63
self.t = _TriggerThread(
trigger_func
, trigger_args)
77
trigger_func
)
/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
38
# exception regardless of whether
trigger_func
is called will lead to
49
def do_blocking_test(self, block_func, block_args,
trigger_func
, trigger_args):
50
self.t = _TriggerThread(
trigger_func
, trigger_args)
60
trigger_func
)
64
def do_exceptional_blocking_test(self,block_func, block_args,
trigger_func
,
66
self.t = _TriggerThread(
trigger_func
, trigger_args)
80
trigger_func
)
/external/python/cpython3/Lib/test/
test_queue.py
38
# block_func must guarantee to block until
trigger_func
is called, and
39
#
trigger_func
must guarantee to change queue state so that block_func can make
41
# exception regardless of whether
trigger_func
is called will lead to
52
def do_blocking_test(self, block_func, block_args,
trigger_func
, trigger_args):
53
self.t = _TriggerThread(
trigger_func
, trigger_args)
63
trigger_func
)
67
def do_exceptional_blocking_test(self,block_func, block_args,
trigger_func
,
69
self.t = _TriggerThread(
trigger_func
, trigger_args)
83
trigger_func
)
/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
38
# exception regardless of whether
trigger_func
is called will lead to
49
def do_blocking_test(self, block_func, block_args,
trigger_func
, trigger_args):
50
self.t = _TriggerThread(
trigger_func
, trigger_args)
60
trigger_func
)
64
def do_exceptional_blocking_test(self,block_func, block_args,
trigger_func
,
66
self.t = _TriggerThread(
trigger_func
, trigger_args)
80
trigger_func
)
/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
38
# exception regardless of whether
trigger_func
is called will lead to
49
def do_blocking_test(self, block_func, block_args,
trigger_func
, trigger_args):
50
self.t = _TriggerThread(
trigger_func
, trigger_args)
60
trigger_func
)
64
def do_exceptional_blocking_test(self,block_func, block_args,
trigger_func
,
66
self.t = _TriggerThread(
trigger_func
, trigger_args)
80
trigger_func
)
/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
38
# exception regardless of whether
trigger_func
is called will lead to
49
def do_blocking_test(self, block_func, block_args,
trigger_func
, trigger_args):
50
self.t = _TriggerThread(
trigger_func
, trigger_args)
60
trigger_func
)
64
def do_exceptional_blocking_test(self,block_func, block_args,
trigger_func
,
66
self.t = _TriggerThread(
trigger_func
, trigger_args)
80
trigger_func
)
/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
38
# exception regardless of whether
trigger_func
is called will lead to
49
def do_blocking_test(self, block_func, block_args,
trigger_func
, trigger_args):
50
self.t = _TriggerThread(
trigger_func
, trigger_args)
60
trigger_func
)
64
def do_exceptional_blocking_test(self,block_func, block_args,
trigger_func
,
66
self.t = _TriggerThread(
trigger_func
, trigger_args)
80
trigger_func
)
Completed in 926 milliseconds