Searched defs:new_thread (Results 1 – 15 of 15) sorted by relevance
16 struct new_thread : public scheduler_interface struct19 typedef new_thread this_type;22 struct new_worker : public worker_interface143 mutable thread_factory factory;146 new_thread() in new_thread() function147 : factory([](std::function<void()> start){ in new_thread()152 explicit new_thread(thread_factory tf) in new_thread() function156 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()
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
83 pthread_t new_thread; in main() local
131 pthread_t new_thread; in main() local
84 pthread_t new_thread; in main() local
85 pthread_t new_thread; in main() local
121 pthread_t new_thread; in main() local
167 void *new_thread(void *arg_) in new_thread() function
118 Thread* new_thread = env_->StartThread( in RunOnPooledThread() local