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

/freebsd-13-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-13-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-13-stable/contrib/llvm-project/compiler-rt/lib/lsan/
H A Dlsan_thread.cpp50 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached, void *arg) { argument
51 return thread_registry->CreateThread(user_id, detached, parent_tid, arg);
76 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) {
H A Dlsan_fuchsia.cpp89 uptr user_id = reinterpret_cast<uptr>(thread); local
96 u32 tid = ThreadCreate(parent_tid, user_id, detached, &args);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/ExpressionParser/Clang/
H A DClangASTMetadata.h29 void SetUserID(lldb::user_id_t user_id) { argument
30 m_user_id = user_id;
H A DClangASTImporter.cpp83 lldb::user_id_t user_id = LLDB_INVALID_UID; local
86 user_id = metadata->GetUserID();
93 user_id);
98 decl->getDeclKindName(), user_id);
1073 lldb::user_id_t user_id = LLDB_INVALID_UID; local
1076 user_id = metadata->GetUserID();
1088 from->getDeclKindName(), to, name_string, from, user_id);
1093 from->getDeclKindName(), to, from, user_id);
1109 user_id != LLDB_INVALID_UID) {
1131 user_id !
[all...]
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/asan/
H A Dasan_fuchsia.cpp93 uptr user_id, bool detached,
101 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
146 static void *BeforeThreadCreateHook(uptr user_id, bool detached, argument
156 return CreateAsanThread(&stack, parent_tid, user_id, detached, name,
92 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.cpp102 uptr user_id, bool detached,
108 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
143 static void *BeforeThreadCreateHook(uptr user_id, bool detached, argument
153 return CreateAsanThread(&stack, parent_tid, user_id, detached,
101 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-13-stable/sys/fs/cuse/
H A Dcuse_ioctl.h65 uid_t user_id; member in struct:cuse_create_dev
H A Dcuse.c1235 &cuse_client_devsw, 0, NULL, pcd->user_id, pcd->group_id,
/freebsd-13-stable/tests/sys/cddl/zfs/tests/history/
H A Dhistory_common.kshlib60 user_id=$(id -u $user)
85 print -n " [user $user_id ($user) on $hn$zn]" >> $EXPECT_HISTORY
/freebsd-13-stable/contrib/llvm-project/compiler-rt/lib/tsan/rtl/
H A Dtsan_rtl_thread.cpp298 if (tctx->user_id == findCtx->uid && tctx->status != ThreadStatusInvalid) {
300 // Ensure that user_id is unique. If it's not the case we are screwed.
308 tctx->user_id = 0;
/freebsd-13-stable/crypto/heimdal/lib/krb5/
H A Dpkinit.c1846 const char *user_id,
1875 if (user_id) {
1899 ret = hx509_certs_init(context->hx509ctx, user_id, 0, lock, &id->certs);
2369 const char *user_id,
2425 user_id,
2560 const char *user_id,
2576 if (user_id == NULL) {
2581 ret = hx509_certs_init(context->hx509ctx, user_id, 0, NULL, &certs);
1844 _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
2366 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
2559 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-13-stable/lib/libcuse/
H A Dcuse_lib.c395 info.user_id = _uid;
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/TypeSystem/Clang/
H A DTypeSystemClang.h204 void SetMetadataAsUserID(const clang::Decl *decl, lldb::user_id_t user_id);
205 void SetMetadataAsUserID(const clang::Type *type, lldb::user_id_t user_id);
H A DTypeSystemClang.cpp2405 user_id_t user_id) {
2407 meta_data.SetUserID(user_id);
2412 user_id_t user_id) {
2414 meta_data.SetUserID(user_id);
2404 SetMetadataAsUserID(const clang::Decl *decl, user_id_t user_id) argument
2411 SetMetadataAsUserID(const clang::Type *type, user_id_t user_id) argument
/freebsd-13-stable/contrib/llvm-project/lldb/source/Commands/
H A DCommandObjectTarget.cpp4728 lldb::user_id_t user_id; variable
4729 if (!llvm::to_integer(command.GetArgumentAtIndex(i), user_id)) {
4735 if (!target.RemoveStopHookByID(user_id)) {
4773 lldb::user_id_t user_id; variable
4774 if (!llvm::to_integer(command.GetArgumentAtIndex(i), user_id)) {
4780 success = target.SetStopHookActiveStateByID(user_id, m_enable);
/freebsd-13-stable/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2542 bool Target::RemoveStopHookByID(lldb::user_id_t user_id) { argument
2543 size_t num_removed = m_stop_hooks.erase(user_id);
2549 Target::StopHookSP Target::GetStopHookByID(lldb::user_id_t user_id) { argument
2553 specified_hook_iter = m_stop_hooks.find(user_id);
2559 bool Target::SetStopHookActiveStateByID(lldb::user_id_t user_id, argument
2562 specified_hook_iter = m_stop_hooks.find(user_id);
/freebsd-13-stable/crypto/heimdal/kdc/
H A Dpkinit.c1958 const char *user_id,
1979 user_id,
1956 krb5_kdc_pk_initialize(krb5_context context, krb5_kdc_configuration *config, const char *user_id, const char *anchors, char **pool, char **revoke_list) argument

Completed in 418 milliseconds