Searched refs:main_thread (Results 1 – 3 of 3) sorted by relevance
11 static pthread_t main_thread; variable23 if (pthread_kill (main_thread, SIGUSR1) != 0) in child_main()49 main_thread = pthread_self (); in main()
43 pthread_t main_thread; variable115 main_thread = pthread_self(); in RISCOS_InitTask()
351 talk_base::Thread* main_thread = talk_base::Thread::Current(); in main() local367 Console *console = new Console(main_thread, client); in main()383 main_thread->Run(); in main()