HomeSort by relevance Sort by last modified time
    Searched defs:work_list (Results 1 - 2 of 2) sorted by null

  /external/fio/lib/
tp.c 44 struct flist_head work_list; local
46 INIT_FLIST_HEAD(&work_list);
55 flist_splice_tail_init(&tdat->work, &work_list);
59 if (flist_empty(&work_list)) {
65 tp_flush_work(&work_list);
  /frameworks/compile/mclinker/lib/LD/
GarbageCollection.cpp 290 WorkListTy work_list; local
295 work_list.push(*entry_it);
297 // add section from the work_list to the referencedSections until every
299 while (!work_list.empty()) {
300 const LDSection* sect = work_list.front();
301 work_list.pop();
319 work_list.push(*it);

Completed in 277 milliseconds