Searched defs:new_worker (Results 1 – 4 of 4) sorted by relevance
22 struct new_worker : public worker_interface struct25 typedef new_worker this_type;27 typedef detail::action_queue queue_type;31 struct new_worker_state : public std::enable_shared_from_this<new_worker_state>65 std::shared_ptr<new_worker_state> state;68 virtual ~new_worker() in ~new_worker()72 explicit new_worker(std::shared_ptr<new_worker_state> ws) in new_worker() function77 new_worker(composite_subscription cs, thread_factory& tf) in new_worker() argument129 virtual clock_type::time_point now() const { in now()133 virtual void schedule(const schedulable& scbl) const { in schedule()[all …]
839 SchedulerWorker* new_worker = in MaintainAtLeastOneIdleWorkerLockRequired() local
483 bool new_worker = false; in CreateTaskRunnerWithTraitsImpl() local
5145 kmp_info_t *new_worker = __kmp_allocate_thread(root, team, f); in __kmp_allocate_team() local