Home
last modified time | relevance | path

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

/src/sys/arm/broadcom/bcm2835/
H A Dbcm2835_audio.c143 int worker_state; member
573 if (sc->worker_state != WORKER_RUNNING) in bcm2835_audio_worker()
724 sc->worker_state = WORKER_STOPPED; in bcm2835_audio_worker()
736 sc->worker_state = WORKER_RUNNING; in bcm2835_audio_create_worker()
1094 sc->worker_state = WORKER_STOPPING; in bcm2835_audio_detach()
1097 while (sc->worker_state != WORKER_STOPPED) in bcm2835_audio_detach()
/src/contrib/xz/src/liblzma/common/
H A Dstream_encoder_mt.c44 } worker_state; typedef
50 worker_state state;
218 static worker_state
219 worker_encode(worker_thread *thr, size_t *out_pos, worker_state state) in worker_encode()
366 worker_state state = THR_IDLE; // Init to silence a warning in worker_start()
H A Dstream_decoder_mt.c33 } worker_state; typedef
38 worker_state state;