Home
last modified time | relevance | path

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

/external/lldb/test/functionalities/thread/create_during_step/
Dmain.cpp51 pthread_t *step_thread = (pthread_t*)input; in create_thread_func() local
57 pthread_join(*step_thread, NULL); in create_thread_func()
/external/valgrind/coregrind/m_gdbserver/
Dtarget.c752 if ((step_thread != 0 && step_thread != -1) in set_desired_inferior()
755 step_thread); in set_desired_inferior()
Dserver.h276 extern unsigned long step_thread;
Dserver.c40 unsigned long step_thread; variable
1205 step_thread = thread_id; in server_main()