tss_create 47 maint/gnulib/lib/glthread/thread.c if (tss_create (&thrd_with_exitvalue_key, NULL) != thrd_success) tss_create 73 maint/gnulib/lib/glthread/tls.h (tss_create (KEY, DESTRUCTOR) != thrd_success ? EAGAIN : 0) tss_create 46 maint/gnulib/lib/thrd.c if (tss_create (&thrd_with_exitcode_key, NULL) != thrd_success) tss_create 608 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_SYS (tss_create, int, (tss_t *, tss_dtor_t) _GL_ARG_NONNULL ((1))); tss_create 610 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_SYS (tss_create, int, (tss_t *, tss_dtor_t)); tss_create 611 maint/gnulib/lib/threads.in.h _GL_CXXALIASWARN (tss_create); tss_create 615 maint/gnulib/lib/threads.in.h _GL_WARN_ON_USE (tss_create, "tss_create is unportable - " tss_create 63 maint/gnulib/tests/test-threads-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::tss_create, int, (tss_t *, tss_dtor_t)); tss_create 166 maint/gnulib/tests/test-tss.c ASSERT (tss_create (&mykeys[i], free) == thrd_success); tss_create 169 maint/gnulib/tests/test-tss.c ASSERT (tss_create (&mykeys[i], free) == thrd_success); tss_create 315 maint/gnulib/tests/test-tss.c ASSERT (tss_create (&keys[i], destructor_table[i]) == thrd_success); tss_create 366 maint/gnulib/tests/test-tss.c ASSERT (tss_create (&keys[i], destructor_table[id]) == thrd_success); tss_create 438 maint/gnulib/tests/test-tss.c ASSERT (tss_create (&keys[i], destructor_table[i]) == thrd_success); tss_create 448 maint/gnulib/tests/test-tss.c ASSERT (tss_create (&keys[i], destructor_table[i]) == thrd_success);