Home
last modified time | relevance | path

Searched refs:thread (Results 1 – 2 of 2) sorted by relevance

/nss/
A Dtst-cancel-getpwuid_r.c110 pthread_t thread; in do_test() local
126 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()
A DMakefile85 ifeq (yes,$(have-thread-library))
186 ifeq (yes,$(have-thread-library))
187 $(objpfx)tst-cancel-getpwuid_r: $(shared-thread-library)

Completed in 5 milliseconds