Searched defs:ThreadState (Results 1 - 6 of 6) sorted by path

/external/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl.cc48 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
110 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch, function in class:__tsan::ThreadState
308 void Initialize(ThreadState *thr) {
387 int Finalize(ThreadState *thr) {
438 void ForkBefore(ThreadState *thr, uptr pc) {
443 void ForkParentAfter(ThreadState *thr, uptr pc) {
448 void ForkChildAfter(ThreadState *thr, uptr pc) {
472 void GrowShadowStack(ThreadState *thr) {
485 u32 CurrentStackId(ThreadState *th
[all...]
H A Dtsan_rtl.h331 // In C++ it is tied to an OS thread just like ThreadState, however ideally
334 // ThreadState's (which are tied to Gs).
335 // A ThreadState must be wired with a Processor to handle events.
337 ThreadState *thr; // currently wired thread, or nullptr
359 struct ThreadState { struct in namespace:__tsan
368 // QUESTION: can we can squeeze this into ThreadState::Fast?
369 // E.g. ThreadState::Fast is a 44-bit, 32 are taken by synch_epoch and 12 are
440 explicit ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
448 ThreadState *cur_thread();
453 INLINE ThreadState *cur_threa
[all...]
/external/v8/src/
H A Dv8threads.cc110 lazily_archived_thread_state_->LinkInto(ThreadState::FREE_LIST);
132 ThreadState* state = per_thread->thread_state();
148 state->LinkInto(ThreadState::FREE_LIST);
177 ThreadState::ThreadState(ThreadManager* thread_manager) function in class:v8::internal::ThreadState
187 ThreadState::~ThreadState() {
192 void ThreadState::AllocateSpace() {
197 void ThreadState::Unlink() {
203 void ThreadState
[all...]
H A Dv8threads.h14 class ThreadState { class in namespace:v8::internal
17 ThreadState* Next();
38 explicit ThreadState(ThreadManager* thread_manager);
39 ~ThreadState();
46 ThreadState* next_;
47 ThreadState* previous_;
90 ThreadState* FirstThreadStateInUse();
91 ThreadState* GetFreeThreadState();
97 void DeleteThreadStateList(ThreadState* anchor);
104 ThreadState* lazily_archived_thread_state
[all...]
/external/valgrind/coregrind/
H A Dpub_core_threadstate.h35 // PURPOSE: This module defines the ThreadState type and the
412 ThreadState; typedef in typeref:struct:__anon24850
422 extern ThreadState *VG_(threads);
427 extern ThreadState *VG_(inner_threads);
447 /* Get the ThreadState for a particular thread */
448 extern ThreadState *VG_(get_ThreadState) ( ThreadId tid );
/external/webrtc/webrtc/modules/remote_bitrate_estimator/test/
H A Dbwe_test_logging.h301 struct ThreadState { struct in class:webrtc::testing::bwe::Logging
305 typedef std::map<uint32_t, ThreadState> ThreadMap;

Completed in 323 milliseconds