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

  /external/valgrind/main/
glibc-2.2-LinuxThreads-helgrind.supp 33 fun:pthread_*
38 fun:pthread_*
45 fun:pthread_*
glibc-2.34567-NPTL-helgrind.supp 82 fun:pthread_*
130 fun:pthread_*
227 # To do with pthread_{set,get}specific
  /art/runtime/
signal_catcher.h 57 pthread_t pthread_ GUARDED_BY(lock_);
signal_catcher.cc 70 CHECK_PTHREAD_CALL(pthread_create, (&pthread_, NULL, &Run, this), "signal catcher thread");
83 CHECK_PTHREAD_CALL(pthread_kill, (pthread_, SIGQUIT), "signal catcher shutdown");
84 CHECK_PTHREAD_CALL(pthread_join, (pthread_, NULL), "signal catcher shutdown");
thread_pool.h 56 pthread_t pthread_; member in class:art::ThreadPoolWorker
thread_pool.cc 37 CHECK_PTHREAD_CALL(pthread_create, (&pthread_, &attr, &Callback, this), reason);
42 CHECK_PTHREAD_CALL(pthread_join, (pthread_, NULL), "thread pool worker shutdown");
  /external/valgrind/main/helgrind/tests/
tc15_laog_lockdel.c 9 pthread_{mutex,rwlock}_destroy. 2008-Nov-10: see comments below. */
  /art/runtime/jdwp/
jdwp_main.cc 203 pthread_(0),
258 CHECK_PTHREAD_CALL(pthread_create, (&state->pthread_, NULL, StartJdwpThread, state.get()), "JDWP thread");
276 CHECK_PTHREAD_CALL(pthread_create, (&state->pthread_, NULL, StartJdwpThread, state.get()), "JDWP thread");
359 if (pthread_join(pthread_, &threadReturn) != 0) {
jdwp.h 302 pthread_t pthread_; member in struct:art::JDWP::JdwpState
  /development/ndk/sources/android/libportable/arch-mips/
errno.c 287 /* pthread_* calls may modify errno so use a copy */
340 /* pthread_* calls may modify errno so use a copy */
  /external/chromium_org/tools/valgrind/tsan/
ignores.txt 21 fun:pthread_*
  /external/valgrind/unittest/
thread_wrappers_win.h 33 // he/she can create a copy of this file and replace pthread_ calls
thread_wrappers_pthread.h 30 // he/she can create a copy of this file and replace pthread_ calls
  /external/valgrind/main/auxprogs/
posixtestsuite-1.5.1-diff.txt 130 + runtests "$BASEDIR/pthread_*"
  /external/valgrind/main/drd/
drd_error.c 128 * time. The printed call stack will either refer to a pthread_*_init() or a
129 * pthread_*lock() call.
  /art/dex2oat/
dex2oat.cc 464 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_create, (&pthread_, &attr_, &CallBack, this), reason);
477 CHECK_WATCH_DOG_PTHREAD_CALL(pthread_join, (pthread_, NULL), reason);
561 pthread_t pthread_; member in class:art::WatchDog
    [all...]
  /external/valgrind/main/drd/tests/
tsan_thread_wrappers_pthread.h 34 // he/she can create a copy of this file and replace pthread_ calls
  /external/valgrind/main/coregrind/
m_redir.c 160 (libpthread.so, pthread_*) -> a2
165 (libpthread.so, pthread_*_lock) -> a2
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/libexec/gcc/i686-linux/4.4.3/install-tools/
fixincl 
  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread.h 622 * pthread_{get,set}scope
    [all...]
  /external/valgrind/main/docs/internals/
xml-output-protocol4.txt 688 One of the POSIX pthread_ functions that are intercepted
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/libexec/gcc/i686-linux/4.6.x-google/install-tools/
fixincl 
  /bionic/linker/
linker.cpp 61 * Do NOT use malloc() and friends or pthread_*() code here.
    [all...]
  /external/valgrind/main/helgrind/
hg_intercepts.c 38 Interceptors for pthread_* functions, so that tc_main can see
    [all...]

Completed in 616 milliseconds