Searched defs:Job (Results 1 – 4 of 4) sorted by relevance
33 struct Job { struct34 int id;35 int rle; // run length encoding36 const char* p;
101 struct Job { in dispatch() struct102 Job(Function& f) in dispatch() argument109 ~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()
243 class Job(object): class
89 typedef struct job Job; typedef