Home
last modified time | relevance | path

Searched defs:create_loop (Results 1 – 3 of 3) sorted by relevance

/third_party/ltp/testcases/kernel/security/tomoyo/
Dtomoyo_accept_test.c54 int create_loop) in test()
130 int create_loop; in main() local
/third_party/libuv/docs/code/signal/
Dmain.c6 uv_loop_t* create_loop() in create_loop() function
/third_party/python/Lib/test/test_asyncio/
Dtest_base_events.py310 def check_in_thread(loop, event, debug, create_loop, fut): argument
330 def test_thread(loop, debug, create_loop=False): argument