/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 | 60 bool CefPostTask(CefThreadId threadId, base::OnceClosure closure) { in CefPostTask() 64 bool CefPostTask(CefThreadId threadId, const base::RepeatingClosure& closure) { in CefPostTask() 68 bool CefPostDelayedTask(CefThreadId threadId, in CefPostDelayedTask() 75 bool CefPostDelayedTask(CefThreadId threadId, in CefPostDelayedTask()
|
D | libcef_dll_wrapper.cc | 699 NO_SANITIZE("cfi-icall") CEF_GLOBAL bool CefCurrentlyOn(CefThreadId threadId) { in CefCurrentlyOn() 710 CEF_GLOBAL bool CefPostTask(CefThreadId threadId, CefRefPtr<CefTask> task) { in CefPostTask() 726 CEF_GLOBAL bool CefPostDelayedTask(CefThreadId threadId, in CefPostDelayedTask()
|
D | libcef_dll_dylib.cc | 1195 NO_SANITIZE("cfi-icall") int cef_currently_on(cef_thread_id_t threadId) { in cef_currently_on() 1200 int cef_post_task(cef_thread_id_t threadId, struct _cef_task_t* task) { in cef_post_task() 1205 int cef_post_delayed_task(cef_thread_id_t threadId, in cef_post_delayed_task() 1426 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/vk-gl-cts/framework/delibs/decpp/ |
D | deThreadSafeRingBuffer.cpp | 72 deUint16 threadId = msg.getThreadId(); in run() local 99 Producer (ThreadSafeRingBuffer<Message>& buffer, deUint16 threadId, int dataSize) in Producer()
|
D | deBlockBuffer.cpp | 84 deUint16 threadId = msg.getThreadId(); in run() local 125 Producer (MessageBuffer& buffer, deUint16 threadId, int numMessages) in Producer()
|
/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/mesa3d/src/gallium/drivers/swr/rasterizer/core/ |
D | rdtsc_core.h | 112 #define RDTSC_INIT(pBucketMgr, threadId) rdtscInit(pBucketMgr,threadId) argument 119 #define RDTSC_INIT(pBucketMgr, threadId) argument 134 INLINE void rdtscInit(BucketManager* pBucketMgr, int threadId) in rdtscInit()
|
D | threads.h | 44 uint32_t threadId; // within the procGroup for Windows member
|
D | threads.cpp | 103 uint32_t threadId = 0; in CalculateProcessorTopology() local 308 uint32_t threadId, in bindThread() 863 uint32_t threadId = pThreadData->threadId; in workerThreadMain() 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 | 737 CEF_EXPORT int cef_currently_on(cef_thread_id_t threadId) { in cef_currently_on() 747 CEF_EXPORT int cef_post_task(cef_thread_id_t threadId, in cef_post_task() 763 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/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/ |
D | DvppCommon.h | 49 pthread_t threadId = 0; // thread for callback member
|
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/ |
D | async_eval_result.h | 247 explicit AsyncInferTask(const std::string &threadId, const AsyncAbstractPtr &abstract) in AsyncInferTask()
|
D | static_analysis.cc | 838 …std::string threadId = AnalysisSchedule::GetThreadID() + "." + std::to_string(idCount.fetch_add(1)… in ExecuteMultipleEvaluatorsMultiThread() local
|
/third_party/skia/third_party/vulkanmemoryallocator/include/ |
D | vk_mem_alloc.h | 7551 uint32_t threadId; member
|