Home
last modified time | relevance | path

Searched refs:exit_process (Results 1 – 1 of 1) sorted by relevance

/llvm-project/lldb/test/API/functionalities/thread/concurrent_events/exit/
H A Dmain.cpp11 void exit_process(int status) { syscall(SYS_exit_group, status); } in exit_process() function
29 exit_process(47); in main()