Home
last modified time | relevance | path

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

/dragonfly/contrib/xz/src/liblzma/common/
HDstream_encoder_mt.c45 } worker_state; typedef
51 worker_state state;
198 static worker_state
199 worker_encode(worker_thread *thr, worker_state state) in worker_encode()
349 worker_state state = THR_IDLE; // Init to silence a warning in worker_start()
/dragonfly/usr.bin/dsynth/
HDdsynth.h248 enum worker_state { WORKER_NONE, WORKER_IDLE, WORKER_PENDING, enum
251 typedef enum worker_state worker_state_t;