Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/thread/main_thread_exit/
H A Dmain.cpp7 void exit_thread(int result) { syscall(SYS_exit, result); } in exit_thread() function
17 exit_thread(42); // break here in thread()
22 exit_thread(47); in main()
/llvm-project/lldb/test/API/functionalities/thread/concurrent_events/exit/
H A Dmain.cpp10 void exit_thread(int status) { syscall(SYS_exit, status); } in exit_thread() function
20 exit_thread(42); in thread_func()