thrd_with_exitcode_key   39 maint/gnulib/lib/thrd.c static tss_t thrd_with_exitcode_key;
thrd_with_exitcode_key   46 maint/gnulib/lib/thrd.c   if (tss_create (&thrd_with_exitcode_key, NULL) != thrd_success)
thrd_with_exitcode_key   79 maint/gnulib/lib/thrd.c   if (tss_set (thrd_with_exitcode_key, &main_arg->t) != thrd_success)
thrd_with_exitcode_key  131 maint/gnulib/lib/thrd.c       (struct thrd_with_exitcode *) tss_get (thrd_with_exitcode_key);
thrd_with_exitcode_key  155 maint/gnulib/lib/thrd.c         if (tss_set (thrd_with_exitcode_key, thread) != thrd_success)