Searched defs:thread_options (Results 1 – 3 of 3) sorted by relevance
36 struct thread_options { struct37 int magic;38 uint64_t set_options[NR_OPTS_SZ];39 char *description;40 char *name;41 char *directory;42 char *filename;43 char *filename_format;44 char *opendir;45 char *ioengine;[all …]
472 base::Thread::Options thread_options; in TEST() local
298 base::Thread::Options thread_options; in WatcherThreadManager() local