HomeSort by relevance Sort by last modified time
    Searched defs:thread_id (Results 201 - 212 of 212) sorted by null

1 2 3 4 5 6 7 89

  /external/bluetooth/bluedroid/btif/src/
btif_hl.c 5103 pthread_t thread_id = -1; local
    [all...]
  /external/chromium_org/base/debug/
trace_event.h 389 name, id, thread_id, timestamp) \
391 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \
394 category_group, name, id, thread_id, timestamp) \
396 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \
433 name, id, thread_id, timestamp) \
435 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \
438 category_group, name, id, thread_id, timestamp) \
440 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \
1370 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1406 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1449 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
    [all...]
  /external/chromium_org/third_party/webrtc/video_engine/
vie_channel.cc 1619 unsigned int thread_id; local
    [all...]
  /external/chromium_org/v8/src/
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...]
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...]
  /external/opencv/cv/src/
mycvHaarDetectObjects.cpp 1221 int thread_id = cvGetThreadNum(); local
    [all...]
cvhaar.cpp 1010 int thread_id = cvGetThreadNum(); local
1189 int thread_id = cvGetThreadNum(); local
    [all...]
  /art/runtime/
thread.cc 2190 uint32_t thread_id = GetThreadId(); local
    [all...]
debugger.cc 434 static JDWP::JdwpError DecodeThread(ScopedObjectAccessUnchecked& soa, JDWP::ObjectId thread_id, Thread*& thread)
438 mirror::Object* thread_peer = Dbg::GetObjectRegistry()->Get<mirror::Object*>(thread_id);
949 JDWP::JdwpError Dbg::GetOwnedMonitors(JDWP::ObjectId thread_id,
986 JDWP::JdwpError error = DecodeThread(soa, thread_id, thread)
2509 JDWP::ObjectId thread_id = request->ReadThreadId(); local
2675 JDWP::ObjectId thread_id = request->ReadThreadId(); local
    [all...]
  /external/netperf/
netlib.c 919 DWORD thread_id ;
947 &thread_id ) ;
911 DWORD thread_id ; local
    [all...]
  /packages/apps/Mms/src/com/android/mms/data/
WorkingMessage.java 92 public static final String EXTRA_SMS_THREAD_ID = "android.mms.extra.THREAD_ID";
1679 long thread_id = conv.getThreadId(); local
    [all...]
  /external/qemu/qapi-auto-generated/
qapi-types.h 2193 int64_t thread_id; member in struct:CpuInfo
    [all...]

Completed in 1034 milliseconds

1 2 3 4 5 6 7 89