Home
last modified time | relevance | path

Searched defs:Job (Results 1 – 4 of 4) sorted by relevance

/third_party/re2/re2/
Dbitstate.cc33 struct Job { struct
34 int id;
35 int rle; // run length encoding
36 const char* p;
/third_party/gstreamer/gstplugins_bad/ext/wpe/
DWPEThreadedView.cpp101 struct Job { in dispatch() struct
102 Job(Function& f) in dispatch() argument
109 ~Job() { in dispatch()
114 void dispatch() { in dispatch()
121 void waitCompletion() { in dispatch()
128 Function& func; in dispatch()
129 GMutex mutex; in dispatch()
130 GCond cond; in dispatch()
131 gboolean dispatched; in dispatch()
/third_party/grpc/tools/run_tests/python_utils/
Djobset.py243 class Job(object): class
/third_party/mksh/
Djobs.c89 typedef struct job Job; typedef