Home
last modified time | relevance | path

Searched defs:ThreadState (Results 1 – 25 of 323) sorted by relevance

12345678910>>...13

/aosp_15_r20/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.h359 struct ThreadState { struct
368 // QUESTION: can we can squeeze this into ThreadState::Fast? argument
372 u64 fast_synch_epoch;
376 int ignore_reads_and_writes;
377 int ignore_sync;
380 IgnoreSet mop_ignore_set;
381 IgnoreSet sync_ignore_set;
385 uptr *shadow_stack;
386 uptr *shadow_stack_end;
387 uptr *shadow_stack_pos;
[all …]
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/iomgr/
Dexecutor.h30 struct ThreadState { struct
31 gpr_mu mu;
32 size_t id; // For debugging purposes
33 const char* name; // Thread state name
34 gpr_cv cv;
35 grpc_closure_list elems;
36 size_t depth; // Number of closures in the closure list
37 bool shutdown;
38 bool queued_long_job;
39 Thread thd;
/aosp_15_r20/external/grpc-grpc/src/core/lib/iomgr/
H A Dexecutor.h30 struct ThreadState { struct
31 gpr_mu mu;
32 size_t id; // For debugging purposes
33 const char* name; // Thread state name
34 gpr_cv cv;
35 grpc_closure_list elems;
36 size_t depth; // Number of closures in the closure list
37 bool shutdown;
38 bool queued_long_job;
39 Thread thd;
/aosp_15_r20/frameworks/libs/binary_translation/guest_state/arm/include/berberis/guest_state/
Dguest_state_arch.h29 struct ThreadState { struct
38 // For PIC objects, InitThreadState sets it either to host TLS or to (stub) thread-id. argument
40 GuestAddr tls;
44 std::atomic_uint_least8_t pending_signals_status;
46 GuestThreadResidence residence;
49 void* instrument_data;
52 void* thread_state_storage;
/aosp_15_r20/frameworks/libs/binary_translation/guest_state/arm64/include/berberis/guest_state/
Dguest_state_arch.h30 struct ThreadState { struct
39 // For PIC objects, InitThreadState sets it either to host TLS or to (stub) thread-id. argument
41 GuestAddr tls;
45 std::atomic_uint_least8_t pending_signals_status;
47 GuestThreadResidence residence;
50 void* instrument_data;
53 void* thread_state_storage;
/aosp_15_r20/prebuilts/vndk/v33/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h331 struct ThreadState { struct
332 size_t mWaitingThreads = 0;
334 size_t mOutgoingOffset = 0;
335 std::vector<sp<RpcConnection>> mOutgoing;
336 size_t mMaxIncoming = 0;
337 std::vector<sp<RpcConnection>> mIncoming;
338 std::map<std::thread::id, std::thread> mThreads;
/aosp_15_r20/prebuilts/vndk/v33/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h331 struct ThreadState { struct
332 size_t mWaitingThreads = 0;
334 size_t mOutgoingOffset = 0;
335 std::vector<sp<RpcConnection>> mOutgoing;
336 size_t mMaxIncoming = 0;
337 std::vector<sp<RpcConnection>> mIncoming;
338 std::map<std::thread::id, std::thread> mThreads;
/aosp_15_r20/prebuilts/vndk/v33/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h331 struct ThreadState { struct
332 size_t mWaitingThreads = 0;
334 size_t mOutgoingOffset = 0;
335 std::vector<sp<RpcConnection>> mOutgoing;
336 size_t mMaxIncoming = 0;
337 std::vector<sp<RpcConnection>> mIncoming;
338 std::map<std::thread::id, std::thread> mThreads;
/aosp_15_r20/prebuilts/vndk/v33/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h331 struct ThreadState { struct
332 size_t mWaitingThreads = 0;
334 size_t mOutgoingOffset = 0;
335 std::vector<sp<RpcConnection>> mOutgoing;
336 size_t mMaxIncoming = 0;
337 std::vector<sp<RpcConnection>> mIncoming;
338 std::map<std::thread::id, std::thread> mThreads;
/aosp_15_r20/prebuilts/vndk/v34/x86_64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h386 struct ThreadState { struct
387 size_t mWaitingThreads = 0;
389 size_t mOutgoingOffset = 0;
390 std::vector<sp<RpcConnection>> mOutgoing;
392 size_t mMaxIncoming = 0;
393 std::vector<sp<RpcConnection>> mIncoming;
394 std::map<RpcMaybeThread::id, RpcMaybeThread> mThreads;
/aosp_15_r20/prebuilts/vndk/v34/arm64/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h386 struct ThreadState { struct
387 size_t mWaitingThreads = 0;
389 size_t mOutgoingOffset = 0;
390 std::vector<sp<RpcConnection>> mOutgoing;
392 size_t mMaxIncoming = 0;
393 std::vector<sp<RpcConnection>> mIncoming;
394 std::map<RpcMaybeThread::id, RpcMaybeThread> mThreads;
/aosp_15_r20/frameworks/native/libs/binder/include/binder/
H A DRpcSession.h395 struct ThreadState { struct
396 size_t mWaitingThreads = 0;
398 size_t mOutgoingOffset = 0;
399 std::vector<sp<RpcConnection>> mOutgoing;
401 size_t mMaxIncoming = 0;
402 std::vector<sp<RpcConnection>> mIncoming;
403 std::map<RpcMaybeThread::id, RpcMaybeThread> mThreads;
/aosp_15_r20/prebuilts/vndk/v34/x86/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h386 struct ThreadState { struct
387 size_t mWaitingThreads = 0;
389 size_t mOutgoingOffset = 0;
390 std::vector<sp<RpcConnection>> mOutgoing;
392 size_t mMaxIncoming = 0;
393 std::vector<sp<RpcConnection>> mIncoming;
394 std::map<RpcMaybeThread::id, RpcMaybeThread> mThreads;
/aosp_15_r20/prebuilts/vndk/v34/arm/include/frameworks/native/libs/binder/include/binder/
DRpcSession.h386 struct ThreadState { struct
387 size_t mWaitingThreads = 0;
389 size_t mOutgoingOffset = 0;
390 std::vector<sp<RpcConnection>> mOutgoing;
392 size_t mMaxIncoming = 0;
393 std::vector<sp<RpcConnection>> mIncoming;
394 std::map<RpcMaybeThread::id, RpcMaybeThread> mThreads;
/aosp_15_r20/frameworks/libs/binary_translation/guest_state/riscv64/include/berberis/guest_state/
Dguest_state_arch.h132 struct ThreadState { struct
152 // TODO(b/329463428): Consider removing this pointer and not having ThreadState and argument
166 static constexpr size_t kOffset = offsetof(ThreadState, cpu.field_name); \ argument
/aosp_15_r20/external/tensorflow/tensorflow/core/profiler/backends/cpu/
H A Dtraceme_recorder_test.cc118 struct ThreadState { in TEST() struct
119 bool split_session = false; in TEST()
120 bool overlapping_sessions = false; in TEST()
121 std::set<uint64> events; in TEST()
/aosp_15_r20/external/leveldb/benchmarks/
H A Ddb_bench.cc358 struct ThreadState { struct
359 int tid; // 0..n-1 when running in n threads
360 Random rand; // Has different seeds for different threads
361 Stats stats;
362 SharedState* shared;
364 ThreadState(int index, int seed) : tid(index), rand(seed), shared(nullptr) {} in ThreadState() argument
648 void (Benchmark::*method)(ThreadState*)) { in RunBenchmark()
/aosp_15_r20/external/scudo/standalone/
H A Dtsd_exclusive.h18 struct ThreadState { struct
19 bool DisableMemInit : 1;
20 enum : unsigned {
24 } InitState : 2;
/aosp_15_r20/frameworks/native/libs/binder/rust/src/
H A Dstate.rs73 pub struct ThreadState; struct
75 impl ThreadState { implementation
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/
H A DInterruptible.kt62 private class ThreadState(private val job: Job) : InternalCompletionHandler { class
/aosp_15_r20/external/rust/android-crates-io/crates/grpcio-sys/grpc/src/core/lib/gprpp/
Dfork.cc119 class ThreadState { class
121 ThreadState() : awaiting_threads_(false), threads_done_(false), count_(0) { in ThreadState() function in grpc_core::__anonbb860d460111::ThreadState
/aosp_15_r20/external/grpc-grpc/src/core/lib/gprpp/
H A Dfork.cc121 class ThreadState { class
123 ThreadState() : awaiting_threads_(false), threads_done_(false), count_(0) { in ThreadState() function in grpc_core::__anonadc0a3ce0111::ThreadState
/aosp_15_r20/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/src/internal/
H A DThreadContext.kt11 private class ThreadState(@JvmField val context: CoroutineContext, n: Int) { class
/aosp_15_r20/hardware/google/gfxstream/host/gl/
DDisplaySurfaceGl.cpp39 struct ThreadState { struct
40 std::vector<PreviousContextInfo> previousContexts;
/aosp_15_r20/frameworks/native/libs/binder/
H A DBufferedTextOutput.cpp86 struct BufferedTextOutput::ThreadState struct in android::BufferedTextOutput
88 Vector<sp<BufferedTextOutput::BufferState> > states;

12345678910>>...13