tss_t 40 maint/gnulib/lib/glthread/thread.c static tss_t thrd_with_exitvalue_key; tss_t 71 maint/gnulib/lib/glthread/tls.h typedef tss_t gl_tls_key_t; tss_t 39 maint/gnulib/lib/thrd.c static tss_t thrd_with_exitcode_key; tss_t 608 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_SYS (tss_create, int, (tss_t *, tss_dtor_t) _GL_ARG_NONNULL ((1))); tss_t 610 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_SYS (tss_create, int, (tss_t *, tss_dtor_t)); tss_t 622 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_SYS (tss_set, int, (tss_t, void *)); tss_t 624 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_SYS (tss_set, int, (tss_t, void *)); tss_t 636 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_SYS (tss_get, void *, (tss_t)); tss_t 638 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_SYS (tss_get, void *, (tss_t)); tss_t 650 maint/gnulib/lib/threads.in.h _GL_FUNCDECL_SYS (tss_delete, void, (tss_t)); tss_t 652 maint/gnulib/lib/threads.in.h _GL_CXXALIAS_SYS (tss_delete, void, (tss_t)); tss_t 42 maint/gnulib/lib/tss.c tss_create (tss_t *keyp, tss_dtor_t destructor) tss_t 49 maint/gnulib/lib/tss.c memset (keyp, '\0', sizeof (tss_t)); tss_t 55 maint/gnulib/lib/tss.c tss_set (tss_t key, void *value) tss_t 62 maint/gnulib/lib/tss.c tss_get (tss_t key) tss_t 68 maint/gnulib/lib/tss.c tss_delete (tss_t key) tss_t 77 maint/gnulib/lib/tss.c tss_create (tss_t *keyp, tss_dtor_t destructor) tss_t 84 maint/gnulib/lib/tss.c memset (keyp, '\0', sizeof (tss_t)); tss_t 90 maint/gnulib/lib/tss.c tss_set (tss_t key, void *value) tss_t 97 maint/gnulib/lib/tss.c tss_get (tss_t key) tss_t 103 maint/gnulib/lib/tss.c tss_delete (tss_t key) tss_t 63 maint/gnulib/tests/test-threads-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::tss_create, int, (tss_t *, tss_dtor_t)); tss_t 64 maint/gnulib/tests/test-threads-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::tss_set, int, (tss_t, void *)); tss_t 65 maint/gnulib/tests/test-threads-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::tss_get, void *, (tss_t)); tss_t 66 maint/gnulib/tests/test-threads-c++.cc SIGNATURE_CHECK (GNULIB_NAMESPACE::tss_delete, void, (tss_t)); tss_t 86 maint/gnulib/tests/test-tss.c static tss_t mykeys[KEYS_COUNT]; tss_t 303 maint/gnulib/tests/test-tss.c static tss_t dtorcheck_keys[THREAD_COUNT][KEYS_COUNT]; tss_t 311 maint/gnulib/tests/test-tss.c tss_t *keys = dtorcheck_keys[id]; /* an array of KEYS_COUNT keys */ tss_t 362 maint/gnulib/tests/test-tss.c tss_t *keys = dtorcheck_keys[id]; /* an array of KEYS_COUNT keys */ tss_t 422 maint/gnulib/tests/test-tss.c static tss_t racecheck_keys[THREAD_COUNT][KEYS_COUNT]; tss_t 430 maint/gnulib/tests/test-tss.c tss_t *keys = racecheck_keys[id]; /* an array of KEYS_COUNT keys */