Searched refs:thrd_t (Results 1 - 6 of 6) sorted by relevance

/freebsd-12-stable/lib/libstdthreads/
H A Dthreads.h47 typedef struct pthread *thrd_t; typedef in typeref:struct:pthread
102 int thrd_create(thrd_t *, thrd_start_t, void *);
103 thrd_t thrd_current(void);
104 int thrd_detach(thrd_t);
105 int thrd_equal(thrd_t, thrd_t);
108 int thrd_join(thrd_t, int *);
H A Dthrd.c56 thrd_create(thrd_t *thr, thrd_start_t func, void *arg)
76 thrd_t
84 thrd_detach(thrd_t thr)
93 thrd_equal(thrd_t thr0, thrd_t thr1)
107 thrd_join(thrd_t thr, int *res)
/freebsd-12-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp127 thrd_t self = thrd_current();
204 void *__sanitizer_before_thread_create_hook(thrd_t thread, bool detached,
212 void __sanitizer_thread_create_hook(void *hook, thrd_t thread, int error) {
216 void __sanitizer_thread_start_hook(void *hook, thrd_t self) {
220 void __sanitizer_thread_exit_hook(void *hook, thrd_t self) {
/freebsd-12-stable/contrib/processor-trace/include/windows/
H A Dthreads.h50 typedef struct pt_thread thrd_t; typedef in typeref:struct:pt_thread
78 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg)
103 static inline int thrd_join(thrd_t *thrd, int *res)
/freebsd-12-stable/contrib/processor-trace/include/posix/
H A Dthreads.h55 typedef struct pt_thread thrd_t; typedef in typeref:struct:pt_thread
83 static inline int thrd_create(thrd_t *thrd, thrd_start_t fun, void *arg)
107 static inline int thrd_join(thrd_t *thrd, int *res)
/freebsd-12-stable/sys/dev/random/
H A Dunit_test.c238 thrd_t threads[NUM_THREADS];

Completed in 71 milliseconds