Searched defs:thread_id (Results 101 - 125 of 137) sorted by relevance

123456

/external/chromium_org/sandbox/win/sandbox_poc/
H A Dmain_ui_window.cc536 DWORD thread_id; local
542 &thread_id);
566 &thread_id);
/external/chromium_org/sandbox/win/src/
H A Dinterceptors_64.cc74 LPDWORD thread_id) {
79 thread_id);
71 TargetCreateThread64( LPSECURITY_ATTRIBUTES thread_attributes, SIZE_T stack_size, LPTHREAD_START_ROUTINE start_address, PVOID parameter, DWORD creation_flags, LPDWORD thread_id) argument
/external/chromium_org/third_party/openssl/openssl/crypto/threads/
H A Dmttest.c766 DWORD thread_id[MAX_THREAD_NUMBER]; local
782 &(thread_id[i]));
1278 thread_id thread_ctx[MAX_THREAD_NUMBER];
/external/chromium_org/v8/src/
H A Dsampler.cc242 ThreadId thread_id = sampler->platform_data()->profiled_thread_id(); local
244 FindPerThreadDataForThread(thread_id);
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_ulinux.c107 pthread_t thread_id = pthread_self(); local
109 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
110 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
113 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
118 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
257 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
258 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
265 ret = pthread_create( &gki_cb.os.thread_id[task_id],
276 if(pthread_getschedparam(gki_cb.os.thread_id[task_i
888 pthread_t thread_id = pthread_self( ); local
[all...]
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_ulinux.c104 pthread_t thread_id = pthread_self(); local
106 GKI_TRACE_5("gki_task_entry task_id=%i, thread_id=%x/%x, pCond/pMutex=%x/%x", p_pthread_info->task_id,
107 gki_cb.os.thread_id[p_pthread_info->task_id], pthread_self(),
110 gki_cb.os.thread_id[p_pthread_info->task_id] = thread_id;
115 gki_cb.os.thread_id[p_pthread_info->task_id] = 0;
254 /* On Android, the new tasks starts running before 'gki_cb.os.thread_id[task_id]' is initialized */
255 /* Pass task_id to new task so it can initialize gki_cb.os.thread_id[task_id] for it calls GKI_wait */
262 ret = pthread_create( &gki_cb.os.thread_id[task_id],
273 if(pthread_getschedparam(gki_cb.os.thread_id[task_i
866 pthread_t thread_id = pthread_self( ); local
[all...]
/external/openssl/crypto/threads/
H A Dmttest.c766 DWORD thread_id[MAX_THREAD_NUMBER]; local
782 &(thread_id[i]));
1278 thread_id thread_ctx[MAX_THREAD_NUMBER];
/external/qemu/
H A Dposix-aio-compat.c64 static pthread_t thread_id; variable
379 thread_create(&thread_id, &attr, aio_thread, NULL);
H A Dgdbstub.c1578 static CPUState *find_cpu(uint32_t thread_id) argument
1583 if (gdb_id(env) == thread_id) {
/external/valgrind/main/coregrind/m_gdbserver/
H A Dserver.c809 unsigned long gdb_id, thread_id; local
812 thread_id = gdb_id_to_thread_id (gdb_id);
813 if (thread_id == 0) {
819 general_thread = thread_id;
822 cont_thread = thread_id;
824 step_thread = thread_id;
980 unsigned long gdb_id, thread_id; local
983 thread_id = gdb_id_to_thread_id (gdb_id);
984 if (thread_id == 0) {
989 if (valgrind_thread_alive (thread_id))
[all...]
/external/chromium/chrome/browser/metrics/
H A Dmetrics_service.cc1765 static base::PlatformThreadId thread_id = 0; local
1766 if (!thread_id)
1767 thread_id = base::PlatformThread::CurrentId();
1768 return base::PlatformThread::CurrentId() == thread_id;
/external/chromium_org/base/debug/
H A Dtrace_event_unittest.cc743 void TraceManyInstantEvents(int thread_id, int num_events, argument
748 "thread", thread_id,
1375 thread_ids[i] = threads[i]->thread_id();
H A Dtrace_event.h380 name, id, thread_id, timestamp) \
382 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \
385 category_group, name, id, thread_id, timestamp) \
387 TRACE_EVENT_PHASE_ASYNC_BEGIN, category_group, name, id, thread_id, \
424 name, id, thread_id, timestamp) \
426 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \
429 category_group, name, id, thread_id, timestamp) \
431 TRACE_EVENT_PHASE_ASYNC_END, category_group, name, id, thread_id, \
777 // int thread_id,
881 category_group, name, id, thread_id, timestam
1127 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, scoped_ptr<base::debug::ConvertableToTraceFormat> arg1_val) argument
1155 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1163 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, ARG1_TYPE arg1_val, const char* arg2_name, scoped_ptr<base::debug::ConvertableToTraceFormat> arg2_val) argument
1202 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1211 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, scoped_ptr<base::debug::ConvertableToTraceFormat> arg1_val, const char* arg2_name, ARG2_TYPE arg2_val) argument
1251 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1259 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, scoped_ptr<base::debug::ConvertableToTraceFormat> arg1_val, const char* arg2_name, scoped_ptr<base::debug::ConvertableToTraceFormat> arg2_val) argument
1294 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1302 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
1320 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1327 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
1354 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
1362 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
1395 int thread_id = static_cast<int>(base::PlatformThread::CurrentId()); local
[all...]
/external/chromium_org/base/test/
H A Dtrace_event_analyzer.h96 ProcessThreadID() : process_id(0), thread_id(0) {}
97 ProcessThreadID(int process_id, int thread_id) argument
98 : process_id(process_id), thread_id(thread_id) {}
102 return thread_id < rhs.thread_id;
105 int thread_id; member in struct:trace_analyzer::TraceEvent::ProcessThreadID
222 static Query EventTidIs(int thread_id) { argument
223 return Query(EVENT_TID) == Query::Int(thread_id);
227 return EventPidIs(thread.process_id) && EventTidIs(thread.thread_id);
293 OtherTidIs(int thread_id) argument
[all...]
/external/chromium_org/chrome/browser/metrics/
H A Dthread_watcher.cc89 void CrashBecauseThreadWasUnresponsive(BrowserThread::ID thread_id) { argument
90 base::debug::Alias(&thread_id);
92 switch (thread_id) {
122 : thread_id_(params.thread_id),
125 BrowserThread::GetMessageLoopProxyForThread(params.thread_id)),
170 if (!ThreadWatcherList::IsRegistered(params.thread_id))
344 void ThreadWatcher::OnPingMessage(const BrowserThread::ID& thread_id, argument
347 DCHECK(BrowserThread::CurrentlyOn(thread_id));
460 DCHECK(!g_thread_watcher_list_->Find(watcher->thread_id()));
461 g_thread_watcher_list_->registered_[watcher->thread_id()]
465 IsRegistered(const BrowserThread::ID thread_id) argument
651 StartWatching( const BrowserThread::ID& thread_id, const std::string& thread_name, const base::TimeDelta& sleep_time, const base::TimeDelta& unresponsive_time, uint32 unresponsive_threshold, const CrashOnHangThreadMap& crash_on_hang_threads) argument
704 Find(const BrowserThread::ID& thread_id) argument
[all...]
H A Dmetrics_service.cc240 static base::PlatformThreadId thread_id = 0; local
241 if (!thread_id)
242 thread_id = base::PlatformThread::CurrentId();
243 return base::PlatformThread::CurrentId() == thread_id;
/external/chromium_org/chrome_frame/test/
H A Dchrome_frame_test_utils.cc96 int CloseVisibleTopLevelWindowsOnThread(DWORD thread_id) { argument
98 EnumThreadWindows(thread_id, CloseWindowsThreadCallback,
/external/chromium_org/native_client_sdk/src/libraries/xray/
H A Dxray.c102 int32_t thread_id; member in struct:XRayTraceCapture
379 return capture->thread_id;
752 capture->thread_id = (int32_t)(&g_xray_thread_id_placeholder);
/external/chromium_org/third_party/leveldatabase/src/util/
H A Denv_posix.cc561 uint64_t thread_id = 0; local
562 memcpy(&thread_id, &tid, std::min(sizeof(thread_id), sizeof(tid)));
563 return 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 );
/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/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/v8/src/
H A Disolate.cc68 int thread_id = Thread::GetThreadLocalInt(Isolate::thread_id_key_); local
69 if (thread_id == 0) {
70 thread_id = AllocateThreadId();
71 Thread::SetThreadLocalInt(Isolate::thread_id_key_, thread_id);
73 return thread_id;
324 ThreadId thread_id) {
325 ASSERT(!thread_id.Equals(ThreadId::Invalid()));
326 PerIsolateThreadData* per_thread = new PerIsolateThreadData(this, thread_id);
329 ASSERT(thread_data_table_->Lookup(this, thread_id) == NULL);
331 ASSERT(thread_data_table_->Lookup(this, thread_id)
323 AllocatePerIsolateThreadData( ThreadId thread_id) argument
339 ThreadId thread_id = ThreadId::Current(); local
353 ThreadId thread_id = ThreadId::Current(); local
1376 Lookup(Isolate* isolate, ThreadId thread_id) argument
1400 Remove(Isolate* isolate, ThreadId thread_id) argument
[all...]

Completed in 1272 milliseconds

123456