Searched refs:writer_thread (Results 1 – 2 of 2) sorted by relevance
49 extern pthread_t reader_thread, writer_thread, main_thread;141 pthread_cancel(writer_thread); in restore_thrd()142 pthread_join(writer_thread, NULL); in restore_thrd()
280 pthread_t reader_thread, writer_thread, main_thread; variable4381 pthread_create(&writer_thread, NULL, writer, NULL); in initialise_threads()