Home | Sort by relevance Sort by last modified time |
/external/swiftshader/third_party/llvm-7.0/llvm/utils/lit/lit/ | |
run.py | 76 def console_ctrl_handler(type): function in function:Run.execute_tests_in_pool 82 win32api.SetConsoleCtrlHandler(console_ctrl_handler, True) |
/external/llvm/utils/lit/lit/ | |
run.py | 246 def console_ctrl_handler(type): function in function:Run.execute_tests 249 win32api.SetConsoleCtrlHandler(console_ctrl_handler, True) |