Home
last modified time | relevance | path

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

/freebsd-14.2/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c136 int worker_state; member
483 if (sc->worker_state != WORKER_RUNNING) in bcm2835_audio_worker()
565 sc->worker_state = WORKER_STOPPED; in bcm2835_audio_worker()
577 sc->worker_state = WORKER_RUNNING; in bcm2835_audio_create_worker()
928 sc->worker_state = WORKER_STOPPING; in bcm2835_audio_detach()
931 while (sc->worker_state != WORKER_STOPPED) in bcm2835_audio_detach()
/freebsd-14.2/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c45 } worker_state; typedef
51 worker_state state;
219 static worker_state
220 worker_encode(worker_thread *thr, size_t *out_pos, worker_state state) in worker_encode()
367 worker_state state = THR_IDLE; // Init to silence a warning in worker_start()
H A Dstream_decoder_mt.c39 } worker_state; typedef
64 worker_state state;