Searched refs:write_thread (Results 1 – 1 of 1) sorted by relevance
44 static void *write_thread(void *);154 error = pthread_create(&th, NULL, write_thread, &ctx); in test_run_down()186 write_thread(void *arg) in write_thread() function