Home
last modified time | relevance | path

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

123456789

/trueos/include/
HDpthread_np.h40 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 *);
HDpthread.h198 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/
HDgthr-posix.c70 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()
HDgthr-posix95.h51 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/
HDthr_join.c37 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()
HDthr_equal.c39 _pthread_equal(pthread_t t1, pthread_t t2) in _pthread_equal()
/trueos/lib/libkse/thread/
HDthr_priority_queue.c138 _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()
HDthr_info.c47 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()
HDthr_equal.c40 _pthread_equal(pthread_t t1, pthread_t t2) in _pthread_equal()
HDthr_seterrno.c46 void _thread_seterrno(pthread_t thread, int error);
49 _thread_seterrno(pthread_t thread, int error) in _thread_seterrno()
HDthr_setprio.c37 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/
HDlock.c71 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/
HDt_kill.c73 pthread_t id;
77 pthread_t mainthread;
82 pthread_t self; in sighandler()
118 pthread_t self; in ATF_TC_BODY()
HDt_cond.c77 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()
HDt_sigmask.c56 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()
HDt_join.c67 pthread_t thread; in ATF_TC_BODY()
76 pthread_t thread[25]; in threadfunc1()
77 pthread_t caller; in threadfunc1()
HDt_mutex.c74 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/
HDmf-hooks3.c74 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.c61 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/
HDt_main_pthread_create.c62 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/
HDh_locking.c62 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/
HDintrospection_private.h63 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/
HDresolv.c102 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/
HDt_getenv_thread.c150 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/
HDh_pthread_dlopen.c49 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()

123456789