Home
last modified time | relevance | path

Searched refs:pthread_t (Results 1 – 25 of 191) sorted by relevance

12345678

/sysdeps/htl/
A Dpthread-functions.h48 int __pthread_equal (pthread_t, pthread_t);
50 int __pthread_getschedparam (pthread_t, int *, struct sched_param *);
51 int __pthread_setschedparam (pthread_t, int,
59 pthread_t __pthread_self (void);
104 int (*ptr_pthread_equal) (pthread_t, pthread_t);
106 int (*ptr_pthread_getschedparam) (pthread_t, int *, struct sched_param *);
107 int (*ptr_pthread_setschedparam) (pthread_t, int,
115 pthread_t (*ptr_pthread_self) (void);
A Dpt-equal.c25 __pthread_equal (pthread_t __t1, pthread_t __t2) in __pthread_equal()
A Dpthread.h205 extern int pthread_getattr_np (pthread_t __thr, pthread_attr_t *__attr)
212 extern int pthread_create (pthread_t *__restrict __threadp,
223 extern int pthread_join (pthread_t __threadp, void **__status);
253 extern int pthread_detach (pthread_t __threadp);
257 extern int pthread_equal (pthread_t __t1, pthread_t __t2);
262 pthread_equal (pthread_t __t1, pthread_t __t2) in pthread_equal()
271 extern pthread_t pthread_self (void) __THROW;
444 pthread_t __tid)
744 extern int pthread_cancel (pthread_t __thr);
867 extern int pthread_kill (pthread_t __thr, int __signo) __THROW;
[all …]
A DpthreadP.h64 int __pthread_create (pthread_t *newthread,
69 int __pthread_detach (pthread_t __threadp);
71 int __pthread_join (pthread_t, void **);
83 int __pthread_getattr_np (pthread_t, pthread_attr_t *);
A Dpt-setschedprio.c23 pthread_setschedprio (pthread_t thread, int prio) in pthread_setschedprio()
A Dpt-getcpuclockid.c25 pthread_getcpuclockid (pthread_t thread, clockid_t *clock) in pthread_getcpuclockid()
A Dpt-setschedparam.c23 __pthread_setschedparam (pthread_t thread, int policy, in __pthread_setschedparam()
/sysdeps/pthread/
A Dtst-join1.c29 pthread_t mh = (pthread_t) arg; in tf()
57 pthread_t th; in do_test()
A Dtst-basic3.c41 if (pthread_join ((pthread_t) a, NULL) != 0) in tf()
57 pthread_t t[N]; in do_test()
58 pthread_t last = pthread_self (); in do_test()
A Dtst-pthread-raise-blocked-self.c34 static volatile pthread_t signal_thread;
61 pthread_t dummy = xpthread_create (NULL, noop, NULL); in do_test()
64 pthread_t helper = xpthread_create (NULL, waiting_thread, NULL); in do_test()
A Dtst-eintr3.c46 pthread_t self = pthread_self (); in do_test()
50 pthread_t th = xpthread_create (NULL, tf, NULL); in do_test()
A Dtst-exec2.c35 pthread_t th = (pthread_t) arg; in tf()
81 pthread_t th; in do_test()
A Dtst-pthread_kill-exiting.c47 static pthread_t target_thread;
87 pthread_t thr_timeout = xpthread_create (NULL, timeout_thread_function, NULL); in do_test()
89 pthread_t threads[4]; in do_test()
A Dtst-join5.c44 thread_join (pthread_t thread, void **retval) in thread_join()
73 thread_join ((pthread_t) arg, NULL); in tf1()
88 thread_join ((pthread_t) arg, NULL); in tf2()
101 pthread_t th; in do_test()
A Dtst-exec1.c35 pthread_t th = (pthread_t) arg; in tf()
80 pthread_t th; in do_test()
A Dtst-exit3.c30 pthread_t th; in tf()
54 pthread_t th; in do_test()
A Dtst-pthread_cancel-select-loop.c72 pthread_t thr_timeout = xpthread_create (NULL, timeout_thread_function, NULL); in do_test()
76 pthread_t thr = xpthread_create (NULL, canceled_thread_function, NULL); in do_test()
A Deintr.c57 pthread_kill (*(pthread_t *) arg, the_sig); in eintr_source()
70 setup_eintr (int sig, pthread_t *thp) in setup_eintr()
A Dtst-fork3.c56 pthread_t th2; in tf1()
94 pthread_t th1; in do_test()
A Dtst-locale2.c12 pthread_t th; in useless()
A Dtst-locale1.c13 pthread_t th; in useless()
A Dtst-rwlock14.c38 pthread_t mt = *(pthread_t *) arg; in tf()
57 pthread_t me = pthread_self (); in do_test()
A Dtst-create-detached.c70 pthread_t thr; in creator_thread()
122 pthread_t threads[creator_threads]; in do_test()
/sysdeps/pthread/bits/
A Dsigthread.h36 extern int pthread_kill (pthread_t __threadid, int __signo) __THROW;
40 extern int pthread_sigqueue (pthread_t __threadid, int __signo,
/sysdeps/nptl/
A Dpthread.h202 extern int pthread_create (pthread_t *__restrict __newthread,
219 extern int pthread_join (pthread_t __th, void **__thread_return);
249 (pthread_t __th, void **__thread_return,
254 (pthread_t __th, void **__thread_return,
269 extern int pthread_detach (pthread_t __th) __THROW;
276 extern int pthread_equal (pthread_t __thread1, pthread_t __thread2)
432 extern int pthread_getattr_np (pthread_t __th, pthread_attr_t *__attr)
446 extern int pthread_getschedparam (pthread_t __target_thread,
528 extern int pthread_cancel (pthread_t __th);
1315 extern int pthread_getcpuclockid (pthread_t __thread_id,
[all …]

Completed in 32 milliseconds

12345678