Lines Matching defs:thread
428 * 0: thread is idle
429 * 1: thread armed
430 * 2: thread should clear LDT entry 0
431 * 3: thread should exit
533 pthread_t thread;
559 if (pthread_create(&thread, 0, threadproc, 0) != 0)
568 /* Make sure the thread is ready after the last test. */
591 /* Arm the thread. */
612 ftx = 100; /* Kill the thread. */
615 if (pthread_join(thread, NULL) != 0)