Searched refs:create_loop (Results 1 – 3 of 3) sorted by relevance
/third_party/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()
|
/third_party/libuv/docs/code/signal/ |
D | main.c | 6 uv_loop_t* create_loop() in create_loop() function 24 uv_loop_t *loop1 = create_loop(); in thread1_worker() 39 uv_loop_t *loop2 = create_loop(); in thread2_worker() 40 uv_loop_t *loop3 = create_loop(); in thread2_worker()
|
/third_party/python/Lib/test/test_asyncio/ |
D | test_base_events.py | 310 def check_in_thread(loop, event, debug, create_loop, fut): argument 315 if create_loop: 330 def test_thread(loop, debug, create_loop=False): argument 334 args = (loop, event, debug, create_loop, fut) 351 test_thread(self.loop, True, create_loop=True) 354 test_thread(self.loop, False, create_loop=True)
|