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

  /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 57 pthread_t pthread_ GUARDED_BY(lock_);
signal_catcher.cc 76 CHECK_PTHREAD_CALL(pthread_create, (&pthread_, nullptr, &Run, this), "signal catcher thread");
89 CHECK_PTHREAD_CALL(pthread_kill, (pthread_, SIGQUIT), "signal catcher shutdown");
90 CHECK_PTHREAD_CALL(pthread_join, (pthread_, nullptr), "signal catcher shutdown");
thread_pool.cc 57 CHECK_PTHREAD_CALL(pthread_create, (&pthread_, &attr, &Callback, this), reason);
62 CHECK_PTHREAD_CALL(pthread_join, (pthread_, nullptr), "thread pool worker shutdown");
69 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 219 pthread_(0),
279 CHECK_PTHREAD_CALL(pthread_create, (&state->pthread_, nullptr, StartJdwpThread, state.get()),
373 if (pthread_join(pthread_, &threadReturn) != 0) {
jdwp.h 365 pthread_t pthread_; member in struct:art::JDWP::JdwpState
  /art/dex2oat/
dex2oat.cc 429 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason);
439 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_join, (pthread_, nullptr), reason);
512 pthread_t pthread_; member in class:art::WatchDog
    [all...]
  /external/abi-compliance-checker/
abi-compliance-checker.pl     [all...]

Completed in 377 milliseconds