Searched refs:CurrentId (Results 1 – 13 of 13) sorted by relevance
24 base::PlatformThreadId current_thread = base::PlatformThread::CurrentId(); in lock_enter()62 : thread_id_(base::PlatformThread::CurrentId()) { in MainMessageLoopMultithreadedGtk()120 return (thread_id_ == base::PlatformThread::CurrentId()); in RunsTasksOnCurrentThread()
23 : thread_id_(base::PlatformThread::CurrentId()), in MainMessageLoopMultithreadedWin()95 return (thread_id_ == base::PlatformThread::CurrentId()); in RunsTasksOnCurrentThread()
17 base::PlatformThreadId current_thread = base::PlatformThread::CurrentId(); in ScopedGdkThreadsEnter()
156 locked_thread_id_ = base::PlatformThread::CurrentId(); in lock()163 return (locked_thread_id_ == base::PlatformThread::CurrentId()); in locked()176 : thread_id_(base::PlatformThread::CurrentId()) {} in CefValueControllerNonThreadSafe()186 return (thread_id_ == base::PlatformThread::CurrentId()); in on_correct_thread()
339 return base::PlatformThread::CurrentId(); in cef_get_current_platform_thread_id()345 return base::PlatformThread::CurrentId(); in cef_get_current_platform_thread_handle()
85 inline PlatformThreadId CurrentId() { in CurrentId() function
79 : supported_thread_id_(base::PlatformThread::CurrentId()), in CefZipReaderImpl()276 if (base::PlatformThread::CurrentId() != supported_thread_id_) { in VerifyContext()
113 : supported_thread_id_(base::PlatformThread::CurrentId()), in CefXmlReaderImpl()448 if (base::PlatformThread::CurrentId() != supported_thread_id_) { in VerifyContext()
322 init_thread_id_ = base::PlatformThread::CurrentId(); in Initialize()392 return (base::PlatformThread::CurrentId() == init_thread_id_); in OnInitThread()
45 : supported_thread_id_(base::PlatformThread::CurrentId()), in CefSimpleMenuModelImpl()501 if (base::PlatformThread::CurrentId() != supported_thread_id_) { in VerifyContext()
242 : supported_thread_id_(base::PlatformThread::CurrentId()), in CefMenuModelImpl()1031 if (base::PlatformThread::CurrentId() != supported_thread_id_) { in VerifyContext()
156 - DCHECK_EQ(base::PlatformThread::CurrentId(), getpid());157 + // DCHECK_EQ(base::PlatformThread::CurrentId(), getpid());
3369 @@ -236,7 +236,7 @@ PlatformThreadId PlatformThread::CurrentId() {