Searched refs:thread (Results 1 – 2 of 2) sorted by relevance
110 pthread_t thread; in do_test() local126 pthread_create (&thread, NULL, worker, NULL); in do_test()140 if ((ret = pthread_cancel (thread)) != 0) in do_test()147 pthread_join (thread, &retval); in do_test()
85 ifeq (yes,$(have-thread-library))186 ifeq (yes,$(have-thread-library))187 $(objpfx)tst-cancel-getpwuid_r: $(shared-thread-library)
Completed in 5 milliseconds