Searched refs:rthread (Results 1 – 2 of 2) sorted by relevance
127 lwkt_create(journal_rthread, jo, NULL, &jo->rthread, in journal_create_threads()130 lwkt_setpri(&jo->rthread, TDPRI_KERN_DAEMON); in journal_create_threads()131 lwkt_schedule(&jo->rthread); in journal_create_threads()158 lwkt_free_thread(&jo->rthread); in journal_destroy_threads()
176 struct thread rthread; member