Home
last modified time | relevance | path

Searched defs:new_worker (Results 1 – 4 of 4) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-newthread.hpp22 struct new_worker : public worker_interface struct
25 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() function
77 new_worker(composite_subscription cs, thread_factory& tf) in new_worker() argument
129 virtual clock_type::time_point now() const { in now()
133 virtual void schedule(const schedulable& scbl) const { in schedule()
[all …]
/external/libchrome/base/task_scheduler/
Dscheduler_worker_pool_impl.cc839 SchedulerWorker* new_worker = in MaintainAtLeastOneIdleWorkerLockRequired() local
Dscheduler_single_thread_task_runner_manager.cc483 bool new_worker = false; in CreateTaskRunnerWithTraitsImpl() local
/external/llvm-project/openmp/runtime/src/
Dkmp_runtime.cpp5145 kmp_info_t *new_worker = __kmp_allocate_thread(root, team, f); in __kmp_allocate_team() local