HomeSort by: relevance | last modified time | path
    Searched defs:ThreadState (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/compiler_rt/dist/lib/tsan/rtl/
tsan_rtl.cc 50 THREADLOCAL char cur_thread_placeholder[sizeof(ThreadState)] ALIGNED(64);
113 ThreadState::ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
344 void Initialize(ThreadState *thr) {
435 int Finalize(ThreadState *thr) {
487 void ForkBefore(ThreadState *thr, uptr pc) {
492 void ForkParentAfter(ThreadState *thr, uptr pc) {
497 void ForkChildAfter(ThreadState *thr, uptr pc) {
521 void GrowShadowStack(ThreadState *thr) {
534 u32 CurrentStackId(ThreadState *thr, uptr pc)
    [all...]
tsan_rtl.h 346 // In C++ it is tied to an OS thread just like ThreadState, however ideally
349 // ThreadState's (which are tied to Gs).
350 // A ThreadState must be wired with a Processor to handle events.
352 ThreadState *thr; // currently wired thread, or nullptr
374 struct ThreadState {
383 // QUESTION: can we can squeeze this into ThreadState::Fast?
384 // E.g. ThreadState::Fast is a 44-bit, 32 are taken by synch_epoch and 12 are
456 explicit ThreadState(Context *ctx, int tid, int unique_id, u64 epoch,
464 ThreadState *cur_thread();
469 INLINE ThreadState *cur_thread()
    [all...]

Completed in 12 milliseconds