Home
last modified time | relevance | path

Searched defs:threadId (Results 1 – 24 of 24) 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.cc60 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()
Dlibcef_dll_wrapper.cc699 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()
Dlibcef_dll_dylib.cc1195 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/
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/vk-gl-cts/framework/delibs/decpp/
DdeThreadSafeRingBuffer.cpp72 deUint16 threadId = msg.getThreadId(); in run() local
99 Producer (ThreadSafeRingBuffer<Message>& buffer, deUint16 threadId, int dataSize) in Producer()
DdeBlockBuffer.cpp84 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/
DDawnPerfTestPlatform.h50 std::string threadId; member
DDawnPerfTestPlatform.cpp137 std::string threadId = stream.str(); in AcquireTraceEventBuffer() local
/third_party/mesa3d/src/gallium/drivers/swr/rasterizer/core/
Drdtsc_core.h112 #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()
Dthreads.h44 uint32_t threadId; // within the procGroup for Windows member
Dthreads.cpp103 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/
Dworker.js383 get threadId() { getter in Worker
512 threadId, property
/third_party/cef/libcef_dll/
Dlibcef_dll.cc737 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/
Dindex.js15 var threadId = (function getId () { function
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/kernels/image/dvpp/utils/
DDvppCommon.h49 pthread_t threadId = 0; // thread for callback member
/third_party/mindspore/mindspore/ccsrc/pipeline/jit/static_analysis/
Dasync_eval_result.h247 explicit AsyncInferTask(const std::string &threadId, const AsyncAbstractPtr &abstract) in AsyncInferTask()
Dstatic_analysis.cc838 …std::string threadId = AnalysisSchedule::GetThreadID() + "." + std::to_string(idCount.fetch_add(1)… in ExecuteMultipleEvaluatorsMultiThread() local
/third_party/skia/third_party/vulkanmemoryallocator/include/
Dvk_mem_alloc.h7551 uint32_t threadId; member