HomeSort by: relevance | last modified time | path
    Searched refs:user_id (Results 1 - 25 of 37) sorted by relevancy

1 2

  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 21 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0),
45 user_id = 0;
62 user_id = 0;
86 user_id = _user_id;
136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
167 if (user_id) {
168 // Ensure that user_id is unique. If it's not the case we are screwed.
171 CHECK(live_.try_emplace(user_id, tid).second);
173 tctx->SetCreated(user_id, total_threads_++, detached,
230 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name)
    [all...]
sanitizer_thread_registry.h 47 uptr user_id; // Some opaque user thread id (e.g. pthread_t). member in class:__sanitizer::ThreadContextBase
109 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
127 void SetThreadNameByUserId(uptr user_id, const char *name);
133 u32 ConsumeThreadUserId(uptr user_id);
134 void SetThreadUserId(u32 tid, uptr user_id);
  /src/sys/external/bsd/compiler_rt/dist/lib/sanitizer_common/
sanitizer_thread_registry.cc 20 : tid(tid), unique_id(0), reuse_count(), os_id(0), user_id(0),
44 user_id = 0;
61 user_id = 0;
85 user_id = _user_id;
136 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
167 tctx->SetCreated(user_id, total_threads_++, detached,
225 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) {
229 if (tctx != 0 && tctx->user_id == user_id &&
341 void ThreadRegistry::SetThreadUserId(u32 tid, uptr user_id) {
    [all...]
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);
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_thread_registry.cpp 19 : 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;
134 u32 ThreadRegistry::CreateThread(uptr user_id, bool detached, u32 parent_tid,
165 tctx->SetCreated(user_id, total_threads_++, detached,
222 void ThreadRegistry::SetThreadNameByUserId(uptr user_id, const char *name) {
226 if (tctx != 0 && tctx->user_id == user_id &&
336 void ThreadRegistry::SetThreadUserId(u32 tid, uptr user_id) {
    [all...]
sanitizer_thread_registry.h 46 uptr user_id; // Some opaque user thread id (e.g. pthread_t). member in class:__sanitizer::ThreadContextBase
106 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
124 void SetThreadNameByUserId(uptr user_id, const char *name);
130 void SetThreadUserId(u32 tid, uptr user_id);
  /src/external/gpl3/gcc.old/dist/libsanitizer/lsan/
lsan_thread.cpp 47 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached, void *arg) {
48 return thread_registry->CreateThread(user_id, detached, parent_tid, arg);
73 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) {
lsan_fuchsia.cpp 89 uptr user_id = reinterpret_cast<uptr>(thread); local
96 u32 tid = ThreadCreate(parent_tid, user_id, detached, &args);
  /src/external/bsd/libfido2/dist/fuzz/
fuzz_cred.c 33 struct blob user_id; member in struct:param
102 unpack_blob(v[14], &p->user_id) < 0 ||
144 (argv[14] = pack_blob(&p->user_id)) == NULL ||
193 dummy.user_id.len = sizeof(dummy_user_id);
197 memcpy(&dummy.user_id.body, &dummy_user_id, dummy.user_id.len);
215 const char *rp_id, const char *rp_name, const struct blob *user_id,
233 fido_cred_set_user(cred, user_id->body, user_id->len, user_name,
239 fido_cred_set_blob(cred, user_id->body, user_id->len)
    [all...]
  /src/external/bsd/libfido2/dist/src/
touch.c 17 const uint8_t user_id = FIDO_DUMMY_USER_ID; local
44 if (fido_blob_set(&user.id, &user_id, sizeof(user_id)) < 0) {
  /src/sys/external/bsd/compiler_rt/dist/lib/asan/
asan_fuchsia.cc 92 uptr user_id, bool detached,
100 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
145 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
155 return CreateAsanThread(&stack, parent_tid, user_id, detached, name,
asan_rtems.cc 101 uptr user_id, bool detached,
107 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
142 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
152 return CreateAsanThread(&stack, parent_tid, user_id, detached,
  /src/crypto/external/bsd/openssh/dist/
ssh-sk.h 36 uint8_t *user_id; member in struct:sshsk_resident_key
sk-usbhid.c 617 uint8_t *user_id, size_t user_id_len)
631 if (strlcpy((char *)user_id, options[i]->value, user_id_len) >=
637 (char *)user_id);
651 key_lookup(fido_dev_t *dev, const char *application, const uint8_t *user_id,
696 memcmp(fido_assert_user_id_ptr(assert, i), user_id,
716 uint8_t user_id[32]; local
733 memset(user_id, 0, sizeof(user_id));
734 if (check_enroll_options(options, &device, user_id,
735 sizeof(user_id)) != 0
1134 const u_char *user_id; local
    [all...]
sk-api.h 70 uint8_t *user_id; member in struct:sk_resident_key
ssh-sk.c 410 make_options(const char *device, const char *user_id,
422 if (user_id != NULL &&
423 (r = sshsk_add_option(&opts, &nopts, "user", user_id, 0)) != 0) {
750 freezero(rks[i]->user_id, rks[i]->user_id_len);
767 freezero(srk->user_id, srk->user_id_len);
845 if ((srk->user_id = calloc(1, rks[i]->user_id_len)) == NULL) {
850 memcpy(srk->user_id, rks[i]->user_id, rks[i]->user_id_len);
  /src/sys/external/bsd/compiler_rt/dist/lib/lsan/
lsan_thread.cc 75 u32 ThreadCreate(u32 parent_tid, uptr user_id, bool detached) {
76 return thread_registry->CreateThread(user_id, detached, parent_tid,
108 if (tctx->user_id == uid && tctx->status != ThreadStatusInvalid) {
  /src/external/bsd/libfido2/dist/tools/
credman.c 119 char *user_id = NULL; local
130 fido_cred_user_id_len(cred), &user_id) < 0) {
139 fido_cred_display_name(cred), user_id, type, prot);
143 free(user_id);
280 credman_update_rk(const char *path, const char *user_id, const char *cred_id,
293 if (base64_decode(user_id, &user_id_ptr, &user_id_len) < 0 ||
assert_get.c 165 char *user_id = NULL; local
178 fido_assert_user_id_len(assert, idx), &user_id);
193 fprintf(out_f, "%s\n", user_id);
208 free(user_id);
  /src/external/gpl3/gcc.old/dist/libsanitizer/asan/
asan_fuchsia.cpp 121 uptr user_id, bool detached,
128 asanThreadRegistry().CreateThread(user_id, detached, parent_tid, &args);
174 static void *BeforeThreadCreateHook(uptr user_id, bool detached,
186 CreateAsanThread(&stack, parent_tid, user_id, detached, name);
  /src/external/gpl3/gcc.old/dist/gcc/
genmatch.cc 427 class user_id : public id_base class in inherits:id_base
430 user_id (const char *id_, bool is_oper_list_ = false) function in class:user_id
465 is_a_helper <user_id *>::test (id_base *id)
495 if (user_id *uid = dyn_cast<user_id *> (id))
588 if (user_id *uid = dyn_cast<user_id *> (op))
868 operand *result_, vec<vec<user_id *> > for_vec_,
887 vec<vec<user_id *> > for_vec;
888 vec<std::pair<user_id *, id_base *> > for_subst_vec
    [all...]
  /src/external/gpl3/gcc/dist/gcc/
genmatch.cc 549 class user_id : public id_base class in inherits:id_base
552 user_id (const char *id_, bool is_oper_list_ = false) function in class:user_id
587 is_a_helper <user_id *>::test (id_base *id)
645 if (user_id *uid = dyn_cast<user_id *> (id))
738 if (user_id *uid = dyn_cast<user_id *> (op))
1018 operand *result_, vec<vec<user_id *> > for_vec_,
1037 vec<vec<user_id *> > for_vec;
1038 vec<std::pair<user_id *, id_base *> > for_subst_vec
    [all...]
  /src/usr.sbin/npf/npfctl/
npf_parse.y 211 %type <uid> uids uid_item user_id
711 : ALL user_id group_id
746 user_id group_id
750 | FROM maybe_not filt_addr filt_port user_id group_id
754 | TO maybe_not filt_addr filt_port user_id group_id
1047 user_id
  /src/external/bsd/libfido2/dist/examples/
cred.c 28 static const unsigned char user_id[32] = { variable
286 r = fido_cred_set_user(cred, user_id, sizeof(user_id), "john smith",
  /src/external/gpl3/gcc/dist/libsanitizer/hwasan/
hwasan_fuchsia.cpp 94 static void *BeforeThreadCreateHook(uptr user_id, bool detached,

Completed in 79 milliseconds

1 2