Home | History | Annotate | Download | only in btreplay

Lines Matching refs:pthread_create

800 	if (pthread_create(&tip->sub_thread, NULL, replay_sub, tip)) {
801 fatal("pthread_create", ERR_SYSCALL,
806 if (pthread_create(&tip->rec_thread, NULL, replay_rec, tip)) {
807 fatal("pthread_create", ERR_SYSCALL,