Searched defs:thread_id (Results 126 - 146 of 146) sorted by relevance

123456

/external/chromium_org/third_party/webrtc/modules/audio_coding/main/acm2/
H A Daudio_coding_module_unittest_oldapi.cc319 unsigned int thread_id = 0; local
320 ASSERT_TRUE(send_thread_->Start(thread_id));
321 ASSERT_TRUE(insert_packet_thread_->Start(thread_id));
322 ASSERT_TRUE(pull_audio_thread_->Start(thread_id));
/external/lldb/include/lldb/Interpreter/
H A DScriptInterpreter.h327 lldb::tid_t thread_id)
326 OSPlugin_RegisterContextData(lldb::ScriptInterpreterObjectSP os_plugin_object_sp, lldb::tid_t thread_id) argument
/external/lldb/source/Breakpoint/
H A DBreakpoint.cpp205 Breakpoint::SetThreadID (lldb::tid_t thread_id) argument
207 if (m_options.GetThreadSpec()->GetTID() == thread_id)
210 m_options.GetThreadSpec()->SetTID(thread_id);
/external/opencv/cv/src/
H A Dcvstereobm.cpp658 int thread_id = cvGetThreadNum(); local
668 state->slidingSumBuf->data.ptr + thread_id*bufSize0, row0, left.rows-row1 );
674 state->slidingSumBuf->data.ptr + thread_id*bufSize0, row0, left.rows-row1 );
H A DmycvHaarDetectObjects.cpp1038 // int thread_id = cvGetThreadNum();
1099 // cvSeqPush( seq_thread[thread_id], &obj_rect );
1221 int thread_id = cvGetThreadNum(); local
1255 cvSeqPush( seq_thread[thread_id], &rect );
1270 cvSeqPush( seq_thread[thread_id], &rect );
H A Dcvhaar.cpp1010 int thread_id = cvGetThreadNum(); local
1071 cvSeqPush( seq_thread[thread_id], &obj_rect );
1189 int thread_id = cvGetThreadNum(); local
1223 cvSeqPush( seq_thread[thread_id], &rect );
1238 cvSeqPush( seq_thread[thread_id], &rect );
/external/qemu/
H A Dgdbstub.c1582 static CPUArchState *find_cpu(uint32_t thread_id) argument
1587 if (gdb_id(cpu) == thread_id) {
/external/chromium_org/base/debug/
H A Dtrace_event.h389 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, \
860 // int thread_id,
978 category_group, name, id, thread_id, timestam
1247 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const scoped_refptr<base::debug::ConvertableToTraceFormat>& arg1_val) argument
1266 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const ARG1_TYPE& arg1_val, const char* arg2_name, const scoped_refptr<base::debug::ConvertableToTraceFormat>& arg2_val) argument
1296 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const scoped_refptr<base::debug::ConvertableToTraceFormat>& arg1_val, const char* arg2_name, const ARG2_TYPE& arg2_val) argument
1326 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const scoped_refptr<base::debug::ConvertableToTraceFormat>& arg1_val, const char* arg2_name, const scoped_refptr<base::debug::ConvertableToTraceFormat>& arg2_val) argument
1351 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags) argument
1370 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1378 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const ARG1_TYPE& arg1_val) argument
1406 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1415 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const base::TimeTicks& timestamp, unsigned char flags, const char* arg1_name, const ARG1_TYPE& arg1_val, const char* arg2_name, const ARG2_TYPE& arg2_val) argument
1449 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
[all...]
H A Dtrace_event_impl.cc379 int thread_id,
389 trace_event->Initialize(thread_id,
537 int thread_id,
556 thread_id_ = thread_id;
1875 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1878 name, id, thread_id, now,
1889 int thread_id,
1938 if (thread_id == static_cast<int>(PlatformThread::CurrentId())) {
1940 GetName(thread_id);
1952 thread_names_.find(thread_id);
378 InitializeMetadataEvent(TraceEvent* trace_event, int thread_id, const char* metadata_name, const char* arg_name, const T& value) argument
1884 AddTraceEventWithThreadIdAndTimestamp( char phase, const unsigned char* category_group_enabled, const char* name, unsigned long long id, int thread_id, const TimeTicks& timestamp, int num_args, const char** arg_names, const unsigned char* arg_types, const unsigned long long* arg_values, const scoped_refptr<ConvertableToTraceFormat>* convertable_values, unsigned char flags) argument
2053 int thread_id = trace_event ? local
2332 SetThreadSortIndex(PlatformThreadId thread_id, int sort_index) argument
[all...]
H A Dtrace_event_unittest.cc828 void TraceManyInstantEvents(int thread_id, int num_events, argument
833 "thread", thread_id,
1508 thread_ids[i] = threads[i]->thread_id();
/external/chromium_org/third_party/tcmalloc/chromium/src/tests/
H A Dtcmalloc_unittest.cc545 static void RunThread(int thread_id) { argument
546 threads[thread_id]->Run();
/external/chromium_org/third_party/tcmalloc/vendor/src/tests/
H A Dtcmalloc_unittest.cc545 static void RunThread(int thread_id) { argument
546 threads[thread_id]->Run();
/external/chromium_org/v8/src/
H A Disolate.h407 PerIsolateThreadData(Isolate* isolate, ThreadId thread_id) argument
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)
1137 PerIsolateThreadData* Lookup(Isolate* isolate, ThreadId thread_id);
H A Disolate.cc51 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 local
143 FindPerThreadDataForThread( ThreadId thread_id) argument
1420 Lookup(Isolate* isolate, ThreadId thread_id) argument
[all...]
/external/lldb/source/Target/
H A DProcess.cpp1585 Process::GetNextThreadIndexID (uint64_t thread_id) argument
1587 return AssignIndexIDToThread(thread_id);
1591 Process::HasAssignedIndexIDToThread(uint64_t thread_id) argument
1593 std::map<uint64_t, uint32_t>::iterator iterator = m_thread_id_to_index_id_map.find(thread_id);
1605 Process::AssignIndexIDToThread(uint64_t thread_id) argument
1608 std::map<uint64_t, uint32_t>::iterator iterator = m_thread_id_to_index_id_map.find(thread_id);
1612 m_thread_id_to_index_id_map[thread_id] = result;
/external/oprofile/libpp/
H A Dxml_utils.cpp453 string const get_tid() { return thread_id; }
459 string thread_id; member in class:thread_info
850 thread_id = tid;
892 out << init_attr(THREAD_ID, thread_id) << close_element(NONE, true);
926 cverb << vxml << "tid=" << thread_id << endl;
/external/bluetooth/bluedroid/btif/src/
H A Dbtif_hl.c5103 pthread_t thread_id = -1; local
5104 if ( pthread_create(&thread_id, &thread_attr, start_routine, arg)!=0 )
5110 return thread_id;
/external/chromium_org/third_party/webrtc/video_engine/
H A Dvie_channel.cc1619 unsigned int thread_id; local
1620 if (decode_thread_->Start(thread_id) == false) {
/external/chromium_org/ui/views/win/
H A Dhwnd_message_handler.cc1263 void HWNDMessageHandler::OnActivateApp(BOOL active, DWORD thread_id) { argument
1265 thread_id != GetCurrentThreadId()) {
/external/netperf/
H A Dnetlib.c919 DWORD thread_id ;
947 &thread_id ) ;
911 DWORD thread_id ; local
/external/qemu/qapi-auto-generated/
H A Dqapi-types.h2193 int64_t thread_id; member in struct:CpuInfo

Completed in 592 milliseconds

123456