HomeSort by relevance Sort by last modified time
    Searched defs:user_id (Results 1 - 4 of 4) sorted by null

  /external/compiler-rt/lib/sanitizer_common/
sanitizer_thread_registry.h 45 uptr user_id; // Some opaque user thread id (e.g. pthread_t). member in class:__sanitizer::ThreadContextBase
97 u32 CreateThread(uptr user_id, bool detached, u32 parent_tid, void *arg);
  /external/bluetooth/bluedroid/btif/src/
btif_sock_thread.c 89 uint32_t user_id; member in struct:__anon2960
110 static inline void add_poll(int h, int fd, int type, int flags, uint32_t user_id);
282 uint32_t user_id; member in struct:__anon2962
284 int btsock_thread_add_fd(int h, int fd, int type, int flags, uint32_t user_id)
303 add_poll(h, fd, type, flags, user_id);
308 sock_cmd_t cmd = {CMD_ADD_FD, fd, type, flags, user_id};
312 int btsock_thread_post_cmd(int h, int type, const unsigned char* data, int size, uint32_t user_id)
324 sock_cmd_t cmd = {CMD_USER_PRIVATE, 0, type, size, user_id};
408 static inline void set_poll(poll_slot_t* ps, int fd, int type, int flags, uint32_t user_id)
411 ps->user_id = user_id
504 uint32_t user_id = ts[h].ps[ps_i].user_id; local
    [all...]
  /external/strace/
desc.c 800 unsigned long user_id; local
801 if (umove(tcp, tcp->u_arg[1], &user_id) == 0)
802 tprintf("{%lu}", user_id);
  /system/security/keystore/
keystore.cpp 896 uid_t user_id = get_user_id(uid); local
897 UserState* userState = getUserState(user_id);
902 uid_t user_id = get_user_id(uid); local
903 UserState* userState = getUserState(user_id);
    [all...]

Completed in 1200 milliseconds