Home
last modified time | relevance | path

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

/external/grpc-grpc/test/cpp/qps/
Dclient_sync.cc68 void ThreadFunc(size_t thread_idx, Thread* t) override { in ThreadFunc()
85 bool WaitToIssue(int thread_idx) { in WaitToIssue()
121 bool InitThreadFuncImpl(size_t thread_idx) override { return true; } in InitThreadFuncImpl()
123 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl()
158 CleanupAllStreams([this](size_t thread_idx) { in ~SynchronousStreamingClient()
178 void FinishStream(HistogramEntry* entry, size_t thread_idx) { in FinishStream()
214 [this](size_t thread_idx) { context_[thread_idx].TryCancel(); }); in DestroyMultithreading()
227 [this](size_t thread_idx) { stream_[thread_idx]->WritesDone(); }); in ~SynchronousStreamingPingPongClient()
231 bool InitThreadFuncImpl(size_t thread_idx) override { in InitThreadFuncImpl()
243 bool ThreadFuncImpl(HistogramEntry* entry, size_t thread_idx) override { in ThreadFuncImpl()
[all …]
Dclient.h290 gpr_timespec NextIssueTime(int thread_idx) { in NextIssueTime()
298 std::function<gpr_timespec()> NextIssuer(int thread_idx) { in NextIssuer()
Dclient_async.cc241 ClientRpcContext* ProcessTag(size_t thread_idx, void* tag) { in ProcessTag()
257 void ThreadFunc(size_t thread_idx, Client::Thread* t) override final { in ThreadFunc()
Dserver_async.cc202 void ThreadFunc(int thread_idx) { in ThreadFunc()
/external/perfetto/tools/
Dmultithreaded_alloc.cc63 uint64_t ScrambleAllocId(uint64_t alloc_id, uint32_t thread_idx) { in ScrambleAllocId()
67 void Thread(uint32_t thread_idx, uint64_t pending_allocs) { in Thread()
/external/llvm-project/lldb/source/Commands/
DCommandObjectThreadUtil.cpp57 uint32_t thread_idx; in DoExecute() local
DCommandObjectThread.cpp669 uint32_t thread_idx; in DoExecute() local
/external/grpc-grpc/test/cpp/interop/
Dstress_test.cc274 int thread_idx = 0; in main() local
/external/llvm-project/lldb/tools/lldb-vscode/
Dlldb-vscode.cpp203 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in SendThreadStoppedEvent() local
229 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in SendThreadStoppedEvent() local
2528 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in request_threads() local
/external/llvm-project/lldb/source/API/
DSBBreakpointLocation.cpp345 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local
DSBBreakpoint.cpp394 uint32_t thread_idx = UINT32_MAX; in GetThreadIndex() local
/external/mesa3d/src/broadcom/vulkan/
Dv3dv_queue.c909 const uint32_t thread_idx = (*wait_info)->wait_thread_count; in add_wait_thread_to_list() local
/external/google-breakpad/src/client/mac/handler/
Dminidump_generator.cc1013 int thread_idx = 0; in WriteThreadListStream() local
/external/llvm-project/lldb/tools/debugserver/source/
DDNB.cpp1394 nub_thread_t DNBProcessGetThreadAtIndex(nub_process_t pid, size_t thread_idx) { in DNBProcessGetThreadAtIndex()
/external/llvm-project/lldb/source/Plugins/Process/gdb-remote/
DGDBRemoteCommunicationServerLLGS.cpp590 uint32_t thread_idx = 0; in GetJSONThreadsInfo() local
/external/llvm-project/lldb/source/Plugins/ObjectFile/Mach-O/
DObjectFileMachO.cpp6264 for (uint32_t thread_idx = 0; thread_idx < num_threads; ++thread_idx) { in SaveCore() local