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

123456

/external/chromium_org/components/keyed_service/content/
H A Drefcounted_browser_context_keyed_service.cc27 const content::BrowserThread::ID thread_id)
28 : requires_destruction_on_thread_(true), thread_id_(thread_id) {}
26 RefcountedBrowserContextKeyedService( const content::BrowserThread::ID thread_id) argument
/external/compiler-rt/test/lsan/TestCases/
H A Duse_registers.cc41 pthread_t thread_id; local
42 int res = pthread_create(&thread_id, 0, registers_thread_func, &sync);
H A Duse_stacks_threaded.cc26 pthread_t thread_id; local
27 int res = pthread_create(&thread_id, 0, stacks_thread_func, &sync);
H A Dcleanup_in_tsd_destructor.cc37 pthread_t thread_id; local
38 res = pthread_create(&thread_id, 0, thread_func, 0);
40 res = pthread_join(thread_id, 0);
H A Ddisabler_in_tsd_destructor.cc32 pthread_t thread_id; local
33 res = pthread_create(&thread_id, 0, thread_func, 0);
35 res = pthread_join(thread_id, 0);
/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_org/third_party/mesa/src/src/gallium/tests/unit/
H A Dpipe_barrier_test.c52 int thread_id = *((int *) thread_data); local
54 printf("thread %d starting\n", thread_id);
55 os_time_sleep(thread_id * 1000 * 1000);
56 printf("thread %d before barrier\n", thread_id);
58 printf("thread %d exiting\n", thread_id);
/external/compiler-rt/lib/sanitizer_common/tests/
H A Dsanitizer_stoptheworld_testlib.cc48 pthread_t thread_id; local
49 pthread_create(&thread_id, NULL, SuspenderThread, NULL);
/external/mesa3d/src/gallium/tests/unit/
H A Dpipe_barrier_test.c52 int thread_id = *((int *) thread_data); local
54 printf("thread %d starting\n", thread_id);
55 os_time_sleep(thread_id * 1000 * 1000);
56 printf("thread %d before barrier\n", thread_id);
58 printf("thread %d exiting\n", thread_id);
/external/chromium_org/base/threading/
H A Dplatform_thread_unittest.cc71 PlatformThreadId thread_id() const { return thread_id_; } function in class:base::FunctionTestThread
89 EXPECT_NE(thread.thread_id(), main_thread_id);
109 EXPECT_NE(thread[n].thread_id(), main_thread_id);
113 EXPECT_NE(thread[i].thread_id(), thread[n].thread_id());
/external/chromium_org/base/win/
H A Dscoped_process_information.h48 // instance. Note that the related thread_id will also be cleared.
67 DWORD thread_id() const { function in class:base::win::ScopedProcessInformation
/external/chromium_org/content/child/
H A Dquota_message_filter.cc24 int QuotaMessageFilter::GenerateRequestID(int thread_id) { argument
26 request_id_map_[next_request_id_] = thread_id;
30 void QuotaMessageFilter::ClearThreadRequests(int thread_id) { argument
34 if (iter->second == thread_id)
46 int request_id = -1, thread_id = 0; local
54 thread_id = found->second;
59 if (!thread_id)
61 return new WorkerThreadTaskRunner(thread_id);
/external/chromium_org/sandbox/linux/services/
H A Dthread_helpers.cc60 const base::PlatformThreadId thread_id = thread->thread_id(); local
61 const std::string thread_id_dir_str = base::IntToString(thread_id) + "/";
/external/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_stoptheworld.h37 bool Contains(SuspendedThreadID thread_id) const {
39 if (thread_ids_[i] == thread_id)
44 void Append(SuspendedThreadID thread_id) { argument
45 thread_ids_.push_back(thread_id);
/external/bluetooth/bluedroid/gki/ulinux/
H A Dgki_int.h59 pthread_t thread_id[GKI_MAX_TASKS]; member in struct:__anon1130
/external/chromium_org/chrome/browser/web_resource/
H A Djson_asynchronous_unpacker.cc35 BrowserThread::ID thread_id; variable
36 CHECK(BrowserThread::GetCurrentThreadIdentifier(&thread_id));
41 this, thread_id, json_data));
88 void StartProcessOnIOThread(BrowserThread::ID thread_id, argument
91 this, BrowserThread::GetMessageLoopProxyForThread(thread_id).get());
/external/chromium_org/content/browser/service_worker/
H A Dservice_worker_handle.h36 // |sender| and |thread_id| will be used to send messages to the
37 // corresponding WebServiceWorkerImpl (which should live on |thread_id|
42 int thread_id,
48 int thread_id,
72 int thread_id() const { return thread_id_; } function in class:content::ServiceWorkerHandle
H A Dservice_worker_info.cc18 thread_id(-1),
28 int thread_id,
36 thread_id(thread_id),
22 ServiceWorkerVersionInfo( ServiceWorkerVersion::RunningStatus running_status, ServiceWorkerVersion::Status status, const GURL& script_url, int64 version_id, int process_id, int thread_id, int devtools_agent_route_id) argument
H A Dservice_worker_info.h24 int thread_id,
34 int thread_id; member in class:content::ServiceWorkerVersionInfo
/external/chromium_org/extensions/browser/api/bluetooth_socket/
H A Dbluetooth_socket_event_dispatcher.h69 content::BrowserThread::ID thread_id; member in struct:extensions::core_api::BluetoothSocketEventDispatcher::SocketParams
/external/chromium_org/extensions/browser/api/serial/
H A Dserial_event_dispatcher.h52 content::BrowserThread::ID thread_id; member in struct:extensions::core_api::SerialEventDispatcher::ReceiveParams
/external/chromium_org/extensions/browser/api/sockets_tcp/
H A Dtcp_socket_event_dispatcher.h59 content::BrowserThread::ID thread_id; member in struct:extensions::core_api::TCPSocketEventDispatcher::ReadParams
/external/chromium_org/extensions/browser/api/sockets_udp/
H A Dudp_socket_event_dispatcher.h59 content::BrowserThread::ID thread_id; member in struct:extensions::core_api::UDPSocketEventDispatcher::ReceiveParams
/external/chromium_org/remoting/tools/
H A Dbreakpad_tester_win.cc72 DWORD thread_id; local
75 &thread_id));
/external/chromium_org/third_party/leveldatabase/
H A Dchromium_logger.h26 const base::PlatformThreadId thread_id = local
57 static_cast<uint64>(thread_id));

Completed in 449 milliseconds

123456