| /trueos/include/ |
| HD | pthread_np.h | 40 typedef void (*pthread_switch_routine_t)(pthread_t, pthread_t); 47 int pthread_attr_get_np(pthread_t, pthread_attr_t *); 50 int pthread_getaffinity_np(pthread_t, size_t, cpuset_t *); 57 int pthread_resume_np(pthread_t); 58 void pthread_set_name_np(pthread_t, const char *); 64 int pthread_setaffinity_np(pthread_t, size_t, const cpuset_t *); 67 int pthread_suspend_np(pthread_t); 70 int pthread_timedjoin_np(pthread_t, void **, const struct timespec *);
|
| HD | pthread.h | 198 int pthread_create(pthread_t *, const pthread_attr_t *, 200 int pthread_detach(pthread_t); 201 int pthread_equal(pthread_t, pthread_t); 204 int pthread_getcpuclockid(pthread_t, clockid_t *); 205 int pthread_join(pthread_t, void **); 245 pthread_t pthread_self(void); 253 int pthread_cancel(pthread_t); 259 int pthread_getprio(pthread_t); 260 int pthread_setprio(pthread_t, int); 284 int pthread_getschedparam(pthread_t pthread, int *, [all …]
|
| /trueos/contrib/gcc/ |
| HD | gthr-posix.c | 70 pthread_create (pthread_t *thread ATTRIBUTE_UNUSED, in pthread_create() 79 pthread_cancel (pthread_t thread ATTRIBUTE_UNUSED) in pthread_cancel() 171 pthread_t 174 return (pthread_t) 0; in pthread_self() 219 pthread_getschedparam (pthread_t thread ATTRIBUTE_UNUSED, in pthread_getschedparam() 227 pthread_setschedparam (pthread_t thread ATTRIBUTE_UNUSED, in pthread_setschedparam()
|
| HD | gthr-posix95.h | 51 pthread_t owner; 250 pthread_t new_thread_handle; in __gthread_objc_thread_detach() 273 pthread_t thread_id = __gthrw_(pthread_self) (); in __gthread_objc_thread_set_priority() 604 mutex->owner = (pthread_t) 0; in __gthread_recursive_mutex_init_function() 613 pthread_t me = __gthrw_(pthread_self) (); in __gthread_recursive_mutex_lock() 631 pthread_t me = __gthrw_(pthread_self) (); in __gthread_recursive_mutex_trylock() 652 mutex->owner = (pthread_t) 0; in __gthread_recursive_mutex_unlock()
|
| /trueos/lib/libthr/thread/ |
| HD | thr_join.c | 37 int _pthread_timedjoin_np(pthread_t pthread, void **thread_return, 39 static int join_common(pthread_t, void **, const struct timespec *); 55 _pthread_join(pthread_t pthread, void **thread_return) in _pthread_join() 61 _pthread_timedjoin_np(pthread_t pthread, void **thread_return, in _pthread_timedjoin_np() 76 join_common(pthread_t pthread, void **thread_return, in join_common()
|
| HD | thr_equal.c | 39 _pthread_equal(pthread_t t1, pthread_t t2) in _pthread_equal()
|
| /trueos/lib/libkse/thread/ |
| HD | thr_priority_queue.c | 138 _pq_remove(pq_queue_t *pq, pthread_t pthread) in _pq_remove() 167 _pq_insert_head(pq_queue_t *pq, pthread_t pthread) in _pq_insert_head() 193 _pq_insert_tail(pq_queue_t *pq, pthread_t pthread) in _pq_insert_tail() 218 pthread_t 222 pthread_t pthread = NULL; in _pq_first() 253 pthread_t 257 pthread_t pthread = NULL; in _pq_first_debug()
|
| HD | thr_info.c | 47 static void dump_thread(int fd, pthread_t pthread, int long_version); 48 void _pthread_set_name_np(pthread_t thread, char *name); 77 pthread_t pthread; in _thread_dump_info() 137 dump_thread(int fd, pthread_t pthread, int long_version) in dump_thread() 216 _pthread_set_name_np(pthread_t thread, char *name) in _pthread_set_name_np()
|
| HD | thr_equal.c | 40 _pthread_equal(pthread_t t1, pthread_t t2) in _pthread_equal()
|
| HD | thr_seterrno.c | 46 void _thread_seterrno(pthread_t thread, int error); 49 _thread_seterrno(pthread_t thread, int error) in _thread_seterrno()
|
| HD | thr_setprio.c | 37 int _pthread_setprio(pthread_t pthread, int prio); 42 _pthread_setprio(pthread_t pthread, int prio) in _pthread_setprio()
|
| /trueos/contrib/gcclibs/libgomp/config/posix95/ |
| HD | lock.c | 71 lock->owner = (pthread_t) 0; in omp_init_nest_lock() 84 pthread_t me = pthread_self (); in omp_set_nest_lock() 102 lock->owner = (pthread_t) 0; in omp_unset_nest_lock() 110 pthread_t me = pthread_self (); in omp_test_nest_lock()
|
| /trueos/contrib/netbsd-tests/lib/libpthread/ |
| HD | t_kill.c | 73 pthread_t id; 77 pthread_t mainthread; 82 pthread_t self; in sighandler() 118 pthread_t self; in ATF_TC_BODY()
|
| HD | t_cond.c | 77 pthread_t new; in ATF_TC_BODY() 138 pthread_t new; in ATF_TC_BODY() 200 pthread_t new; in ATF_TC_BODY() 260 pthread_t new; in ATF_TC_BODY() 345 pthread_t tid[64]; in ATF_TC_BODY() 391 pthread_t new; in ATF_TC_BODY() 446 pthread_t new; in ATF_TC_BODY() 529 pthread_t thread; in ATF_TC_BODY()
|
| HD | t_sigmask.c | 56 static volatile pthread_t thr_usr1; 57 static volatile pthread_t thr_usr2; 180 pthread_t thread; in ATF_TC_BODY() 223 pthread_t id; in ATF_TC_BODY()
|
| HD | t_join.c | 67 pthread_t thread; in ATF_TC_BODY() 76 pthread_t thread[25]; in threadfunc1() 77 pthread_t caller; in threadfunc1()
|
| HD | t_mutex.c | 74 pthread_t new; in ATF_TC_BODY() 129 pthread_t new; in ATF_TC_BODY() 206 pthread_t new; in ATF_TC_BODY() 277 pthread_t new; in ATF_TC_BODY()
|
| /trueos/contrib/gcclibs/libmudflap/ |
| HD | mf-hooks3.c | 74 DECLARE(int, pthread_create, pthread_t *thr, const pthread_attr_t *attr, 99 pthread_t self; 112 pthread_t self = pthread_self (); in __mf_find_threadinfo() 265 __mf_0fn_pthread_create (pthread_t *thr, const pthread_attr_t *attr, in __mf_0fn_pthread_create() 274 WRAPPER(int, pthread_create, pthread_t *thr, const pthread_attr_t *attr, in WRAPPER()
|
| /trueos/lib/libc/stdio/ |
| HD | _flock_stub.c | 61 pthread_t curthread = _pthread_self(); in _flockfile() 88 pthread_t curthread = _pthread_self(); in _ftrylockfile() 109 pthread_t curthread = _pthread_self(); in _funlockfile()
|
| /trueos/contrib/netbsd-tests/lib/libpthread/dlopen/ |
| HD | t_main_pthread_create.c | 62 pthread_t thread; in ATF_TC_BODY() 80 pthread_t thread; in ATF_TC_BODY() 83 int (*testf_dso_pthread_create)(pthread_t *, pthread_attr_t *, in ATF_TC_BODY()
|
| /trueos/contrib/netbsd-tests/libexec/ld.elf_so/ |
| HD | h_locking.c | 62 pthread_t t; in test_dl_iterate_phdr() 96 pthread_t t1, t2; in test_dlopen() 118 pthread_t t1, t2; in test_dlclose()
|
| /trueos/lib/libdispatch/private/ |
| HD | introspection_private.h | 63 typedef struct _opaque_pthread_t *pthread_t; typedef 200 pthread_t waiter; 249 pthread_t waiter; 415 pthread_t thread;
|
| /trueos/tools/regression/lib/libc/resolv/ |
| HD | resolv.c | 102 resolv_getaddrinfo(pthread_t self, char *host, int port) in resolv_getaddrinfo() 136 resolv_gethostby(pthread_t self, char *host) in resolv_gethostby() 161 resolv_getipnodeby(pthread_t self, char *host) in resolv_getipnodeby() 194 pthread_t self = pthread_self(); in resolvone() 239 pthread_t self = pthread_self(); in run()
|
| /trueos/contrib/netbsd-tests/lib/libc/stdlib/ |
| HD | t_getenv_thread.c | 150 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() 175 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() 200 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY() 225 pthread_t threads[THREADED_NUM_THREADS]; in ATF_TC_BODY()
|
| /trueos/contrib/netbsd-tests/lib/libpthread/dlopen/dso/ |
| HD | h_pthread_dlopen.c | 49 int testf_dso_pthread_create(pthread_t *, const pthread_attr_t *, 77 testf_dso_pthread_create(pthread_t *thread, const pthread_attr_t *attr, in testf_dso_pthread_create()
|