HomeSort by: relevance | last modified time | path
    Searched refs:thrd_current (Results 1 - 6 of 6) sorted by relevancy

  /src/tests/lib/libpthread/
t_thrd.c 76 ATF_TC(thrd_current);
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 in typeref:typename:thrd_t
Makefile 281 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/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_fuchsia.cc 65 uptr GetThreadSelf() { return reinterpret_cast<uptr>(thrd_current()); }

Completed in 47 milliseconds