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_current
(Results
1 - 10
of
10
) sorted by relevancy
/src/tests/lib/libpthread/
t_thrd.c
76
ATF_TC(
thrd_current
);
variable
77
ATF_TC_HEAD(
thrd_current
, tc)
79
atf_tc_set_md_var(tc, "descr", "Test C11
thrd_current
(3)");
89
ATF_TC_BODY(
thrd_current
, tc)
93
s =
thrd_current
();
230
ATF_TP_ADD_TC(tp,
thrd_current
);
/src/lib/libpthread/
threads.h
106
thrd_t
thrd_current
(void);
thrd.c
97
thrd_current
(void)
function
Makefile
297
MLINKS+= thrd.3
thrd_current
.3
/src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc
128
thrd_t self =
thrd_current
();
/src/external/gpl3/gcc/dist/libsanitizer/asan/
asan_fuchsia.cpp
149
thrd_t self =
thrd_current
();
/src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fuchsia.cpp
150
thrd_t self =
thrd_current
();
/src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_fuchsia.cc
65
uptr GetThreadSelf() { return reinterpret_cast<uptr>(
thrd_current
()); }
/src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_fuchsia.cpp
69
uptr GetThreadSelf() { return reinterpret_cast<uptr>(
thrd_current
()); }
/src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_fuchsia.cpp
68
uptr GetThreadSelf() { return reinterpret_cast<uptr>(
thrd_current
()); }
Completed in 58 milliseconds
Indexes created Thu Jun 18 00:24:58 UTC 2026