Home | History | Annotate | Download | only in libpthread

Lines Matching defs:thread

56 	printf("2: Second thread.\n");
107 printf("1: Thread joined.\n");
115 printf("2: Second thread.\n");
168 printf("1: Thread joined.\n");
176 printf("2: Second thread.\n");
227 printf("1: Thread joined.\n");
233 printf("2: Second thread.\n");
295 printf("1: Thread joined. Final count = %d, total = %d\n",
363 printf("2: Second thread.\n");
425 printf("1: Thread joined. Final count = %d, total = %d\n", count,
529 pthread_t thread;
534 PTHREAD_REQUIRE(pthread_create(&thread, NULL,
542 PTHREAD_REQUIRE(pthread_cancel(thread));
544 PTHREAD_REQUIRE(pthread_join(thread, NULL));