Home
last modified time | relevance | path

Searched defs:user_id (Results 1 – 11 of 11) sorted by relevance

/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp89 uint32_t user_id = UINT32_MAX; in GetUserID() local
129 uint32_t user_id = UINT32_MAX; in GetEffectiveUserID() local
/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp136 CreateThread(uptr user_id,bool detached,u32 parent_tid,void * arg) CreateThread() argument
230 SetThreadNameByUserId(uptr user_id,const char * name) SetThreadNameByUserId() argument
344 ConsumeThreadUserId(uptr user_id) ConsumeThreadUserId() argument
357 SetThreadUserId(u32 tid,uptr user_id) SetThreadUserId() argument
[all...]
H A Dsanitizer_thread_registry.h47 uptr user_id; // Some opaque user thread id (e.g. pthread_t). variable
/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.h29 void SetUserID(lldb::user_id_t user_id) { in SetUserID()
H A DClangASTImporter.cpp86 lldb::user_id_t user_id = LLDB_INVALID_UID; in CopyDecl() local
1286 lldb::user_id_t user_id = LLDB_INVALID_UID; Imported() local
[all...]
/llvm-project/compiler-rt/lib/hwasan/
H A Dhwasan_fuchsia.cpp94 static void *BeforeThreadCreateHook(uptr user_id, bool detached, in BeforeThreadCreateHook()
/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp171 BeforeThreadCreateHook(uptr user_id,bool detached,const char * name,uptr stack_bottom,uptr stack_size) BeforeThreadCreateHook() argument
/llvm-project/lldb/source/Target/
H A DTarget.cpp2837 UndoCreateStopHook(lldb::user_id_t user_id) UndoCreateStopHook() argument
2844 RemoveStopHookByID(lldb::user_id_t user_id) RemoveStopHookByID() argument
2851 GetStopHookByID(lldb::user_id_t user_id) GetStopHookByID() argument
2861 SetStopHookActiveStateByID(lldb::user_id_t user_id,bool active_state) SetStopHookActiveStateByID() argument
/llvm-project/lldb/source/Core/
H A DDebugger.cpp746 const lldb::user_id_t user_id = GetID(); HandleDestroyCallback() local
/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp5114 lldb::user_id_t user_id; DoExecute() local
5165 lldb::user_id_t user_id; DoExecute() local
/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.cpp2453 SetMetadataAsUserID(const clang::Decl * decl,user_id_t user_id) SetMetadataAsUserID() argument
2460 SetMetadataAsUserID(const clang::Type * type,user_id_t user_id) SetMetadataAsUserID() argument