Searched refs:fork_executor (Results 1 – 3 of 3) sorted by relevance
62 friend class fork_executor;158 class fork_executor class161 fork_executor(fork_join_pool& ctx) in fork_executor() function in fork_executor179 friend bool operator==(const fork_executor& a, in operator ==()180 const fork_executor& b) noexcept in operator ==()185 friend bool operator!=(const fork_executor& a, in operator !=()186 const fork_executor& b) noexcept in operator !=()228 explicit join_guard(const fork_executor& ex) : ex_(ex) {} in join_guard()234 fork_executor ex_;253 fork_executor fork(pool); in fork_join_sort()