Searched refs:tid (Results 1 – 10 of 10) sorted by relevance
/bionic/libthread_db/ |
D | libthread_db.c | 88 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)48 /* eip */, NULL); in _event_getmsg_helper() 98 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)4 /* ecx */, NULL); in _event_getmsg_helper() 99 gEventMsgHandle.tid = gEventMsgHandle.pid; in _event_getmsg_helper() 103 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL); in _event_getmsg_helper() 108 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL); in _event_getmsg_helper() 109 gEventMsgHandle.tid = gEventMsgHandle.pid; in _event_getmsg_helper() 113 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(64*4) /* pc */, NULL); in _event_getmsg_helper() 117 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(4*4) /* a0 */, NULL); in _event_getmsg_helper() 118 gEventMsgHandle.tid = gEventMsgHandle.pid; in _event_getmsg_helper() 155 th->tid = lwpid; in td_ta_map_lwp2thr() [all …]
|
/bionic/linker/ |
D | debugger.c | 39 extern int tgkill(int tgid, int tid, int sig); 57 pid_t tid; member 194 unsigned tid; in debugger_signal_handler() local 207 tid = gettid(); in debugger_signal_handler() 219 msg.tid = tid; in debugger_signal_handler() 224 RETRY_ON_EINTR(ret, read(s, &tid, 1)); in debugger_signal_handler()
|
/bionic/libc/private/ |
D | bionic_pthread.h | 38 extern int __pthread_settid(pthread_t thid, pid_t tid);
|
/bionic/libc/bionic/ |
D | pthread.c | 348 int tid = __pthread_clone((int(*)(void*))start_routine, tls, flags, arg); in pthread_create() local 350 if (tid < 0) { in pthread_create() 361 int init_errno = _init_thread(thread, tid, (pthread_attr_t*) attr, stack, true); in pthread_create() 374 _thread_created_hook(tid); in pthread_create() 1182 int mvalue, mtype, tid, new_lock_type, shared; in pthread_mutex_lock_impl() local 1198 tid = __get_thread()->kernel_id; in pthread_mutex_lock_impl() 1199 if ( tid == MUTEX_OWNER_FROM_BITS(mvalue) ) in pthread_mutex_lock_impl() 1209 int newval = MUTEX_OWNER_TO_BITS(tid) | mtype | MUTEX_STATE_BITS_LOCKED_UNCONTENDED; in pthread_mutex_lock_impl() 1228 newval = MUTEX_OWNER_TO_BITS(tid) | mtype | MUTEX_STATE_BITS_LOCKED_CONTENDED; in pthread_mutex_lock_impl() 1276 int mvalue, mtype, tid, oldv, shared; in pthread_mutex_unlock_impl() local [all …]
|
D | pthread_debug.c | 614 pid_t tid = gettid(); in mutex_lock_checked() local 615 if (object->owner == tid) { in mutex_lock_checked() 620 object->owner = tid; in mutex_lock_checked() 666 pid_t tid = gettid(); in mutex_unlock_checked() local 667 if (object->owner == tid) { in mutex_unlock_checked()
|
/bionic/libc/kernel/common/linux/ |
D | smb.h | 54 __u16 tid; member
|
/bionic/libc/include/ |
D | pthread.h | 266 int pthread_kill(pthread_t tid, int sig); 269 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
|
/bionic/libthread_db/include/ |
D | thread_db.h | 76 pid_t tid; member
|
/bionic/libc/kernel/common/sound/ |
D | asound.h | 559 struct snd_timer_id tid; member 575 struct snd_timer_id tid; member 582 struct snd_timer_id tid; member
|
/bionic/libc/ |
D | SYSCALLS.TXT | 79 int tkill(pid_t tid, int sig) -1,238,236 80 int tgkill(pid_t tgid, pid_t tid, int sig) -1,270,266
|