Searched refs:running_thread (Results 1 – 2 of 2) sorted by relevance
50 pthread_t running_thread; in main() local51 pthread_create(&running_thread, NULL, running_func, NULL); in main()53 pthread_join(running_thread, NULL); in main()
1012 NativeThreadProtocol *running_thread = nullptr; in Interrupt() local1021 running_thread = thread.get(); in Interrupt()1030 if (!running_thread && !stopped_thread) { in Interrupt()1039 running_thread ? running_thread : stopped_thread; in Interrupt()1042 running_thread ? "running" : "stopped", in Interrupt()