Searched refs:tid (Results 1 - 9 of 9) sorted by relevance

/bionic/libc/private/
H A Dbionic_pthread.h38 extern int __pthread_settid(pthread_t thid, pid_t tid);
/bionic/libthread_db/
H A Dlibthread_db.c88 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)48 /* eip */, NULL);
98 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)4 /* ecx */, NULL);
99 gEventMsgHandle.tid = gEventMsgHandle.pid;
103 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL);
108 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL);
109 gEventMsgHandle.tid = gEventMsgHandle.pid;
113 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(64*4) /* pc */, NULL);
117 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)(4*4) /* a0 */, NULL);
118 gEventMsgHandle.tid = gEventMsgHandle.pid;
155 th->tid
[all...]
/bionic/linker/
H A Ddebugger.c39 extern int tgkill(int tgid, int tid, int sig);
57 pid_t tid; member in struct:__anon728
194 unsigned tid; local
207 tid = gettid();
212 * local socket but we need to tell it our tid. It
213 * is paranoid and will verify that we are giving a tid
219 msg.tid = tid;
224 RETRY_ON_EINTR(ret, read(s, &tid, 1));
/bionic/libc/kernel/common/linux/
H A Dsmb.h54 __u16 tid; member in struct:smb_conn_opt
/bionic/libc/bionic/
H A Dpthread.c348 int tid = __pthread_clone((int(*)(void*))start_routine, tls, flags, arg); local
350 if (tid < 0) {
361 int init_errno = _init_thread(thread, tid, (pthread_attr_t*) attr, stack, true);
374 _thread_created_hook(tid);
757 * 31-16 tid owner thread's kernel id (recursive and errorcheck only)
1182 int mvalue, mtype, tid, new_lock_type, shared; local
1198 tid = __get_thread()->kernel_id;
1199 if ( tid == MUTEX_OWNER_FROM_BITS(mvalue) )
1209 int newval = MUTEX_OWNER_TO_BITS(tid) | mtype | MUTEX_STATE_BITS_LOCKED_UNCONTENDED;
1228 newval = MUTEX_OWNER_TO_BITS(tid) | mtyp
1276 int mvalue, mtype, tid, oldv, shared; local
1343 int mvalue, mtype, tid, oldv, shared; local
1438 int mvalue, mtype, tid, oldv, new_lock_type, shared; local
2085 pthread_kill(pthread_t tid, int sig) argument
2153 pthread_getcpuclockid(pthread_t tid, clockid_t *clockid) argument
2303 __pthread_settid(pthread_t thid, pid_t tid) argument
[all...]
H A Dpthread_debug.c554 LOGW("pid: %d, tid: %d >>> %s <<<", getpid(), gettid(), __progname);
614 pid_t tid = gettid(); local
615 if (object->owner == tid) {
620 object->owner = tid;
666 pid_t tid = gettid(); local
667 if (object->owner == tid) {
/bionic/libthread_db/include/
H A Dthread_db.h76 pid_t tid; member in struct:__anon719
/bionic/libc/include/
H A Dpthread.h266 int pthread_kill(pthread_t tid, int sig);
269 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
/bionic/libc/kernel/common/sound/
H A Dasound.h559 struct snd_timer_id tid; member in struct:snd_timer_ginfo
575 struct snd_timer_id tid; member in struct:snd_timer_gparams
582 struct snd_timer_id tid; member in struct:snd_timer_gstatus

Completed in 372 milliseconds