thrd_with_exitvalue_key 40 maint/gnulib/lib/glthread/thread.c static tss_t thrd_with_exitvalue_key; thrd_with_exitvalue_key 47 maint/gnulib/lib/glthread/thread.c if (tss_create (&thrd_with_exitvalue_key, NULL) != thrd_success) thrd_with_exitvalue_key 79 maint/gnulib/lib/glthread/thread.c if (tss_set (thrd_with_exitvalue_key, &main_arg->t) != thrd_success) thrd_with_exitvalue_key 127 maint/gnulib/lib/glthread/thread.c (struct thrd_with_exitvalue *) tss_get (thrd_with_exitvalue_key); thrd_with_exitvalue_key 150 maint/gnulib/lib/glthread/thread.c if (tss_set (thrd_with_exitvalue_key, thread) != thrd_success)