/third_party/cef/libcef/common/ |
D | task_impl.cc | 12 bool CefCurrentlyOn(CefThreadId threadId) { in CefCurrentlyOn() 23 bool CefPostTask(CefThreadId threadId, CefRefPtr<CefTask> task) { in CefPostTask() 35 bool CefPostDelayedTask(CefThreadId threadId, in CefPostDelayedTask()
|
D | task_runner_impl.cc | 31 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/ |
D | cef_closure_task.cc | 33 bool CefPostTask(CefThreadId threadId, const base::Closure& closure) { in CefPostTask() 37 bool CefPostDelayedTask(CefThreadId threadId, in CefPostDelayedTask()
|
D | libcef_dll_wrapper.cc | 688 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()
|
D | libcef_dll_dylib.cc | 1191 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/ |
D | NativeLogRedirector.cs | 28 …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/ |
D | task_runner_ctocpp.cc | 35 CefRefPtr<CefTaskRunner> CefTaskRunner::GetForThread(CefThreadId threadId) { in GetForThread() 88 bool CefTaskRunnerCToCpp::BelongsToThread(CefThreadId threadId) { in BelongsToThread()
|
/third_party/cef/libcef_dll/cpptoc/ |
D | task_runner_cpptoc.cc | 34 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/ |
D | test-worker-event.js | 10 process.on('worker', common.mustCall(({ threadId }) => { field
|
/third_party/node/lib/ |
D | worker_threads.js | 32 threadId, property
|
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/ |
D | DawnPerfTestPlatform.h | 50 std::string threadId; member
|
D | DawnPerfTestPlatform.cpp | 137 std::string threadId = stream.str(); in AcquireTraceEventBuffer() local
|
/third_party/node/lib/internal/ |
D | worker.js | 383 get threadId() { getter in Worker 512 threadId, property
|
/third_party/cef/libcef_dll/ |
D | libcef_dll.cc | 726 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/ |
D | index.js | 15 var threadId = (function getId () { function
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7551 uint32_t threadId; member
|