Searched defs:trigger_func (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/python/cpython2/Lib/test/ |
D | test_queue.py | 49 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args): argument 64 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, argument
|
/aosp_15_r20/external/python/cpython3/Lib/test/ |
D | test_queue.py | 60 def do_blocking_test(self, block_func, block_args, trigger_func, trigger_args): argument 74 def do_exceptional_blocking_test(self,block_func, block_args, trigger_func, argument
|
/aosp_15_r20/external/linux-kselftest/tools/testing/selftests/bpf/prog_tests/ |
H A D | task_pt_regs.c | 7 static noinline void trigger_func(void) in trigger_func() function
|
H A D | attach_probe.c | 9 static noinline void trigger_func(void) in trigger_func() function
|
H A D | usdt.c | 28 static void __always_inline trigger_func(int x) { in trigger_func() function
|
H A D | bpf_cookie.c | 16 static noinline void trigger_func(void) in trigger_func() function
|
H A D | bpf_iter.c | 1492 static noinline int trigger_func(int arg) in trigger_func() function
|