HomeSort by relevance Sort by last modified time
    Searched defs:should_cancel_thread (Results 1 - 2 of 2) sorted by null

  /toolchain/binutils/binutils-2.27/gold/
workqueue-threads.cc 177 Workqueue_threader_threadpool::should_cancel_thread(int thread_number) function in class:gold::Workqueue_threader_threadpool
workqueue.cc 113 should_cancel_thread(int) function in class:gold::Workqueue_threader_single
205 Workqueue::should_cancel_thread(int thread_number) function in class:gold::Workqueue
207 return this->threader_->should_cancel_thread(thread_number);
267 if (this->should_cancel_thread(thread_number))

Completed in 66 milliseconds