Home
last modified time | relevance | path

Searched refs:work_list (Results 1 – 2 of 2) sorted by relevance

/external/fio/lib/
Dtp.c44 struct flist_head work_list; in tp_thread() local
46 INIT_FLIST_HEAD(&work_list); in tp_thread()
55 flist_splice_tail_init(&tdat->work, &work_list); in tp_thread()
59 if (flist_empty(&work_list)) { in tp_thread()
65 tp_flush_work(&work_list); in tp_thread()
/external/v8/src/regexp/
Djsregexp.cc1122 List <RegExpNode*> work_list(0); in Assemble() local
1123 work_list_ = &work_list; in Assemble()
1130 while (!work_list.is_empty()) { in Assemble()
1131 RegExpNode* node = work_list.RemoveLast(); in Assemble()