Searched defs:Thread (Results 51 - 75 of 122) sorted by relevance

12345

/external/libunwind/doc/
H A Dunw_init_remote.tex47 \section{Thread and Signal Safety}
H A Dunw_resume.tex67 \section{Thread and Signal Safety}
H A Dunw_strerror.tex28 \section{Thread and Signal Safety}
H A Dunw_flush_cache.tex39 \section{Thread and Signal Safety}
H A Dunw_get_accessors.tex36 \section{Thread and Signal Safety}
H A Dunw_get_fpreg.tex43 \section{Thread and Signal Safety}
H A Dunw_get_proc_info.tex90 \section{Thread and Signal Safety}
H A Dunw_get_proc_info_by_ip.tex56 \section{Thread and Signal Safety}
H A Dunw_get_proc_name.tex49 \section{Thread and Signal Safety}
H A Dunw_get_reg.tex44 \section{Thread and Signal Safety}
H A Dunw_getcontext.tex45 \section{Thread and Signal Safety}
H A Dunw_is_fpreg.tex31 \section{Thread and Signal Safety}
/external/chromium_org/net/base/
H A Dnetwork_change_notifier_linux.cc15 class NetworkChangeNotifierLinux::Thread : public base::Thread { class in class:net::NetworkChangeNotifierLinux
17 Thread();
18 virtual ~Thread();
31 // base::Thread
40 DISALLOW_COPY_AND_ASSIGN(Thread);
43 NetworkChangeNotifierLinux::Thread::Thread() function in class:net::NetworkChangeNotifierLinux::Thread
44 : base::Thread("NetworkChangeNotifier"),
53 NetworkChangeNotifierLinux::Thread
[all...]
/external/chromium_org/mojo/public/cpp/utility/
H A Dthread.h22 class Thread { class in namespace:mojo
40 Thread();
41 explicit Thread(const Options& options);
42 virtual ~Thread();
57 MOJO_DISALLOW_COPY_AND_ASSIGN(Thread);
/external/compiler-rt/lib/tsan/benchmarks/
H A Dmini_bench_local.cc17 void *Thread(void *arg) { function
19 printf("Thread %ld started\n", idx);
22 printf("Thread %ld done\n", idx);
41 pthread_create(&t[i], 0, Thread, (void*)i);
H A Dmini_bench_shared.cc17 void *Thread(void *arg) { function
19 printf("Thread %ld started\n", idx);
22 printf("Thread %ld done\n", idx);
43 pthread_create(&t[i], 0, Thread, (void*)i);
/external/compiler-rt/lib/tsan/dd/
H A Ddd_rtl.h28 struct Thread { struct in namespace:__dsan
36 Thread *thr;
38 Callback(Thread *thr);
59 void ThreadInit(Thread *thr);
60 void ThreadDestroy(Thread *thr);
62 void MutexBeforeLock(Thread *thr, uptr m, bool writelock);
63 void MutexAfterLock(Thread *thr, uptr m, bool writelock, bool trylock);
64 void MutexBeforeUnlock(Thread *thr, uptr m, bool writelock);
65 void MutexDestroy(Thread *thr, uptr m);
/external/compiler-rt/test/asan/TestCases/Linux/
H A Duar_signals.cc52 void *Thread(void *) { function
65 pthread_create(&t[i], 0, Thread, 0);
/external/compiler-rt/test/asan/TestCases/
H A Dgc-test.cc13 void *Thread(void *unused) { function
46 pthread_create(&t[i], 0, Thread, 0);
H A Dstack-use-after-return.cc61 void *Thread(void *unused) { function
73 pthread_create(&t, &attr, Thread, 0);
/external/compiler-rt/test/tsan/
H A Datomic_norace.cc35 void *Thread(void *p) { function
49 pthread_create(&t, 0, Thread, 0);
H A Datomic_race.cc35 void *Thread(void *p) { function
49 pthread_create(&t, 0, Thread, 0);
H A Djava_lock_move.cc9 void *Thread(void *p) { function
29 pthread_create(&th, 0, Thread, 0);
H A Djava_move_overlap_race.cc11 void *Thread(void *p) { function
39 pthread_create(&th, 0, Thread, 0);
H A Dunaligned_norace.cc69 void *Thread(void *p) { function
77 pthread_create(&th, 0, Thread, 0);

Completed in 994 milliseconds

12345