/external/valgrind/ |
glibc-2.2-LinuxThreads-helgrind.supp | 33 fun:pthread_* 38 fun:pthread_* 45 fun:pthread_*
|
glibc-2.34567-NPTL-helgrind.supp | 94 fun:pthread_* 142 fun:pthread_* 239 # To do with pthread_{set,get}specific
|
/art/runtime/ |
signal_catcher.h | 57 pthread_t pthread_ GUARDED_BY(lock_);
|
signal_catcher.cc | 75 CHECK_PTHREAD_CALL(pthread_create, (&pthread_, nullptr, &Run, this), "signal catcher thread"); 88 CHECK_PTHREAD_CALL(pthread_kill, (pthread_, SIGQUIT), "signal catcher shutdown"); 89 CHECK_PTHREAD_CALL(pthread_join, (pthread_, nullptr), "signal catcher shutdown");
|
thread_pool.cc | 53 CHECK_PTHREAD_CALL(pthread_create, (&pthread_, &attr, &Callback, this), reason); 58 CHECK_PTHREAD_CALL(pthread_join, (pthread_, nullptr), "thread pool worker shutdown"); 65 int result = setpriority(PRIO_PROCESS, pthread_gettid_np(pthread_), priority);
|
thread_pool.h | 73 pthread_t pthread_; member in class:art::ThreadPoolWorker
|
/external/valgrind/helgrind/tests/ |
filter_stderr_solaris | 31 if (! /: pthread_/ && ! /WRK/) {
|
tc15_laog_lockdel.c | 9 pthread_{mutex,rwlock}_destroy. 2008-Nov-10: see comments below. */
|
filter_xml | 43 '<fn>pthread_.*(@\*)</fn>' => ""
|
/external/valgrind/drd/tests/ |
filter_stderr_solaris | 53 if (! /: pthread_/) {
|
tsan_thread_wrappers_pthread.h | 34 // he/she can create a copy of this file and replace pthread_ calls
|
/external/compiler-rt/lib/sanitizer_common/ |
sanitizer_posix.h | 59 // These functions call appropriate pthread_ functions directly, bypassing
|
/external/compiler-rt/test/tsan/ |
deadlock_detector_stress_test.cc | 162 // CHECK: #0 pthread_ 164 // CHECK-SECOND: #0 pthread_ 166 // CHECK-NOT-SECOND-NOT: #0 pthread_ 168 // CHECK: #0 pthread_ 170 // CHECK-SECOND: #0 pthread_ 171 // CHECK-NOT-SECOND-NOT: #0 pthread_
|
/art/runtime/jdwp/ |
jdwp_main.cc | 215 pthread_(0), 274 CHECK_PTHREAD_CALL(pthread_create, (&state->pthread_, nullptr, StartJdwpThread, state.get()), 368 if (pthread_join(pthread_, &threadReturn) != 0) {
|
jdwp.h | 360 pthread_t pthread_; member in struct:art::JDWP::JdwpState
|
/external/elfutils/tests/ |
backtrace-child.c | 223 // pthread_* functions do not set errno.
|
/external/valgrind/auxprogs/ |
posixtestsuite-1.5.1-diff.txt | 130 + runtests "$BASEDIR/pthread_*"
|
/external/valgrind/drd/ |
drd_error.c | 128 * time. The printed call stack will either refer to a pthread_*_init() or a 129 * pthread_*lock() call.
|
drd_pthread_intercepts.c | 64 * Solaris usually provides pthread_* functions on top of Solaris threading 66 * pthread_* ones might not call the Solaris ones (see for example sem_wait()). 73 * The only exception is when pthread_* function is a weak alias to the Solaris [all...] |
/external/valgrind/docs/internals/ |
xml-output-protocol4.txt | 693 One of the POSIX pthread_ functions that are intercepted
|
/art/dex2oat/ |
dex2oat.cc | 418 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason); 431 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_join, (pthread_, nullptr), reason); 491 pthread_t pthread_; member in class:art::WatchDog [all...] |
/external/valgrind/coregrind/ |
m_redir.c | 160 (libpthread.so, pthread_*) -> a2 165 (libpthread.so, pthread_*_lock) -> a2 [all...] |
/external/valgrind/helgrind/ |
hg_intercepts.c | 38 Interceptors for pthread_* functions, so that tc_main can see [all...] |
/external/curl/ |
CHANGES.0 | 616 are required to link and properly use pthread_* functions on each platform. [all...] |