sanitizer_thread_registry.h | 43 uptr user_id; // Some opaque user thread id (e.g. pthread_t). member in class:__sanitizer::ThreadContextBase 102 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg); 120 void SetThreadNameByUserId(uptr user_id, const char *name); 125 void SetThreadUserId(u32 tid, uptr user_id);
|