Home
last modified time | relevance | path

Searched refs:make_new_thread (Results 1 – 5 of 5) sorted by relevance

/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/schedulers/
Drx-eventloop.hpp74 , newthread(make_new_thread())
84 , newthread(make_new_thread(tf)) in event_loop()
Drx-newthread.hpp173 inline scheduler make_new_thread() { in make_new_thread() function
177 inline scheduler make_new_thread(thread_factory tf) { in make_new_thread() function
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/subjects/
Drx-synchronize.hpp256 static synchronize_in_one_worker r(rxsc::make_new_thread()); in synchronize_new_thread()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/
Drx-coordination.hpp306 static serialize_one_worker r(rxsc::make_new_thread()); in serialize_new_thread()
/external/Reactive-Extensions/RxCpp/Rx/v2/src/rxcpp/operators/
Drx-observe_on.hpp329 static observe_on_one_worker r(rxsc::make_new_thread()); in observe_on_new_thread()