Searched defs:Thread (Results 1 - 25 of 122) sorted by last modified time

12345

/external/valgrind/main/drd/tests/
H A Dannotate_smart_pointer.cpp75 class Thread class
78 Thread() : m_thread(INVALID_HANDLE_VALUE) { } function in class:Thread
79 ~Thread() { }
136 class Thread class
139 Thread() : m_tid() { } function in class:Thread
140 ~Thread() { }
315 std::vector<Thread> T(nthreads);
318 for (std::vector<Thread>::iterator q = T.begin(); q != T.end(); q++)
327 for (std::vector<Thread>::iterator q = T.begin(); q != T.end(); q++)
/external/valgrind/main/helgrind/
H A Dhg_lock_n_thread.h68 be as small as possible. Freeing Thread structures makes the
74 core's ThreadId associated with this Thread whilst it is alive.
80 Thread structure. */
98 Thread; typedef in typeref:struct:_Thread
101 Thread* get_admin_threads ( void );
165 Bool HG_(is_sane_Thread) ( Thread* thr );
/external/regex-re2/re2/
H A Dnfa.cc57 struct Thread { struct in class:re2::NFA
60 Thread* next; // when on free list
82 typedef SparseArray<Thread*> Threadq;
84 inline Thread* AllocThread();
85 inline void FreeThread(Thread*);
123 Thread* free_threads_; // free list
149 Thread* next;
150 for (Thread* t = free_threads_; t; t = next) {
157 void NFA::FreeThread(Thread *t) {
164 NFA::Thread* NF
[all...]
/external/regex-re2/util/
H A Dthread.cc10 Thread::Thread() { function in class:Thread
16 Thread::~Thread() {
20 Thread* t = (Thread*)v;
25 void Thread::Start() {
33 void Thread::Join() {
41 void Thread::SetJoinable(bool j) {
H A Dthread.h10 class Thread { class
12 Thread();
13 virtual ~Thread();
/external/robolectric/lib/main/
H A Dandroid.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/android/ com/android/internal/ com/android/internal/util/ ...
/external/pdfium/core/include/fpdfdoc/
H A Dfpdf_doc.h304 Thread, enumerator in enum:CPDF_Action::ActionType
/external/mesa3d/src/gallium/auxiliary/util/
H A Ddbghelp.h200 DWORD64 Thread; member in struct:_KDHELP64
216 DWORD Thread; member in struct:_KDHELP
228 p64->Thread = p32->Thread;
1222 MINIDUMP_THREAD_CALLBACK Thread; member in union:_MINIDUMP_CALLBACK_INPUT::__anon27176
/external/lzma/CPP/7zip/Common/
H A DVirtThread.h7 #include "../../Windows/Thread.h"
13 NWindows::CThread Thread; member in struct:CVirtThread
/external/lzma/CPP/7zip/UI/Common/
H A DBench.cpp36 #include "../../../Windows/Thread.h"
886 NWindows::CThread Thread; member in struct:CCrcInfo
894 Thread.Wait();
895 Thread.Close();
1005 RINOK(info.Thread.Create(CrcThreadFunction, &info));
/external/llvm/lib/Support/
H A DThreading.cpp48 pthread_t Thread; local
61 if (::pthread_create(&Thread, &Attr, ExecuteOnThread_Dispatch, &Info) != 0)
65 ::pthread_join(Thread, nullptr);
/external/lldb/examples/python/
H A Dcrashlog.py87 thread_state_regex = re.compile('^Thread ([0-9]+) crashed with')
88 thread_regex = re.compile('^Thread ([0-9]+)([^:]*):(.*)')
94 class Thread: class in class:CrashLog
123 s = "Thread[%u]" % self.index
279 elif line.startswith ('Crashed Thread:'):
296 elif line.startswith ('Thread'):
309 thread = CrashLog.Thread(thread_idx)
316 if line.startswith ('Thread'):
/external/lldb/include/lldb/Target/
H A DThread.h1 //===-- Thread.h ------------------------------------------------*- C++ -*-===//
52 class Thread : class in namespace:lldb_private
53 public std::enable_shared_from_this<Thread>,
219 Thread (Process &process, lldb::tid_t tid);
220 virtual ~Thread();
304 // dictionary of attributes, which then only the platform specific Thread implementation
445 // are available through the lldb_private::Thread subclass for the current
455 // Thread Plan Providers:
465 // Thread plans. This is useful so that you can modify the plans after
704 // Thread Pla
[all...]
/external/lldb/source/Target/
H A DThread.cpp1 //===-- Thread.cpp ----------------------------------------------*- C++ -*-===//
29 #include "lldb/Target/Thread.h"
52 Thread::GetGlobalProperties()
83 // is part of a new lldb_private::Thread instance. It will copy all current
98 Thread *thread = exe_ctx->GetThreadPtr();
121 m_collection_sp.reset (new ThreadOptionValueProperties(Thread::GetGlobalProperties().get()));
143 // Thread Event Data
148 Thread::ThreadEventData::GetFlavorString ()
150 static ConstString g_flavor ("Thread::ThreadEventData");
154 Thread
241 Thread::Thread (Process &process, lldb::tid_t tid) : function in class:Thread
[all...]
/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_init_local.tex52 \section{Thread and Signal Safety}
H A Dunw_init_remote.tex47 \section{Thread and Signal Safety}
H A Dunw_is_fpreg.tex31 \section{Thread and Signal Safety}

Completed in 6964 milliseconds

12345