HomeSort by relevance Sort by last modified time
    Searched refs:new_job (Results 1 - 5 of 5) sorted by null

  /ndk/sources/host-tools/make-3.81/
job.h 69 extern void new_job PARAMS ((struct file *file));
commands.c 397 new_job (file);
job.c 1485 new_job (struct file *file) function
    [all...]
  /external/chromium/chrome/browser/sync/engine/
syncer_thread.cc 246 SyncSessionJob new_job(SyncSessionJob::NUDGE, job.scheduled_start,
248 pending_nudge_.reset(new SyncSessionJob(new_job));
288 SyncSessionJob new_job(job.purpose, TimeTicks::Now(),
290 wait_interval_->pending_configure_job.reset(new SyncSessionJob(new_job));
    [all...]
  /external/mksh/src/
jobs.c 143 static Job *new_job(void);
379 pi.j = new_job(); /* fills in pi.j->job */
1512 new_job(void) function
    [all...]

Completed in 137 milliseconds