Home
last modified time | relevance | path

Searched refs:bulkthread (Results 1 – 1 of 1) sorted by relevance

/dragonfly/usr.bin/dsynth/
HDbulk.c66 static void *bulkthread(void *arg);
103 pthread_create(&JobsAry[i].td, NULL, bulkthread, &JobsAry[i]); in initbulk()
336 bulkthread(void *arg) in bulkthread() function