Lines Matching defs:thread
692 pthread_t thread;
726 * The last thread's last unlock will be for
727 * thread 0's mutex. However, thread 0 will
739 * Return this thread's finfo, which is
740 * a unique value for this thread.
764 if (pthread_create(&finfo[i].thread, NULL, check_tiledata, &finfo[i]))
803 * This thread wakes up thread 0
807 * the last thread will wake up 0
819 rc = pthread_join(finfo[i].thread, &thread_retval);
822 fatal_error("pthread_join() failed for thread %d err: %d\n",
826 fatal_error("unexpected thread retval for thread %d: %p\n",