Searched defs:Job (Results 1 – 10 of 10) sorted by relevance
4 type Job; typedef11 type Job; typedef22 type Job = crate::handle::Job; typedef
116 struct Job { struct130 // Main thread states (FinishNow and FinalizeSingleJob) argument154 using SharedToJobMap = IdentityMap<Job*, FreeStoreAllocationPolicy>; argument
60 LazyCompileDispatcher::Job::Job(std::unique_ptr<BackgroundCompileTask> task) in Job() function in v8::internal::LazyCompileDispatcher::Job
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()
3 struct Job { struct4 raw: u32,
225 type Job = crate::module::ffi::Job; typedef
26 class Job(object): class
74 enum Job { enum
167 class Job: class
89 typedef struct job Job; typedef