thread_state      171 src/alloc.c      struct thread_state thread_state;
thread_state     3364 src/alloc.c        finalize_one_thread (PSEUDOVEC_STRUCT (vector, thread_state));
thread_state     5455 src/alloc.c      struct thread_state *self = current_thread;
thread_state     3362 src/comp.c     					offsetof (struct thread_state,
thread_state     3373 src/comp.c     	  sizeof (struct thread_state)
thread_state     3374 src/comp.c     	  - offsetof (struct thread_state,
thread_state     3376 src/comp.c     	  - sizeof (((struct thread_state *) 0)->m_handlerlist)),
thread_state     5353 src/comp.c           struct thread_state ***current_thread_reloc =
thread_state      164 src/eval.c     backtrace_thread_p (struct thread_state *tstate, union specbinding *pdl)
thread_state      183 src/eval.c     backtrace_thread_top (struct thread_state *tstate)
thread_state      203 src/eval.c     backtrace_thread_next (struct thread_state *tstate, union specbinding *pdl)
thread_state     3908 src/eval.c       struct thread_state *tstate;
thread_state     5008 src/lisp.h     get_act_rec (struct thread_state *th)
thread_state     5014 src/lisp.h     set_act_rec (struct thread_state *th, struct bc_frame *act_rec)
thread_state      463 src/process.c    struct thread_state *thread;
thread_state      466 src/process.c    struct thread_state *waiting_thread;
thread_state     1451 src/process.c    struct thread_state *tstate;
thread_state       43 src/thread.c     struct thread_state s;
thread_state       51 src/thread.c   				     PSEUDOVECSIZE (struct thread_state,
thread_state       53 src/thread.c   				     VECSIZE (struct thread_state)),
thread_state       64 src/thread.c   struct thread_state *current_thread = &main_thread.s;
thread_state       66 src/thread.c   static struct thread_state *all_threads = &main_thread.s;
thread_state       95 src/thread.c   unbind_for_thread_switch (struct thread_state *thr)
thread_state      105 src/thread.c   post_acquire_global_lock (struct thread_state *self)
thread_state      107 src/thread.c     struct thread_state *prev_thread = current_thread;
thread_state      146 src/thread.c   acquire_global_lock (struct thread_state *self)
thread_state      168 src/thread.c         struct thread_state *self = current_thread;
thread_state      200 src/thread.c   lisp_mutex_lock_for_thread (lisp_mutex_t *mutex, struct thread_state *locker,
thread_state      203 src/thread.c     struct thread_state *self;
thread_state      321 src/thread.c     struct thread_state *self = current_thread;
thread_state      363 src/thread.c     struct thread_state *self = current_thread;
thread_state      438 src/thread.c     struct thread_state *self = current_thread;
thread_state      506 src/thread.c     struct thread_state *self = current_thread;
thread_state      604 src/thread.c     struct thread_state *self = current_thread;
thread_state      651 src/thread.c   mark_one_thread (struct thread_state *thread)
thread_state      683 src/thread.c     struct thread_state *iter;
thread_state      712 src/thread.c     struct thread_state *self = current_thread;
thread_state      757 src/thread.c     struct thread_state *self = state;
thread_state      758 src/thread.c     struct thread_state **iter;
thread_state      839 src/thread.c   finalize_one_thread (struct thread_state *state)
thread_state      860 src/thread.c     struct thread_state *new_thread
thread_state      861 src/thread.c       = ALLOCATE_ZEROED_PSEUDOVECTOR (struct thread_state, event_object,
thread_state      919 src/thread.c     struct thread_state *tstate;
thread_state      930 src/thread.c     struct thread_state *tstate = arg;
thread_state      931 src/thread.c     struct thread_state *self = current_thread;
thread_state      946 src/thread.c     struct thread_state *tstate;
thread_state      987 src/thread.c     struct thread_state *tstate;
thread_state     1004 src/thread.c     struct thread_state *tstate;
thread_state     1015 src/thread.c     struct thread_state *tstate = arg;
thread_state     1016 src/thread.c     struct thread_state *self = current_thread;
thread_state     1037 src/thread.c     struct thread_state *tstate;
thread_state     1063 src/thread.c     struct thread_state *iter;
thread_state     1097 src/thread.c     struct thread_state *iter;
thread_state      203 src/thread.h     struct thread_state *next_thread;
thread_state      220 src/thread.h   INLINE struct thread_state *
thread_state      224 src/thread.h     return XUNTAG (a, Lisp_Vectorlike, struct thread_state);
thread_state      236 src/thread.h     struct thread_state *owner;
thread_state      308 src/thread.h   extern struct thread_state *current_thread;
thread_state      310 src/thread.h   extern void finalize_one_thread (struct thread_state *state);