Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bhyve/
H A Dhda_codec.c160 static void *hda_audio_ctxt_thr(void *arg);
861 hda_audio_ctxt_thr(void *arg) in hda_audio_ctxt_thr() function
909 err = pthread_create(&actx->tid, NULL, hda_audio_ctxt_thr, actx); in hda_audio_ctxt_init()