Home
last modified time | relevance | path

Searched refs:work_item (Results 1 – 3 of 3) sorted by relevance

/external/fio/t/
Dread-to-pipe-async.c86 struct work_item { struct
123 static struct work_item *find_seq(struct writer_thread *w, unsigned int seq) in find_seq()
125 struct work_item *work; in find_seq()
132 work = flist_entry(entry, struct work_item, list); in find_seq()
219 static int write_work(struct work_item *work) in write_work()
242 struct work_item *work; in writer_fn()
270 static void reader_work(struct work_item *work) in reader_work()
310 struct work_item *next = NULL; in reader_work()
328 next = flist_entry(entry, struct work_item, list); in reader_work()
355 struct work_item *work; in reader_fn()
[all …]
/external/compiler-rt/test/asan/TestCases/Windows/
Dqueue_user_work_item_report.cc8 DWORD CALLBACK work_item(LPVOID) { in work_item() function
26 QueueUserWorkItem(&work_item, nullptr, 0); in main()
Dqueue_user_work_item.cc36 DWORD CALLBACK work_item(LPVOID) { in work_item() function
46 QueueUserWorkItem(&work_item, nullptr, 0); in main()