worker_thread_func 47 maint/gnulib/tests/test-pthread-thread.c if (pthread_create (&worker_thread, NULL, worker_thread_func, NULL) == 0) worker_thread_func 47 maint/gnulib/tests/test-thrd_create.c if (thrd_create (&worker_thread, worker_thread_func, NULL) == thrd_success) worker_thread_func 47 maint/gnulib/tests/test-thread_create.c if (glthread_create (&worker_thread, worker_thread_func, NULL) == 0)