Searched defs:thread_options (Results 1 – 6 of 6) sorted by relevance
| /external/fio/ |
| D | thread_options.h | 45 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/ |
| D | env.cc | 44 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/ |
| D | periodic_function.h | 84 ThreadOptions thread_options; member
|
| /external/tensorflow/tensorflow/core/platform/windows/ |
| D | env.cc | 45 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/ |
| D | threadpool.cc | 109 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/ |
| D | env.h | 338 Thread* StartThread(const ThreadOptions& thread_options, const string& name, in StartThread()
|