NetBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
tss_get
lib/libpthread/threads.h
117
void *tss_get(tss_t);
tests/lib/libpthread/t_tss.c
71
ATF_REQUIRE_EQ(tss_get(s), NULL);
tests/lib/libpthread/t_tss.c
73
ATF_REQUIRE_EQ(tss_get(s), v);