Home
last modified time | relevance | path

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

/toolchain/binutils/binutils-2.25/gold/
Dworkqueue-threads.cc63 thread_body(void*);
86 err = pthread_create(&this->tid_, &attr, &Workqueue_thread::thread_body, in Workqueue_thread()
113 Workqueue_thread::thread_body(void* arg) in thread_body() function in gold::Workqueue_thread