Home
last modified time | relevance | path

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

/external/fio/lib/
Dtp.c51 if (!tdat->thread_exit && flist_empty(&tdat->work)) in tp_thread()
60 if (tdat->thread_exit) in tp_thread()
110 tdat->thread_exit = 1; in tp_exit()
Dtp.h24 volatile int thread_exit; member