Home
last modified time | relevance | path

Searched defs:th (Results 1 – 25 of 224) sorted by relevance

123456789

/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads/
A Dqueue.h21 static __inline__ void enqueue(pthread_descr * q, pthread_descr th) in enqueue()
37 pthread_descr th; in dequeue() local
46 static __inline__ int remove_from_queue(pthread_descr * q, pthread_descr th) in remove_from_queue()
/l4re-core-master/uclibc/lib/libpthread/src/
A Dqueue.h21 static __inline__ void enqueue(pthread_descr * q, pthread_descr th) in enqueue()
37 pthread_descr th; in dequeue() local
46 static __inline__ int remove_from_queue(pthread_descr * q, pthread_descr th) in remove_from_queue()
A Dl4.cc26 pthread_descr th; in pthread_l4_cap() local
40 static void cb(void *arg, pthread_descr th) in cb()
64 int __pthread_l4_initialize_main_thread(pthread_descr th) in __pthread_l4_initialize_main_thread()
109 pthread_descr th; in __pthread_setschedparam() local
174 pthread_descr th = handle_to_descr(handle); in strong_alias() local
190 pthread_getaffinity_np(pthread_t th, size_t cpusetsize, cpu_set_t *cpuset) in pthread_getaffinity_np()
204 int pthread_l4_start(pthread_t th, void *(*func)(void *), void *arg) in pthread_l4_start()
A Djoin.c92 static int join_extricate_func(void *obj, pthread_descr th) in join_extricate_func()
113 pthread_descr th; in pthread_join() local
182 pthread_descr th; in pthread_detach() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old/
A Dqueue.h21 static __inline__ void enqueue(pthread_descr * q, pthread_descr th) in enqueue()
36 pthread_descr th; in dequeue() local
45 static __inline__ int remove_from_queue(pthread_descr * q, pthread_descr th) in remove_from_queue()
/l4re-core-master/uclibc/lib/contrib/uclibc/test/nptl/
A Dtst-exit3.c26 pthread_t th; in tf() local
50 pthread_t th; in do_test() local
A Dtst-exec2.c34 pthread_t th = (pthread_t) arg; in tf() local
84 pthread_t th; in do_test() local
A Dtst-eintr1.c41 pthread_t th; in tf1() local
84 pthread_t th; in do_test() local
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/nptl_db/
A Dtd_thr_validate.c24 check_thread_list (const td_thrhandle_t *th, psaddr_t head, bool *uninit) in check_thread_list()
56 td_thr_validate (const td_thrhandle_t *th) in td_thr_validate()
A Dtd_thr_dbresume.c24 td_thr_dbresume (const td_thrhandle_t *th) in td_thr_dbresume()
A Dtd_thr_dbsuspend.c24 td_thr_dbsuspend (const td_thrhandle_t *th) in td_thr_dbsuspend()
A Dtd_thr_event_enable.c24 td_thr_event_enable (const td_thrhandle_t *th, int onoff) in td_thr_event_enable()
A Dtd_thr_getxregs.c24 td_thr_getxregs (const td_thrhandle_t *th, void *xregs) in td_thr_getxregs()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads.old_db/
A Dtd_thr_dbsuspend.c24 td_thr_dbsuspend (const td_thrhandle_t *th) in td_thr_dbsuspend()
A Dtd_thr_dbresume.c24 td_thr_dbresume (const td_thrhandle_t *th) in td_thr_dbresume()
A Dtd_thr_setprio.c24 td_thr_setprio (const td_thrhandle_t *th, int prio) in td_thr_setprio()
A Dtd_thr_getxregs.c24 td_thr_getxregs (const td_thrhandle_t *th, void *xregs) in td_thr_getxregs()
A Dtd_thr_getxregsize.c24 td_thr_getxregsize (const td_thrhandle_t *th, int *sizep) in td_thr_getxregsize()
A Dtd_thr_sigsetmask.c24 td_thr_sigsetmask (const td_thrhandle_t *th, const sigset_t *ss) in td_thr_sigsetmask()
/l4re-core-master/uclibc/lib/contrib/uclibc/libpthread/linuxthreads_db/
A Dtd_thr_dbresume.c24 td_thr_dbresume (const td_thrhandle_t *th) in td_thr_dbresume()
A Dtd_thr_dbsuspend.c24 td_thr_dbsuspend (const td_thrhandle_t *th) in td_thr_dbsuspend()
A Dtd_thr_getxregs.c24 td_thr_getxregs (const td_thrhandle_t *th, void *xregs) in td_thr_getxregs()
A Dtd_thr_getxregsize.c24 td_thr_getxregsize (const td_thrhandle_t *th, int *sizep) in td_thr_getxregsize()
A Dtd_thr_setprio.c24 td_thr_setprio (const td_thrhandle_t *th, int prio) in td_thr_setprio()
A Dtd_thr_sigsetmask.c24 td_thr_sigsetmask (const td_thrhandle_t *th, const sigset_t *ss) in td_thr_sigsetmask()

Completed in 27 milliseconds

123456789