Home | History | Annotate | Download | only in sanitizer_common

Lines Matching full:uptr

42   uptr os_id;     // PID (used for reporting).
43 uptr user_id; // Some opaque user thread id (e.g. pthread_t).
57 void SetStarted(uptr _os_id, void *arg);
58 void SetCreated(uptr _user_id, u64 _unique_id, bool _detached,
81 void GetNumberOfThreads(uptr *total = 0, uptr *running = 0, uptr *alive = 0);
82 uptr GetMaxAliveThreads();
94 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
109 ThreadContextBase *FindThreadContextByOsIDLocked(uptr os_id);
112 void SetThreadNameByUserId(uptr user_id, const char *name);
116 void StartThread(u32 tid, uptr os_id, void *arg);
130 uptr alive_threads_; // Created or running.
131 uptr max_alive_threads_;
132 uptr running_threads_;