Searched refs:create_loop (Results 1 – 2 of 2) sorted by relevance
/external/ltp/testcases/kernel/security/tomoyo/ |
D | tomoyo_accept_test.c | 54 int create_loop) in test() argument 69 append_loop, truncate_loop, create_loop, rw_loop); in test() 72 append_flags[append_loop] | create_flags[create_loop]; in test() 77 if (create_loop == 1) in test() 130 int create_loop; in main() local 131 for (create_loop = 0; create_loop < 3; in main() 132 create_loop++) { in main() 137 append_loop, create_loop); in main()
|
/external/python/cpython3/Lib/test/test_asyncio/ |
D | test_base_events.py | 311 def check_in_thread(loop, event, debug, create_loop, fut): argument 316 if create_loop: 331 def test_thread(loop, debug, create_loop=False): argument 335 args = (loop, event, debug, create_loop, fut) 352 test_thread(self.loop, True, create_loop=True) 355 test_thread(self.loop, False, create_loop=True)
|