Searched refs:reader_thread (Results 1 – 2 of 2) sorted by relevance
49 extern pthread_t reader_thread, writer_thread, main_thread;86 pthread_cancel(reader_thread); in restore_thrd()87 pthread_join(reader_thread, NULL); in restore_thrd()
280 pthread_t reader_thread, writer_thread, main_thread; variable4380 pthread_create(&reader_thread, NULL, reader, NULL); in initialise_threads()