Home
last modified time | relevance | path

Searched refs:thread_1 (Results 1 – 2 of 2) sorted by relevance

/openbsd-src/regress/lib/libpthread/pthread_cond_timedwait/
H A Dpthread_cond_timedwait.c55 thread_1(void * new_buf) in thread_1() function
116 CHECKr(pthread_create(&thread, NULL, thread_1, NULL)); in main()
/openbsd-src/gnu/usr.bin/binutils/gdb/
H A Dprocfs.c2644 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()