Home
last modified time | relevance | path

Searched defs:thread_options (Results 1 – 6 of 6) sorted by relevance

/external/fio/
Dthread_options.h45 struct thread_options { struct
46 int magic;
47 uint64_t set_options[NR_OPTS_SZ];
48 char *description;
49 char *name;
50 char *wait_for;
51 char *directory;
52 char *filename;
53 char *filename_format;
54 char *opendir;
[all …]
/external/tensorflow/tensorflow/core/platform/posix/
Denv.cc44 StdThread(const ThreadOptions& thread_options, const string& name, in StdThread()
84 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
/external/tensorflow/tensorflow/core/kernels/batching_util/
Dperiodic_function.h84 ThreadOptions thread_options; member
/external/tensorflow/tensorflow/core/platform/windows/
Denv.cc45 StdThread(const ThreadOptions& thread_options, const string& name, in StdThread()
81 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
/external/tensorflow/tensorflow/core/lib/core/
Dthreadpool.cc109 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool()
113 ThreadPool::ThreadPool(Env* env, const ThreadOptions& thread_options, in ThreadPool()
/external/tensorflow/tensorflow/core/platform/
Denv.h338 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()