OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:thrd_t
(Results
1 - 8
of
8
) sorted by relevancy
/src/lib/libpthread/
threads.h
59
typedef pthread_t
thrd_t
;
typedef
105
int thrd_create(
thrd_t
*, thrd_start_t, void *);
106
thrd_t
thrd_current(void);
107
int thrd_detach(
thrd_t
);
108
int thrd_equal(
thrd_t
,
thrd_t
);
110
int thrd_join(
thrd_t
, int *);
thrd.c
66
thrd_create(
thrd_t
*thr, thrd_start_t func, void *arg)
96
thrd_t
104
thrd_detach(
thrd_t
thr)
116
thrd_equal(
thrd_t
t1,
thrd_t
t2)
133
thrd_join(
thrd_t
thrd, int *res)
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc
128
thrd_t
self = thrd_current();
205
void *__sanitizer_before_thread_create_hook(
thrd_t
thread, bool detached,
213
void __sanitizer_thread_create_hook(void *hook,
thrd_t
thread, int error) {
217
void __sanitizer_thread_start_hook(void *hook,
thrd_t
self) {
221
void __sanitizer_thread_exit_hook(void *hook,
thrd_t
self) {
/src/tests/lib/libpthread/
t_call_once.c
70
thrd_t
t[CO_THREADS];
t_thrd.c
64
thrd_t
t;
91
thrd_t
s, t;
119
thrd_t
t;
149
thrd_t
t;
t_cnd.c
87
thrd_t
t[B_THREADS];
t_tss.c
149
thrd_t
t;
t_cancellation.c
110
thrd_t
*tp = cookie;
823
thrd_t
t;
Completed in 17 milliseconds
Indexes created Sun Feb 22 08:20:21 UTC 2026