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

  /toolchain/binutils/binutils-2.27/gold/
workqueue-threads.cc 63 thread_body(void*);
86 err = pthread_create(&this->tid_, &attr, &Workqueue_thread::thread_body,
113 Workqueue_thread::thread_body(void* arg) function in class:gold::Workqueue_thread
  /external/autotest/client/common_lib/
decorators_unittest.py 36 thread_body = lambda f, n: [f() for i in xrange(n)]
37 threads = [threading.Thread(target=thread_body,

Completed in 138 milliseconds