Searched refs:thread_1 (Results 1 – 2 of 2) sorted by relevance
55 thread_1(void * new_buf) in thread_1() function116 CHECKr(pthread_create(&thread, NULL, thread_1, NULL)); in main()
2644 tfpregset_t thread_1; in proc_get_fpregs()2648 thread_fpregs.thread_1.tid = pi->tid; in proc_get_fpregs()2659 memcpy (&pi->fpregset, &thread_fpregs.thread_1.pr_fpregs, in proc_get_fpregs()2769 tfpregset_t thread_1; in proc_set_fpregs()2773 thread_fpregs.thread_1.tid = pi->tid; in proc_set_fpregs()2774 memcpy (&thread_fpregs.thread_1.pr_fpregs, fpregs, in proc_set_fpregs()