Searched defs:Thread (Results 76 - 100 of 148) sorted by relevance

123456

/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/Posix/
H A Dstack-use-after-return.cc60 void *Thread(void *unused) { function
72 pthread_create(&t, &attr, Thread, 0);
/external/compiler-rt/test/tsan/
H A Datomic_norace.cc33 void *Thread(void *p) { function
49 pthread_create(&t, 0, Thread, 0);
H A Datomic_race.cc33 void *Thread(void *p) { function
49 pthread_create(&t, 0, Thread, 0);
H A Djava_lock_move.cc9 void *Thread(void *p) { function
30 pthread_create(&th, 0, Thread, 0);
H A Djava_move_overlap_race.cc11 void *Thread(void *p) { function
40 pthread_create(&th, 0, Thread, 0);
H A Djava_symbolization.cc19 void *Thread(void *p) { function
33 pthread_create(&th, 0, Thread, (void*)jheap);
H A Dstack_sync_reuse.cc24 void *Thread(void *x) { function
58 pthread_create(&t, 0, Thread, 0);
H A Dunaligned_norace.cc69 void *Thread(void *p) { function
77 pthread_create(&th, 0, Thread, 0);
/external/libunwind/doc/
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}
H A Dunw_is_signal_frame.tex39 \section{Thread and Signal Safety}
H A Dunw_regname.tex30 \section{Thread and Signal Safety}
H A Dunw_set_caching_policy.tex54 \section{Thread and Signal Safety}
H A Dunw_set_fpreg.tex43 \section{Thread and Signal Safety}
H A Dunw_set_reg.tex44 \section{Thread and Signal Safety}
H A Dunw_step.tex29 \section{Thread and Signal Safety}
/external/opencv3/modules/cudacodec/src/
H A Dthread.cpp56 Thread::Func func;
70 class cv::cudacodec::detail::Thread::Impl
73 Impl(Thread::Func func, void* userData)
109 Thread::Func func;
123 class cv::cudacodec::detail::Thread::Impl
126 Impl(Thread::Func func, void* userData)
151 cv::cudacodec::detail::Thread::Thread(Func func, void* userData) : function in class:cv::cudacodec::detail::Thread
156 void cv::cudacodec::detail::Thread::wait()
161 void cv::cudacodec::detail::Thread
[all...]

Completed in 1259 milliseconds

123456