Lines Matching refs:printf
17 printf("other_thread here!\n"); in other_thread()
23 printf("other_thread: sem_post...\n"); in other_thread()
25 printf("sem_post failed\n"); in other_thread()
29 printf("other_thread dies!\n"); in other_thread()
37 printf("main thread here!\n"); in test_thread()
38 printf("sleep 5 seconds..."); in test_thread()
40 printf("done\n"); in test_thread()
47 printf("pthread_create OtherThread failed.\n"); in test_thread()
49 printf("created OtherThread=%x\n", tid); in test_thread()
54 printf("Main: sem_wait...\n"); in test_thread()
56 printf("sem_wait failed\n"); in test_thread()
57 printf("Main back.\n\n"); in test_thread()