HomeSort by relevance Sort by last modified time
    Searched defs:Thread (Results 76 - 100 of 456) sorted by null

1 2 34 5 6 7 8 91011>>

  /external/libunwind/doc/
unw_strerror.tex 28 \section{Thread and Signal Safety}
30 \Func{unw\_strerror}() is thread-safe as well as safe to use
unw_flush_cache.tex 39 \section{Thread and Signal Safety}
41 The \Func{unw\_flush\_cache}() routine is thread-safe as well as safe to
unw_get_accessors.tex 36 \section{Thread and Signal Safety}
38 The \Func{unw\_get\_accessors}() routine is thread-safe as well as
unw_get_fpreg.tex 43 \section{Thread and Signal Safety}
45 \Func{unw\_get\_fpreg}() is thread-safe as well as safe to use
unw_get_proc_info.tex 90 \section{Thread and Signal Safety}
92 \Func{unw\_get\_proc\_info}() is thread-safe. If cursor \Var{cp} is
unw_get_proc_info_by_ip.tex 56 \section{Thread and Signal Safety}
58 \Func{unw\_get\_proc\_info}() is thread-safe. If the local
unw_get_proc_name.tex 49 \section{Thread and Signal Safety}
51 \Func{unw\_get\_proc\_name}() is thread-safe. If cursor \Var{cp} is
unw_get_reg.tex 44 \section{Thread and Signal Safety}
46 \Func{unw\_get\_reg}() is thread-safe as well as safe to use
unw_getcontext.tex 45 \section{Thread and Signal Safety}
47 \Func{unw\_getcontext}() is thread-safe as well as safe to use
unw_is_fpreg.tex 31 \section{Thread and Signal Safety}
33 \Func{unw\_is\_fpreg}() is thread-safe as well as safe to use
unw_is_signal_frame.tex 39 \section{Thread and Signal Safety}
41 \Func{unw\_is\_signal\_frame}() is thread-safe as well as safe to use
  /external/libxcam/xcore/
xcam_thread.h 2 * xcam_thread.h - Thread
29 class Thread {
31 Thread (const char *name = NULL);
32 virtual ~Thread ();
43 // return true to start loop, else the thread stopped
49 XCAM_DEAD_COPY (Thread);
  /external/lzma/CPP/7zip/Common/
VirtThread.h 7 #include "../../Windows/Thread.h"
13 NWindows::CThread Thread;
  /external/perf_data_converter/src/quipper/compat/non_cros/detail/
thread.h 10 #include <thread>
13 class Thread : public quipper::compat::ThreadInterface {
15 explicit Thread(const string& name_prefix) {}
17 void Start() override { thread_ = std::thread(&Thread::Run, this); }
27 std::thread thread_;
  /hardware/intel/common/wrs_omxil_core/utils/inc/
thread.h 2 * thread.h, thread class
32 class Thread : public RunnableInterface {
34 Thread();
35 Thread(RunnableInterface *r);
36 ~Thread();
44 * when the class is derived from Thread class
  /external/gemmlowp/test/
test_blocking_counter.cc 24 class Thread {
26 Thread(BlockingCounter* blocking_counter, int number_of_times_to_decrement)
34 ~Thread() { Join(); }
44 Thread(const Thread& other) = delete;
55 static_cast<Thread*>(ptr)->ThreadFunc();
69 std::vector<Thread*> threads;
72 threads.push_back(new Thread(blocking_counter, num_decrements_per_thread));
  /external/mockito/src/test/java/org/mockitousage/bugs/
ConcurrentModificationExceptionOnMultiThreadedVerificationTest.java 71 Thread.yield();
73 Thread.sleep((long) INTERVAL_MILLIS);
  /art/test/997-single-step/src/art/
Test997.java 50 public static void notifySingleStep(Thread thr, Executable e, long loc) {
72 "notifySingleStep", Thread.class, Executable.class, Long.TYPE),
73 Thread.currentThread());
80 Trace.disableTracing(Thread.currentThread());
  /external/compiler-rt/test/asan/TestCases/Linux/
uar_signals.cc 52 void *Thread(void *) {
65 pthread_create(&t[i], 0, Thread, 0);
  /external/compiler-rt/test/asan/TestCases/Posix/
gc-test.cc 17 void *Thread(void *unused) {
50 pthread_create(&t[i], 0, Thread, 0);
stack-use-after-return.cc 7 // RUN: %clangxx_asan -O3 %s -pthread -o %t -DkSize=10000 -DUseThread -DkStackSize=65536 && %env_asan_opts=detect_stack_use_after_return=1 not %run %t 2>&1 | FileCheck --check-prefix=THREAD %s
9 // Test that we can find UAR in a thread other than main:
10 // RUN: %clangxx_asan -DUseThread -O2 %s -pthread -o %t && %env_asan_opts=detect_stack_use_after_return=1 not %run %t 2>&1 | FileCheck --check-prefix=THREAD %s
48 // CHECK: WRITE of size 1 {{.*}} thread T0
50 // CHECK: is located in stack of thread T0 at offset
52 // THREAD: WRITE of size 1 {{.*}} thread T{{[1-9]}}
53 // THREAD: #0{{.*}}Func2{{.*}}stack-use-after-return.cc:[[@LINE-6]]
54 // THREAD: is located in stack of thread T{{[1-9]}} at offse
    [all...]
  /external/compiler-rt/test/tsan/
java_lock_move.cc 9 void *Thread(void *p) {
30 pthread_create(&th, 0, Thread, 0);
java_move_overlap.cc 15 void *Thread(void *p) {
56 pthread_create(&th, 0, Thread, 0);
java_move_overlap_race.cc 11 void *Thread(void *p) {
40 pthread_create(&th, 0, Thread, 0);
unaligned_race.cc 121 void *Thread(void *p) {
131 pthread_create(&th, 0, Thread, 0);

Completed in 677 milliseconds

1 2 34 5 6 7 8 91011>>