/external/google-breakpad/src/common/linux/tests/ |
crash_generator.cc | 83 volatile pid_t thread_id = gettid(); local 84 *(thread_data->thread_id_ptr) = thread_id;
|
/external/lldb/source/API/ |
SBBreakpointLocation.cpp | 163 SBBreakpointLocation::SetThreadID (tid_t thread_id) 168 m_opaque_sp->SetThreadID (thread_id);
|
/external/lldb/source/Breakpoint/ |
BreakpointOptions.cpp | 205 BreakpointOptions::SetThreadID (lldb::tid_t thread_id) 207 GetThreadSpec()->SetTID(thread_id);
|
Breakpoint.cpp | 205 Breakpoint::SetThreadID (lldb::tid_t thread_id) 207 if (m_options.GetThreadSpec()->GetTID() == thread_id) 210 m_options.GetThreadSpec()->SetTID(thread_id);
|
/external/v8/src/ |
isolate.cc | 51 int thread_id = base::Thread::GetThreadLocalInt(Isolate::thread_id_key_); local 52 if (thread_id == 0) { 53 thread_id = AllocateThreadId(); 54 base::Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id); 56 return thread_id; 122 ThreadId thread_id = ThreadId::Current(); local 126 per_thread = thread_data_table_->Lookup(this, thread_id); 128 per_thread = new PerIsolateThreadData(this, thread_id); 131 DCHECK(thread_data_table_->Lookup(this, thread_id) == per_thread); 138 ThreadId thread_id = ThreadId::Current() local [all...] |
isolate.h | 407 PerIsolateThreadData(Isolate* isolate, ThreadId thread_id) 409 thread_id_(thread_id), 422 ThreadId thread_id() const { return thread_id_; } function in class:v8::internal::Isolate::PerIsolateThreadData 434 bool Matches(Isolate* isolate, ThreadId thread_id) const { 435 return isolate_ == isolate && thread_id_.Equals(thread_id); 525 PerIsolateThreadData* FindPerThreadDataForThread(ThreadId thread_id); 557 THREAD_LOCAL_TOP_ACCESSOR(ThreadId, thread_id) [all...] |
v8threads.cc | 358 void ThreadManager::TerminateExecution(ThreadId thread_id) { 362 if (thread_id.Equals(state->id())) {
|
/external/mesa3d/src/glx/apple/ |
apple_glx_context.c | 151 ac->thread_id = pthread_self(); 441 ac->thread_id = pthread_self(); 538 if (caller == ac->thread_id) {
|
/system/bt/btif/co/ |
bta_hh_co.c | 157 pthread_t thread_id = -1; local 158 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 ) 164 return thread_id;
|
/art/runtime/ |
debugger.cc | 473 static Thread* DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, 477 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id, error); 882 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id, 919 Thread* thread = DecodeThread(soa, thread_id, &error); 932 JDWP::JdwpError Dbg::GetContendedMonitor(JDWP::ObjectId thread_id, 937 Thread* thread = DecodeThread(soa, thread_id, &error); 2564 JDWP::ObjectId thread_id = request->ReadThreadId(); local 2735 JDWP::ObjectId thread_id = request->ReadThreadId(); local [all...] |
thread_list.h | 87 Thread* SuspendThreadByThreadId(uint32_t thread_id, bool debug_suspension, bool* timed_out)
|
thread.cc | 2429 const uint32_t thread_id = GetThreadId(); local [all...] |
/bionic/tests/ |
time_test.cpp | 434 pthread_t thread_id; member in struct:TimerDeleteData 441 tdd->thread_id = pthread_self(); 473 while (pthread_detach(tdd.thread_id) != ESRCH && (time(NULL) - cur_time) < 5); 474 ASSERT_EQ(ESRCH, pthread_detach(tdd.thread_id));
|
/external/google-breakpad/src/client/mac/handler/ |
minidump_generator.h | 122 virtual bool WriteThreadStream(mach_port_t thread_id, MDRawThread *thread);
|
/external/lldb/include/lldb/Breakpoint/ |
Breakpoint.h | 374 /// @param[in] thread_id 378 SetThreadID (lldb::tid_t thread_id);
|
/external/webrtc/src/system_wrappers/source/ |
data_log.cc | 361 unsigned int thread_id = 0; local 362 bool success = file_writer_thread_->Start(thread_id);
|
/external/wpa_supplicant_8/src/l2_packet/ |
l2_packet_winpcap.c | 205 DWORD thread_id; local 245 &thread_id);
|
/external/ceres-solver/internal/ceres/ |
schur_eliminator_impl.h | 225 int thread_id = omp_get_thread_num(); local 227 int thread_id = 0; 229 double* buffer = buffer_.get() + thread_id * buffer_size_; 512 int thread_id = omp_get_thread_num(); local 514 int thread_id = 0; local 517 chunk_outer_product_buffer_.get() + thread_id * buffer_size_;
|
/external/google-breakpad/src/processor/ |
minidump_processor.cc | 173 uint32_t thread_id; local 174 if (!thread->GetThreadID(&thread_id)) { 179 thread_string += " id " + HexString(thread_id); 186 if (has_dump_thread && thread_id == dump_thread_id) { 192 if (has_requesting_thread && thread_id == requesting_thread_id) { [all...] |
/external/libxml2/ |
threads.c | 111 thread_id tid; 132 thread_id tid; 168 thread_id mainthread = 0;
|
/external/google-breakpad/src/client/windows/crash_generation/ |
crash_generation_server.cc | 83 msg.thread_id != NULL && 430 msg_.thread_id, [all...] |
minidump_generator.cc | 255 const DWORD thread_id, 266 thread_id_(thread_id),
|
/external/google-breakpad/src/google_breakpad/common/ |
minidump_format.h | 359 uint32_t thread_id; member in struct:__anon9505 540 uint32_t thread_id; /* Thread in which the exception member in struct:__anon9516 542 * (MDRawThread).thread_id. */ [all...] |
/system/bt/test/bluedroidtest/ |
bluedroidtest.c | 383 pthread_t thread_id; local 389 if (pthread_create(&thread_id, NULL,
|
/external/google-breakpad/src/client/solaris/handler/ |
minidump_generator.cc | 237 lwp->thread_id = lsp->pr_lwpid; 289 // should be the thread_id 290 lwp->thread_id = lsp->pr_lwpid; 304 // should be the thread_id 305 lwp->thread_id = lsp->pr_lwpid; 589 exception.get()->thread_id = writer_args->crashed_lwpid;
|