Home
last modified time | relevance | path

Searched defs:UnboundedThreadPool (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool_test.cc26 TEST(UnboundedThreadPool, SingleThread) { in TEST() argument
40 TEST(UnboundedThreadPool, MultipleThreads) { in TEST() argument
58 TEST(UnboundedThreadPool, MultipleThreadsSleepingRandomly) { in TEST() argument
79 TEST(UnboundedThreadPool, ConcurrentThreadCreation) { in TEST() argument
104 TEST(UnboundedThreadPool, MultipleBlockingThreads) { in TEST() argument
Dunbounded_thread_pool.h41 UnboundedThreadPool(Env* env, const string& thread_name) in UnboundedThreadPool() function