Home
last modified time | relevance | path

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

/third_party/node/test/parallel/
Dtest-cluster-worker-kill.js52 worker_state: ['disconnected', 'the worker state is incorrect'], property
90 results.worker_state = worker.state;
Dtest-cluster-worker-exit.js54 worker_state: ['disconnected', 'the worker state is incorrect'], property
87 results.worker_state = worker.state;
/third_party/gstreamer/gstplugins_bad/sys/winks/
Dgstksvideosrc.c108 KsWorkerState worker_state; member
556 priv->worker_state = KS_WORKER_STATE_READY; in gst_ks_video_src_worker_func()
559 while (priv->worker_state != KS_WORKER_STATE_STOPPING) { in gst_ks_video_src_worker_func()
590 priv->worker_state = KS_WORKER_STATE_ERROR; in gst_ks_video_src_worker_func()
611 priv->worker_state = KS_WORKER_STATE_STARTING; in gst_ks_video_src_start_worker()
616 while (priv->worker_state < KS_WORKER_STATE_READY) in gst_ks_video_src_start_worker()
618 result = priv->worker_state == KS_WORKER_STATE_READY; in gst_ks_video_src_start_worker()
630 priv->worker_state = KS_WORKER_STATE_STOPPING; in gst_ks_video_src_stop_worker()
/third_party/eudev/src/udev/
Dudevd.c111 enum worker_state { enum
124 enum worker_state state;
/third_party/gstreamer/gstplugins_bad/
DChangeLog209054 worker_notify_cond, worker_result_cond, worker_state,