Home
last modified time | relevance | path

Searched defs:thread_id (Results 1 – 25 of 151) sorted by relevance

1234567

/external/chromium_org/content/browser/service_worker/
Dservice_worker_dispatcher_host.cc85 int32 thread_id, in OnRegisterServiceWorker()
120 int32 thread_id, in OnUnregisterServiceWorker()
166 int32 thread_id, in RegistrationComplete()
180 int32 thread_id, in UnregistrationComplete()
192 int32 thread_id, in SendRegistrationError()
/external/chromium/chrome/browser/chromeos/login/
Downership_service.cc107 BrowserThread::ID thread_id; in StartUpdateOwnerKey() local
122 BrowserThread::ID thread_id; in StartSigningAttempt() local
138 BrowserThread::ID thread_id; in StartVerifyAttempt() local
171 const BrowserThread::ID thread_id, in UpdateOwnerKey()
190 const BrowserThread::ID thread_id, in TrySigningAttempt()
206 const BrowserThread::ID thread_id, in TryVerifyAttempt()
Downer_manager.cc29 void OwnerManager::UpdateOwnerKey(const BrowserThread::ID thread_id, in UpdateOwnerKey()
81 void OwnerManager::Sign(const BrowserThread::ID thread_id, in Sign()
113 void OwnerManager::Verify(const BrowserThread::ID thread_id, in Verify()
/external/chromium_org/content/child/
Dquota_message_filter.cc24 int QuotaMessageFilter::GenerateRequestID(int thread_id) { in GenerateRequestID()
30 void QuotaMessageFilter::ClearThreadRequests(int thread_id) { in ClearThreadRequests()
46 int request_id = -1, thread_id = 0; in OverrideTaskRunnerForMessage() local
/external/compiler-rt/lib/sanitizer_common/
Dsanitizer_stoptheworld.h37 bool Contains(SuspendedThreadID thread_id) const { in Contains()
44 void Append(SuspendedThreadID thread_id) { in Append()
/external/chromium_org/third_party/WebKit/Tools/Scripts/webkitpy/common/system/
Dstack_utils.py35 def log_thread_state(logger, name, thread_id, msg=''): argument
45 def _find_thread_stack(thread_id): argument
/external/chromium/chrome/browser/metrics/
Dthread_watcher.cc19 ThreadWatcher::ThreadWatcher(const BrowserThread::ID& thread_id, in ThreadWatcher()
39 void ThreadWatcher::StartWatching(const BrowserThread::ID& thread_id, in StartWatching()
181 void ThreadWatcher::OnPingMessage(const BrowserThread::ID& thread_id, in OnPingMessage()
220 bool ThreadWatcherList::IsRegistered(const BrowserThread::ID thread_id) { in IsRegistered()
329 ThreadWatcher* ThreadWatcherList::Find(const BrowserThread::ID& thread_id) { in Find()
337 const BrowserThread::ID& thread_id) { in PreLockedFind()
/external/chromium_org/cloud_print/service/win/
Dchrome_launcher.cc39 void ShutdownChrome(HANDLE process, DWORD thread_id) { in ShutdownChrome()
61 void CloseChrome(HANDLE process, DWORD thread_id) { in CloseChrome()
71 DWORD* thread_id) { in LaunchProcess()
243 DWORD thread_id = 0; in Run() local
320 DWORD thread_id = 0; in CreateServiceStateFile() local
/external/chromium_org/content/child/service_worker/
Dservice_worker_dispatcher.cc97 void ServiceWorkerDispatcher::OnRegistered(int32 thread_id, in OnRegistered()
119 int32 thread_id, in OnUnregistered()
132 int32 thread_id, in OnRegistrationError()
/external/chromium_org/chrome/browser/web_resource/
Djson_asynchronous_unpacker.cc35 BrowserThread::ID thread_id; in Start() local
88 void StartProcessOnIOThread(BrowserThread::ID thread_id, in StartProcessOnIOThread()
/external/chromium_org/content/child/fileapi/
Dwebfilesystem_impl.cc118 void DispatchResultsClosure(int thread_id, int callbacks_id, in DispatchResultsClosure()
134 int thread_id, int callbacks_id, in CallbackFileSystemCallbacks()
148 int thread_id, int callbacks_id, in OpenFileSystemCallbackAdapter()
158 int thread_id, int callbacks_id, in ResolveURLCallbackAdapter()
172 void StatusCallbackAdapter(int thread_id, int callbacks_id, in StatusCallbackAdapter()
187 void ReadMetadataCallbackAdapter(int thread_id, int callbacks_id, in ReadMetadataCallbackAdapter()
199 int thread_id, int callbacks_id, WaitableCallbackResults* waitable_results, in ReadDirectoryCallbackAdapater()
241 int thread_id, int callbacks_id, in CreateFileWriterCallbackAdapter()
279 int thread_id, int callbacks_id, in CreateSnapshotFileCallbackAdapter()
/external/chromium_org/base/win/
Dscoped_handle.cc20 DWORD thread_id; member
36 DWORD thread_id = GetCurrentThreadId(); in StartTracking() local
Dscoped_process_information.h67 DWORD thread_id() const { in thread_id() function
/external/chromium_org/components/browser_context_keyed_service/
Drefcounted_browser_context_keyed_service.cc28 const content::BrowserThread::ID thread_id) in RefcountedBrowserContextKeyedService()
/external/compiler-rt/lib/lsan/lit_tests/TestCases/
Duse_stacks_threaded.cc26 pthread_t thread_id; in main() local
Duse_registers.cc41 pthread_t thread_id; in main() local
Ddisabler_in_tsd_destructor.cc32 pthread_t thread_id; in main() local
/external/valgrind/main/helgrind/tests/
Dtc03_re_excl.c25 pthread_t thread_id; in main() local
/external/mesa3d/src/gallium/tests/unit/
Dpipe_barrier_test.c52 int thread_id = *((int *) thread_data); in PIPE_THREAD_ROUTINE() local
/external/chromium_org/third_party/mesa/src/src/gallium/tests/unit/
Dpipe_barrier_test.c52 int thread_id = *((int *) thread_data); in PIPE_THREAD_ROUTINE() local
/external/compiler-rt/lib/sanitizer_common/tests/
Dsanitizer_stoptheworld_testlib.cc48 pthread_t thread_id; in StopTheWorldTestLibConstructor() local
/external/chromium_org/base/
Dobserver_list_threadsafe.h115 base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); in AddObserver() local
133 base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); in RemoveObserver() local
/external/chromium_org/third_party/leveldatabase/
Dchromium_logger.h24 const long long unsigned int thread_id = in Logv() local
/external/chromium_org/sandbox/linux/services/
Dthread_helpers.cc42 const base::PlatformThreadId thread_id = thread->thread_id(); in StopThreadAndWatchProcFS() local
/external/chromium/chrome/browser/prefs/
Dpref_member.cc46 void PrefMemberBase::MoveToThread(BrowserThread::ID thread_id) { in MoveToThread()
106 void PrefMemberBase::Internal::MoveToThread(BrowserThread::ID thread_id) { in MoveToThread()

1234567