Home
last modified time | relevance | path

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

/llvm-project/lldb/test/API/functionalities/thread/exit_during_expression/
H A Dmain.c24 void *exiting_thread_func(void *unused) { in exiting_thread_func() function
33 pthread_create(&exiting_thread, NULL, exiting_thread_func, NULL); in main()