/external/chromium_org/base/threading/ |
D | thread_id_name_manager.h | 27 void RegisterThread(PlatformThreadHandle::Handle handle, PlatformThreadId id); 30 void SetName(PlatformThreadId id, const char* name); 33 const char* GetName(PlatformThreadId id); 36 void RemoveName(PlatformThreadHandle::Handle handle, PlatformThreadId id); 41 typedef std::map<PlatformThreadId, PlatformThreadHandle::Handle> 60 PlatformThreadId main_process_id_;
|
D | platform_thread.h | 27 typedef DWORD PlatformThreadId; typedef 29 typedef pid_t PlatformThreadId; 51 PlatformThreadId id) in PlatformThreadHandle() 72 PlatformThreadId id_; 75 const PlatformThreadId kInvalidThreadId(0); 102 static PlatformThreadId CurrentId();
|
D | thread_id_name_manager.cc | 44 PlatformThreadId id) { in RegisterThread() 51 void ThreadIdNameManager::SetName(PlatformThreadId id, const char* name) { in SetName() 77 const char* ThreadIdNameManager::GetName(PlatformThreadId id) { in GetName() 94 PlatformThreadId id) { in RemoveName()
|
D | platform_thread_unittest.cc | 71 PlatformThreadId thread_id() const { return thread_id_; } in thread_id() 74 PlatformThreadId thread_id_; 80 PlatformThreadId main_thread_id = PlatformThread::CurrentId(); in TEST() 96 PlatformThreadId main_thread_id = PlatformThread::CurrentId(); in TEST()
|
D | thread_id_name_manager_unittest.cc | 55 base::PlatformThreadId a_id = thread_a.thread_id(); in TEST_F() 68 base::PlatformThreadId a_id = base::PlatformThread::CurrentId(); in TEST_F() 80 base::PlatformThreadId a_id = base::PlatformThread::CurrentId(); in TEST_F()
|
D | thread.h | 153 PlatformThreadId thread_id() const { return thread_id_; } in thread_id() 217 PlatformThreadId thread_id_;
|
D | worker_pool_posix_unittest.cc | 57 std::set<PlatformThreadId>* unique_threads) { in IncrementingTask() 72 std::set<PlatformThreadId>* unique_threads; 142 std::set<PlatformThreadId> unique_threads_;
|
D | simple_thread.h | 96 PlatformThreadId tid() { return tid_; } in tid() 119 PlatformThreadId tid_; // The backing thread's id.
|
D | thread_checker_impl.h | 38 mutable PlatformThreadId valid_thread_id_;
|
D | platform_thread_win.cc | 32 void SetNameInternal(PlatformThreadId thread_id, const char* name) { in SetNameInternal() 121 PlatformThreadId PlatformThread::CurrentId() { in CurrentId()
|
/external/chromium/base/threading/ |
D | platform_thread.h | 35 typedef DWORD PlatformThreadId; typedef 42 typedef mach_port_t PlatformThreadId; 44 typedef pid_t PlatformThreadId; 48 const PlatformThreadId kInvalidThreadId = 0; 62 static PlatformThreadId CurrentId();
|
D | platform_thread_unittest.cc | 67 PlatformThreadId thread_id() const { return thread_id_; } in thread_id() 70 PlatformThreadId thread_id_; 76 PlatformThreadId main_thread_id = PlatformThread::CurrentId(); in TEST() 89 PlatformThreadId main_thread_id = PlatformThread::CurrentId(); in TEST()
|
D | worker_pool_posix_unittest.cc | 56 std::set<PlatformThreadId>* unique_threads) in IncrementingTask() 76 std::set<PlatformThreadId>* unique_threads_; 89 std::set<PlatformThreadId>* unique_threads, in BlockingIncrementingTask() 171 std::set<PlatformThreadId> unique_threads_;
|
D | thread.h | 126 PlatformThreadId thread_id() const { return thread_id_; } in thread_id() 183 PlatformThreadId thread_id_;
|
D | simple_thread.h | 96 PlatformThreadId tid() { return tid_; } in tid() 113 PlatformThreadId tid_; // The backing thread's id.
|
D | thread_checker_impl.h | 39 mutable PlatformThreadId valid_thread_id_;
|
D | thread_collision_warner.cc | 17 const PlatformThreadId current_thread_id = PlatformThread::CurrentId(); in CurrentThread()
|
/external/chromium_org/ui/base/clipboard/ |
D | clipboard.cc | 41 typedef std::vector<base::PlatformThreadId> AllowedThreadsVector; 46 typedef std::map<base::PlatformThreadId, Clipboard*> ClipboardMap; 58 const std::vector<base::PlatformThreadId>& allowed_threads) { in SetAllowedThreads() 70 base::PlatformThreadId id = base::PlatformThread::CurrentId(); in GetForCurrentThread() 100 base::PlatformThreadId id = base::PlatformThread::CurrentId(); in DestroyClipboardForCurrentThread()
|
/external/chromium_org/tools/gn/ |
D | trace.h | 32 base::PlatformThreadId thread_id); 37 base::PlatformThreadId thread_id() const { return thread_id_; } in thread_id() 57 base::PlatformThreadId thread_id_;
|
/external/chromium/base/synchronization/ |
D | lock.cc | 18 owning_thread_id_ = static_cast<PlatformThreadId>(0); in Lock() 30 owning_thread_id_ = static_cast<PlatformThreadId>(0); in CheckHeldAndUnmark()
|
D | cancellation_flag.h | 36 PlatformThreadId set_on_;
|
/external/chromium_org/base/synchronization/ |
D | lock.cc | 16 const PlatformThreadId kNoThreadId = static_cast<PlatformThreadId>(0);
|
D | cancellation_flag.h | 35 PlatformThreadId set_on_;
|
/external/chromium_org/base/ |
D | observer_list_threadsafe.h | 115 base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); in AddObserver() 133 base::PlatformThreadId thread_id = base::PlatformThread::CurrentId(); in RemoveObserver() 285 typedef std::map<base::PlatformThreadId, ObserverListContext*>
|
/external/chromium_org/cc/resources/ |
D | scoped_resource.h | 42 base::PlatformThreadId allocate_thread_id_;
|