Home
last modified time | relevance | path

Searched defs:new_thread (Results 1 – 20 of 20) 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
147 mutable thread_factory factory;
150 new_thread() in new_thread() function
151 : factory([](std::function<void()> start){ in new_thread()
156 explicit new_thread(thread_factory tf) in new_thread() argument
160 virtual ~new_thread() in ~new_thread()
164 virtual clock_type::time_point now() const { in now()
168 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
D6-1.c131 pthread_t new_thread; in main() local
D7-1.c83 pthread_t new_thread; in main() local
D8-2.c85 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
D12-1.c121 pthread_t new_thread; in main() local
/external/tensorflow/tensorflow/core/platform/default/
Dunbounded_work_queue.cc67 Thread* new_thread = in Schedule() local
/external/ltp/testcases/kernel/sched/clisrv/
Dpthserv.c167 void *new_thread(void *arg_) in new_thread() function
/external/llvm-project/openmp/runtime/src/
Dompt-specific.cpp478 uint64_t new_thread = KMP_TEST_THEN_INC64((kmp_int64 *)&thread); in __ompt_get_unique_id_internal() local
/external/llvm-project/lldb/source/Plugins/Process/Windows/Common/
DNativeProcessWindows.cpp539 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread()
DProcessWindows.cpp751 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread()
/external/llvm-project/lldb/source/Plugins/Process/Linux/
DNativeProcessLinux.cpp555 NativeThreadLinux &new_thread = AddThread(tid); in WaitForNewThread() local
/external/llvm-project/lldb/source/Commands/
DCommandObjectThread.cpp1172 Thread *new_thread = in DoExecute() local