Searched defs:thread_id (Results 1 - 25 of 58) sorted by relevance

123

/external/valgrind/main/helgrind/tests/
H A Dtc03_re_excl.c25 pthread_t thread_id; local
30 pthread_create(&thread_id, 0, worker_thread, (void*)x);
36 pthread_join(thread_id, 0);
/external/chromium/base/threading/
H A Dplatform_thread_unittest.cc67 PlatformThreadId thread_id() const { return thread_id_; } function in class:base::FunctionTestThread
85 EXPECT_NE(thread.thread_id(), main_thread_id);
102 EXPECT_NE(thread[n].thread_id(), main_thread_id);
H A Dthread.h126 PlatformThreadId thread_id() const { return thread_id_; } function in class:base::Thread
/external/chromium/chrome/browser/chromeos/login/
H A Downer_manager.cc29 void OwnerManager::UpdateOwnerKey(const BrowserThread::ID thread_id, argument
37 thread_id, FROM_HERE,
81 void OwnerManager::Sign(const BrowserThread::ID thread_id, argument
90 thread_id, FROM_HERE,
106 thread_id, FROM_HERE,
113 void OwnerManager::Verify(const BrowserThread::ID thread_id, argument
122 thread_id, FROM_HERE,
136 thread_id, FROM_HERE,
H A Downership_service.cc107 BrowserThread::ID thread_id; local
108 if (!BrowserThread::GetCurrentThreadIdentifier(&thread_id))
109 thread_id = BrowserThread::UI;
114 thread_id,
122 BrowserThread::ID thread_id; local
123 if (!BrowserThread::GetCurrentThreadIdentifier(&thread_id))
124 thread_id = BrowserThread::UI;
129 thread_id,
138 BrowserThread::ID thread_id; local
139 if (!BrowserThread::GetCurrentThreadIdentifier(&thread_id))
170 UpdateOwnerKey(OwnershipService* service, const BrowserThread::ID thread_id, const std::vector<uint8>& new_key, OwnerManager::KeyUpdateDelegate* d) argument
189 TrySigningAttempt(OwnershipService* service, const BrowserThread::ID thread_id, const std::string& data, OwnerManager::Delegate* d) argument
205 TryVerifyAttempt(OwnershipService* service, const BrowserThread::ID thread_id, const std::string& data, const std::vector<uint8>& signature, OwnerManager::Delegate* d) argument
[all...]
/external/libnfc-nci/halimpl/bcm2079x/gki/ulinux/
H A Dgki_int.h34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon7368
/external/libnfc-nci/src/gki/ulinux/
H A Dgki_int.h34 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon7448
/external/protobuf/gtest/test/
H A Dgtest-port_test.cc97 pthread_t thread_id; local
106 const int status = pthread_create(&thread_id, &attr, &ThreadFunc, &mutex);
113 ASSERT_EQ(0, pthread_join(thread_id, &dummy));
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_int.h74 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon918
/external/chromium/chrome/browser/importer/
H A Dprofile_import_process_host.cc21 BrowserThread::ID thread_id)
24 thread_id_(thread_id) {
19 ProfileImportProcessHost( ProfileImportProcessClient* import_process_client, BrowserThread::ID thread_id) argument
H A Dexternal_process_importer_client.cc44 BrowserThread::ID thread_id; local
45 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id));
51 thread_id));
78 BrowserThread::ID thread_id) {
80 new ProfileImportProcessHost(this, thread_id);
77 StartImportProcessOnIOThread( BrowserThread::ID thread_id) argument
/external/chromium/chrome/browser/metrics/
H A Dthread_watcher.h58 // This method starts performing health check on the given thread_id. It will
59 // create ThreadWatcher object for the given thread_id, thread_name,
64 // thread_id.
65 static void StartWatching(const BrowserThread::ID& thread_id,
70 // Return the thread_id of the thread being watched.
71 BrowserThread::ID thread_id() const { return thread_id_; } function in class:ThreadWatcher
92 // Construct a ThreadWatcher for the given thread_id. sleep_time_ is the
95 ThreadWatcher(const BrowserThread::ID& thread_id,
149 static void OnPingMessage(const BrowserThread::ID& thread_id,
156 // The thread_id o
[all...]
H A Dthread_watcher.cc19 ThreadWatcher::ThreadWatcher(const BrowserThread::ID& thread_id, argument
23 : thread_id_(thread_id),
39 void ThreadWatcher::StartWatching(const BrowserThread::ID& thread_id, argument
53 thread_id, thread_name, sleep_time, unresponsive_time));
61 new ThreadWatcher(thread_id, thread_name, sleep_time, unresponsive_time);
65 if (!ThreadWatcherList::IsRegistered(thread_id))
115 thread_id(),
181 void ThreadWatcher::OnPingMessage(const BrowserThread::ID& thread_id, argument
184 DCHECK(BrowserThread::CurrentlyOn(thread_id));
215 DCHECK(!global_->PreLockedFind(watcher->thread_id()));
220 IsRegistered(const BrowserThread::ID thread_id) argument
329 Find(const BrowserThread::ID& thread_id) argument
336 PreLockedFind( const BrowserThread::ID& thread_id) argument
[all...]
/external/chromium/chrome/browser/prefs/
H A Dpref_member.cc46 void PrefMemberBase::MoveToThread(BrowserThread::ID thread_id) { argument
51 internal()->MoveToThread(thread_id);
106 void PrefMemberBase::Internal::MoveToThread(BrowserThread::ID thread_id) { argument
108 thread_id_ = thread_id;
H A Dpref_member.h52 void MoveToThread(BrowserThread::ID thread_id);
92 void MoveToThread(BrowserThread::ID thread_id);
158 void MoveToThread(BrowserThread::ID thread_id) { argument
159 subtle::PrefMemberBase::MoveToThread(thread_id);
/external/chromium/chrome/browser/
H A Dprocess_singleton_win.cc104 DWORD thread_id = GetWindowThreadProcessId(remote_window_, &process_id); local
106 if (!thread_id || !process_id) {
141 EnumThreadWindows(thread_id,
H A Dbrowser_focus_uitest.cc95 int thread_id = ::GetWindowThreadProcessId(window, &process_id); local
/external/openssl/crypto/bn/
H A Dbn_blind.c125 unsigned long thread_id; /* added in OpenSSL 0.9.6j and 0.9.7b; member in struct:bn_blinding_st
282 return b->thread_id;
287 b->thread_id = n;
/external/v8/test/cctest/
H A Dtest-threads.cc153 i::ThreadId thread_id = i::ThreadId::Current(); local
155 CHECK(!(*refs_)[i].Equals(thread_id));
157 CHECK(thread_id.IsValid());
158 (*refs_)[thread_no_] = thread_id;
/external/valgrind/main/coregrind/m_gdbserver/
H A Dinferiors.c98 void add_thread (unsigned long thread_id, void *target_data, unsigned int gdb_id) argument
105 new_thread->entry.id = thread_id;
117 unsigned int thread_id_to_gdb_id (unsigned long thread_id) argument
123 if (inf->id == thread_id)
/external/bluetooth/bluedroid/hci/src/
H A Dbtsnoop.c444 static pthread_t thread_id; variable
589 if (pthread_create(&thread_id, NULL,
615 pthread_kill(thread_id, SIGUSR2);
616 pthread_join(thread_id, NULL);
/external/chromium/base/
H A Dmessage_pump_glib.cc180 static base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); local
181 DCHECK(thread_id == base::PlatformThread::CurrentId()) <<
H A Dtime_win_unittest.cc88 unsigned thread_id; local
91 &thread_id));
/external/chromium/chrome/browser/web_resource/
H A Dweb_resource_service.cc134 BrowserThread::ID thread_id; local
135 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id));
139 thread_id));
182 void StartProcessOnIOThread(BrowserThread::ID thread_id) { argument
183 UtilityProcessHost* host = new UtilityProcessHost(this, thread_id);
/external/v8/src/
H A Dv8threads.cc399 void ThreadManager::TerminateExecution(ThreadId thread_id) { argument
403 if (thread_id.Equals(state->id())) {

Completed in 402 milliseconds

123