Searched defs:new_thread (Results 1 – 20 of 20) sorted by relevance
16 struct new_thread : public scheduler_interface struct19 typedef new_thread this_type;22 struct new_worker : public worker_interface147 mutable thread_factory factory;150 new_thread() in new_thread() function151 : factory([](std::function<void()> start){ in new_thread()156 explicit new_thread(thread_factory tf) in new_thread() argument160 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()
49 pthread_t new_thread; in main() local
58 pthread_t new_thread; in main() local
66 pthread_t new_thread; in main() local
97 pthread_t new_thread; in main() local
120 pthread_t new_thread; in main() local
110 pthread_t new_thread; in main() local
131 pthread_t new_thread; in main() local
83 pthread_t new_thread; in main() local
85 pthread_t new_thread; in main() local
84 pthread_t new_thread; in main() local
121 pthread_t new_thread; in main() local
67 Thread* new_thread = in Schedule() local
167 void *new_thread(void *arg_) in new_thread() function
478 uint64_t new_thread = KMP_TEST_THEN_INC64((kmp_int64 *)&thread); in __ompt_get_unique_id_internal() local
539 void NativeProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread()
751 void ProcessWindows::OnCreateThread(const HostThread &new_thread) { in OnCreateThread()
555 NativeThreadLinux &new_thread = AddThread(tid); in WaitForNewThread() local
1172 Thread *new_thread = in DoExecute() local