Searched refs:registers_thread_func (Results 1 – 2 of 2) sorted by relevance
17 extern "C" void *registers_thread_func(void *arg) { in registers_thread_func() function51 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync); in main()
14 extern "C" void *registers_thread_func(void *arg) { in registers_thread_func() function69 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync); in main()