Home
last modified time | relevance | path

Searched defs:new_thread (Results 1 – 15 of 15) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-newthread.hpp16 struct new_thread : public scheduler_interface struct
19 typedef new_thread this_type;
22 struct new_worker : public worker_interface
143 mutable thread_factory factory;
146 new_thread() in new_thread() function
147 : factory([](std::function<void()> start){ in new_thread()
152 explicit new_thread(thread_factory tf) in new_thread() function
156 virtual ~new_thread() in ~new_thread()
160 virtual clock_type::time_point now() const { in now()
164 virtual worker create_worker(composite_subscription cs) const { in create_worker()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_sigmask/
D14-1.c49 pthread_t new_thread; in main() local
D10-1.c58 pthread_t new_thread; in main() local
D16-1.c66 pthread_t new_thread; in main() local
D9-1.c97 pthread_t new_thread; in main() local
D5-1.c120 pthread_t new_thread; in main() local
D4-1.c110 pthread_t new_thread; in main() local
D7-1.c83 pthread_t new_thread; in main() local
D6-1.c131 pthread_t new_thread; in main() local
D8-1.c84 pthread_t new_thread; in main() local
D8-3.c84 pthread_t new_thread; in main() local
D8-2.c85 pthread_t new_thread; in main() local
D12-1.c121 pthread_t new_thread; in main() local
/external/ltp/testcases/kernel/sched/clisrv/
Dpthserv.c167 void *new_thread(void *arg_) in new_thread() function
/external/tensorflow/tensorflow/core/kernels/data/
Dunbounded_thread_pool.cc118 Thread* new_thread = env_->StartThread( in RunOnPooledThread() local