Home
last modified time | relevance | path

Searched defs:threadId (Results 1 – 16 of 16) sorted by relevance

/third_party/cef/libcef/common/
Dtask_impl.cc12 bool CefCurrentlyOn(CefThreadId threadId) { in CefCurrentlyOn()
23 bool CefPostTask(CefThreadId threadId, CefRefPtr<CefTask> task) { in CefPostTask()
35 bool CefPostDelayedTask(CefThreadId threadId, in CefPostDelayedTask()
Dtask_runner_impl.cc31 CefRefPtr<CefTaskRunner> CefTaskRunner::GetForThread(CefThreadId threadId) { in GetForThread()
51 CefThreadId threadId) { in GetTaskRunner()
133 bool CefTaskRunnerImpl::BelongsToThread(CefThreadId threadId) { in BelongsToThread()
/third_party/cef/libcef_dll/wrapper/
Dcef_closure_task.cc33 bool CefPostTask(CefThreadId threadId, const base::Closure& closure) { in CefPostTask()
37 bool CefPostDelayedTask(CefThreadId threadId, in CefPostDelayedTask()
Dlibcef_dll_wrapper.cc688 NO_SANITIZE("cfi-icall") CEF_GLOBAL bool CefCurrentlyOn(CefThreadId threadId) { in CefCurrentlyOn()
699 CEF_GLOBAL bool CefPostTask(CefThreadId threadId, CefRefPtr<CefTask> task) { in CefPostTask()
715 CEF_GLOBAL bool CefPostDelayedTask(CefThreadId threadId, in CefPostDelayedTask()
Dlibcef_dll_dylib.cc1191 NO_SANITIZE("cfi-icall") int cef_currently_on(cef_thread_id_t threadId) { in cef_currently_on()
1196 int cef_post_task(cef_thread_id_t threadId, struct _cef_task_t* task) { in cef_post_task()
1201 int cef_post_delayed_task(cef_thread_id_t threadId, in cef_post_delayed_task()
1428 cef_thread_id_t threadId) { in cef_task_runner_get_for_thread()
/third_party/grpc/src/csharp/Grpc.Core/Internal/
DNativeLogRedirector.cs28 …internal delegate void GprLogDelegate(IntPtr fileStringPtr, int line, ulong threadId, IntPtr sever… in GprLogDelegate()
55 …private static void HandleWrite(IntPtr fileStringPtr, int line, ulong threadId, IntPtr severityStr… in HandleWrite()
/third_party/cef/libcef_dll/ctocpp/
Dtask_runner_ctocpp.cc35 CefRefPtr<CefTaskRunner> CefTaskRunner::GetForThread(CefThreadId threadId) { in GetForThread()
88 bool CefTaskRunnerCToCpp::BelongsToThread(CefThreadId threadId) { in BelongsToThread()
/third_party/cef/libcef_dll/cpptoc/
Dtask_runner_cpptoc.cc34 cef_thread_id_t threadId) { in cef_task_runner_get_for_thread()
90 cef_thread_id_t threadId) { in task_runner_belongs_to_thread()
/third_party/node/test/parallel/
Dtest-worker-event.js10 process.on('worker', common.mustCall(({ threadId }) => { field
/third_party/node/lib/
Dworker_threads.js32 threadId, property
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTestPlatform.h50 std::string threadId; member
DDawnPerfTestPlatform.cpp137 std::string threadId = stream.str(); in AcquireTraceEventBuffer() local
/third_party/node/lib/internal/
Dworker.js383 get threadId() { getter in Worker
512 threadId, property
/third_party/cef/libcef_dll/
Dlibcef_dll.cc726 CEF_EXPORT int cef_currently_on(cef_thread_id_t threadId) { in cef_currently_on()
736 CEF_EXPORT int cef_post_task(cef_thread_id_t threadId, in cef_post_task()
752 CEF_EXPORT int cef_post_delayed_task(cef_thread_id_t threadId, in cef_post_delayed_task()
/third_party/node/deps/npm/node_modules/write-file-atomic/
Dindex.js15 var threadId = (function getId () { function
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7551 uint32_t threadId; member