/external/valgrind/drd/tests/ |
filter_stderr_solaris | 53 if (! /: pthread_/) {
|
/external/valgrind/helgrind/tests/ |
filter_stderr_solaris | 31 if (! /: pthread_/ && ! /WRK/) {
|
/art/runtime/ |
signal_catcher.h | 73 pthread_t pthread_ GUARDED_BY(lock_);
|
signal_catcher.cc | 92 CHECK_PTHREAD_CALL(pthread_create, (&pthread_, nullptr, &Run, this), "signal catcher thread"); 105 CHECK_PTHREAD_CALL(pthread_kill, (pthread_, SIGQUIT), "signal catcher shutdown"); 106 CHECK_PTHREAD_CALL(pthread_join, (pthread_, nullptr), "signal catcher shutdown");
|
thread_pool.cc | 62 CHECK_PTHREAD_CALL(pthread_create, (&pthread_, &attr, &Callback, this), reason); 67 CHECK_PTHREAD_CALL(pthread_join, (pthread_, nullptr), "thread pool worker shutdown"); 74 int result = setpriority(PRIO_PROCESS, pthread_gettid_np(pthread_), priority);
|
thread_pool.h | 75 pthread_t pthread_; member in class:art::ThreadPoolWorker
|
/art/runtime/jdwp/ |
jdwp_main.cc | 332 pthread_(0), 392 CHECK_PTHREAD_CALL(pthread_create, (&state->pthread_, nullptr, StartJdwpThread, state.get()), 486 if (pthread_join(pthread_, &threadReturn) != 0) {
|
jdwp.h | 369 pthread_t pthread_; member in struct:art::JDWP::JdwpState
|
/art/dex2oat/ |
dex2oat.cc | 513 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason); 523 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_join, (pthread_, nullptr), reason); 601 pthread_t pthread_; member in class:art::WatchDog [all...] |
/external/abi-compliance-checker/ |
abi-compliance-checker.pl | [all...] |