Searched refs:user_id (Results 1 - 18 of 18) sorted by relevance

/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/sanitizer_common/
H A Dsanitizer_thread_registry.cpp19 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0),
43 user_id = 0;
60 user_id = 0;
84 user_id = _user_id;
135 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid, argument
166 tctx->SetCreated(user_id, total_threads_++, detached,
224 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) { argument
228 if (tctx != 0 && tctx->user_id == user_id &&
340 void ThreadRegistry::SetThreadUserId(u32 tid, uptr user_id) { argument
[all...]
H A Dsanitizer_thread_registry.h48 uptr user_id; // Some opaque user thread id (e.g. pthread_t). member in class:__sanitizer::ThreadContextBase
107 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
125 void SetThreadNameByUserId(uptr user_id, const char *name);
130 void SetThreadUserId(u32 tid, uptr user_id);
/freebsd-11-stable/contrib/llvm-project/lldb/source/API/
H A DSBProcessInfo.cpp95 uint32_t user_id = UINT32_MAX; local
97 user_id = m_opaque_up->GetUserID();
99 return user_id;
135 uint32_t user_id = UINT32_MAX; local
137 user_id = m_opaque_up->GetEffectiveUserID();
139 return user_id;
/freebsd-11-stable/contrib/llvm-project/lldb/include/lldb/Symbol/
H A DClangASTMetadata.h28 void SetUserID(lldb::user_id_t user_id) { argument
29 m_user_id = user_id;
H A DClangASTContext.h137 void SetMetadataAsUserID(const clang::Decl *decl, lldb::user_id_t user_id);
138 void SetMetadataAsUserID(const clang::Type *type, lldb::user_id_t user_id);
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp91 uptr user_id, bool detached,
99 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
144 static void *BeforeThreadCreateHook(uptr user_id, bool detached, argument
154 return CreateAsanThread(&stack, parent_tid, user_id, detached, name,
90 CreateAsanThread(StackTrace *stack, u32 parent_tid, uptr user_id, bool detached, const char *name, uptr stack_bottom, uptr stack_size) argument
H A Dasan_rtems.cpp100 uptr user_id, bool detached,
106 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
141 static void *BeforeThreadCreateHook(uptr user_id, bool detached, argument
151 return CreateAsanThread(&stack, parent_tid, user_id, detached,
99 CreateAsanThread(StackTrace *stack, u32 parent_tid, uptr user_id, bool detached, uptr stack_bottom, uptr stack_size, uptr tls_bottom, uptr tls_size) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp74 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) { argument
75 return thread_registry->CreateThread(user_id, detached, parent_tid,
107 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) {
/freebsd-11-stable/sys/fs/cuse/
H A Dcuse_ioctl.h65 uid_t user_id; member in struct:cuse_create_dev
H A Dcuse.c1241 &cuse_client_devsw, 0, NULL, pcd->user_id, pcd->group_id,
/freebsd-11-stable/contrib/llvm-project/lldb/source/Symbol/
H A DClangASTImporter.cpp80 lldb::user_id_t user_id = LLDB_INVALID_UID; local
83 user_id = metadata->GetUserID();
90 named_decl->getNameAsString().c_str(), user_id);
95 decl->getDeclKindName(), user_id);
1014 lldb::user_id_t user_id = LLDB_INVALID_UID;
1017 user_id = metadata->GetUserID();
1030 name_string.c_str(), static_cast<void *>(from), user_id);
1036 static_cast<void *>(from), user_id);
1052 user_id != LLDB_INVALID_UID) {
1076 user_id !
[all...]
H A DClangASTContext.cpp2268 user_id_t user_id) {
2270 meta_data.SetUserID(user_id);
2275 user_id_t user_id) {
2277 meta_data.SetUserID(user_id);
2267 SetMetadataAsUserID(const clang::Decl *decl, user_id_t user_id) argument
2274 SetMetadataAsUserID(const clang::Type *type, user_id_t user_id) argument
/freebsd-11-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c1835 const char *user_id,
1864 if (user_id) {
1888 ret = hx509_certs_init(context->hx509ctx, user_id, 0, lock, &id->certs);
2358 const char *user_id,
2414 user_id,
2549 const char *user_id,
2565 if (user_id == NULL) {
2570 ret = hx509_certs_init(context->hx509ctx, user_id, 0, NULL, &certs);
1833 _krb5_pk_load_id(krb5_context context, struct krb5_pk_identity **ret_id, const char *user_id, const char *anchor_id, char * const *chain_list, char * const *revoke_list, krb5_prompter_fct prompter, void *prompter_data, char *password) argument
2355 krb5_get_init_creds_opt_set_pkinit(krb5_context context, krb5_get_init_creds_opt *opt, krb5_principal principal, const char *user_id, const char *x509_anchors, char * const * pool, char * const * pki_revoke, int flags, krb5_prompter_fct prompter, void *prompter_data, char *password) argument
2548 krb5_pk_enterprise_cert(krb5_context context, const char *user_id, krb5_const_realm realm, krb5_principal *principal, struct hx509_certs_data **res) argument
/freebsd-11-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp290 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) {
291 tctx->user_id = 0;
/freebsd-11-stable/lib/libcuse/
H A Dcuse_lib.c395 info.user_id = _uid;
/freebsd-11-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2499 bool Target::RemoveStopHookByID(lldb::user_id_t user_id) { argument
2500 size_t num_removed = m_stop_hooks.erase(user_id);
2506 Target::StopHookSP Target::GetStopHookByID(lldb::user_id_t user_id) { argument
2510 specified_hook_iter = m_stop_hooks.find(user_id);
2516 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id, argument
2519 specified_hook_iter = m_stop_hooks.find(user_id);
/freebsd-11-stable/crypto/heimdal/kdc/
H A Dpkinit.c1949 const char *user_id,
1970 user_id,
1947 krb5_kdc_pk_initialize(krb5_context context, krb5_kdc_configuration *config, const char *user_id, const char *anchors, char **pool, char **revoke_list) argument
/freebsd-11-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4730 lldb::user_id_t user_id = StringConvert::ToUInt32( variable
4738 success = target.RemoveStopHookByID(user_id);
4777 lldb::user_id_t user_id = StringConvert::ToUInt32( variable
4785 success = target.SetStopHookActiveStateByID(user_id, m_enable);

Completed in 462 milliseconds