HomeSort by relevance Sort by last modified time
    Searched refs:tid (Results 1 - 25 of 176) sorted by null

1 2 3 4 5 6 7 8

  /system/core/include/cutils/
sched_policy.h 29 extern int set_sched_policy(int tid, SchedPolicy policy);
30 extern int get_sched_policy(int tid, SchedPolicy *policy);
  /development/simulator/app/
LogBundle.h 33 unsigned tid; member in struct:android_LogBundle
35 pthread_t tid; member in struct:android_LogBundle
  /device/samsung/crespo/alsa-lib/src/timer/
timer_query.c 217 * \param tid timer identification
220 * if tid->dev_class is -1, then the first device is returned
221 * if result tid->dev_class is -1, no more devices are left
223 int snd_timer_query_next_device(snd_timer_query_t *timer, snd_timer_id_t *tid)
226 assert(tid);
227 return timer->ops->next_device(timer, tid);
283 * \param tid pointer to #snd_timer_id_t structure
286 int snd_timer_ginfo_set_tid(snd_timer_ginfo_t *obj, snd_timer_id_t *tid)
288 obj->tid = *((snd_timer_id_t *)tid);
    [all...]
  /system/core/libcutils/
sched_policy.c 55 /* Add tid to the scheduling group defined by the policy */
56 static int add_tid_to_cgroup(int tid, SchedPolicy policy)
72 // specialized itoa -- works for tid > 0
77 while (tid > 0) {
78 *--ptr = '0' + (tid % 10);
79 tid = tid / 10;
129 static int getSchedulerGroup(int tid, char* buf, size_t bufLen)
136 snprintf(pathBuf, sizeof(pathBuf), "/proc/%d/cgroup", tid);
190 int get_sched_policy(int tid, SchedPolicy *policy
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/stack/
DefaultMessageLogFactory.java 17 String firstLine, String tid, String callId, long tsHeaderValue) {
19 isSender, firstLine, tid, callId, tsHeaderValue);
24 String firstLine, String tid, String callId, long timestampVal) {
26 isSender, firstLine, tid, callId, timestampVal);
MessageLog.java 59 private String tid; field in class:MessageLog
89 String tid,
108 this.tid = tid;
122 String tid,
135 this.tid = tid;
161 + tid
  /frameworks/base/core/jni/
android_server_Watchdog.cpp 30 static void dumpOneStack(int tid, int outFd) {
33 snprintf(buf, sizeof(buf), "/proc/%d/stack", tid);
50 LOGE("Unable to open stack of tid %d : %d (%s)", tid, errno, strerror(errno));
81 int tid = atoi(ent->d_name); local
82 if (tid > 0 && tid <= 65535) {
84 dumpOneStack(tid, outFd);
  /external/bluetooth/bluez/cups/
hcrp.c 55 uint16_t tid; member in struct:hcrp_pdu_hdr
82 static int hcrp_credit_grant(int sk, uint16_t tid, uint32_t credit)
91 hdr.tid = htons(tid);
110 static int hcrp_credit_request(int sk, uint16_t tid, uint32_t *credit)
118 hdr.tid = htons(tid);
138 static int hcrp_get_lpt_status(int sk, uint16_t tid, uint8_t *lpt_status)
146 hdr.tid = htons(tid);
183 uint16_t tid = 0; local
    [all...]
  /system/core/toolbox/
schedtop.c 17 int tid; member in struct:thread_info
92 static void add_thread(int pid, int tid, struct thread_info *proc_info)
98 if(tid == 0)
103 info->tid = tid;
105 if(tid)
106 sprintf(line, "/proc/%d/task/%d/schedstat", pid, tid);
120 if (!tid) {
128 if (tid)
129 sprintf(line, "/proc/%d/task/%d/stat", pid, tid);
163 int tid = atoi(de->d_name); local
175 int tid = last_threads.data[i].tid; local
230 int tid = last_processes.data[i].tid; local
    [all...]
  /external/nist-sip/java/gov/nist/javax/sip/
LogRecordFactory.java 25 * @param tid -- the transaction id
35 String firstLine, String tid, String callId, long timestampVal);
  /system/extras/tests/bionic/libc/other/
test_timer_create2.c 51 timer_t tid; local
59 if (timer_create (CLOCK_REALTIME, &se, &tid) < 0)
64 printf("timer_create successfully = %d.\n", (int)tid);
69 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
test_timer_create3.c 35 static timer_t tid; variable
60 timer_settime(tid, TIMER_ABSTIME, &ts, NULL);
76 if (timer_create (CLOCK_REALTIME, &se, &tid) < 0)
86 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
test_timer_create.c 51 timer_t tid; local
60 if (timer_create (CLOCK_REALTIME, &se, &tid) < 0)
70 if (timer_settime (tid, TIMER_ABSTIME, &ts, &ots) < 0)
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
ThreadInfo.java 52 void updateThread(int status, int tid, int utime, int stime, boolean isDaemon) {
55 mTid = tid;
89 * Returns the system tid.
  /bionic/linker/
debugger.c 92 unsigned tid; local
98 tid = gettid();
103 * local socket but we need to tell it our tid. It
104 * is paranoid and will verify that we are giving a tid
109 RETRY_ON_EINTR(ret, write(s, &tid, sizeof(unsigned)));
113 RETRY_ON_EINTR(ret, read(s, &tid, 1));
  /external/oprofile/libop/
op_mangle.h 47 pid_t tid; member in struct:mangle_values
  /external/bluetooth/hcidump/parser/
hcrp.c 85 uint16_t pid, tid, plen, status; local
89 tid = get_u16(frm);
94 printf("HCRP %s %s: tid 0x%x plen %d",
95 pid2str(pid), frm->in ? "rsp" : "cmd", tid, plen);
  /system/core/debuggerd/
debuggerd.c 256 _LOG(tfd, !at_fault, "tid %d not responding!\n", pid);
380 void dump_crash_banner(int tfd, unsigned pid, unsigned tid, int sig)
396 _LOG(tfd, false, "pid: %d, tid: %d >>> %s <<<\n",
397 pid, tid, x ? x : "UNKNOWN");
399 if(sig) dump_fault_addr(tfd, tid, sig);
436 void dump_crash_report(int tfd, unsigned pid, unsigned tid, bool at_fault)
448 _LOG(tfd, true, "pid: %d, tid: %d\n", pid, tid);
451 dump_registers(tfd, tid, at_fault);
469 parse_exidx_info(milist, tid);
727 unsigned tid; local
    [all...]
  /bionic/libthread_db/
libthread_db.c 84 pc = (void *)ptrace(PTRACE_PEEKUSR, handle->tid, (void *)60 /* r15/pc */, NULL);
89 gEventMsgHandle.pid = ptrace(PTRACE_PEEKUSR, handle->tid, (void *)0 /* r0 */, NULL);
90 gEventMsgHandle.tid = gEventMsgHandle.pid;
126 th->tid = lwpid;
134 info->ti_tid = handle->tid;
135 info->ti_lid = handle->tid; // Our pthreads uses kernel ids for tids
136 info->ti_state = TD_THR_SLEEP; /* XXX this needs to be read from /proc/<pid>/task/<tid>.
207 handle.tid = atoi(entry->d_name);
  /external/oprofile/daemon/
opd_spu.c 23 pid_t tid; member in struct:spu_context_info
68 trans->tid = pop_buffer_value(trans);
74 printf("SPU_CTX_SWITCH to tid %lu, tgid %lu, cookie %llx(%s)\n",
75 (unsigned long)trans->tid, (unsigned long)trans->tgid,
94 spu_context_cache[i].tid = trans->tid;
104 trans->tid = spu_context_cache[i].tid;
  /system/extras/latencytop/
latencytop.c 45 static struct latency_entry *read_thread_stats(struct latency_entry *list, int erase, int pid, int tid, int fatal);
71 int pid, tid; local
77 pid = tid = 0;
113 tid = atoi(argv[++i]);
121 if (tid && !pid) {
146 if (tid) {
147 e = read_thread_stats(e, erase, pid, tid, 1);
158 if (tid) {
159 printf("Latencies for thread %d in process %d:\n", tid, pid);
206 int tid; local
    [all...]
  /bionic/libc/kernel/common/linux/
smb.h 48 __u16 tid; member in struct:smb_conn_opt
  /development/ndk/platforms/android-3/include/linux/
smb.h 48 __u16 tid; member in struct:smb_conn_opt
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/linux/
smb.h 48 __u16 tid; member in struct:smb_conn_opt
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/linux/
smb.h 48 __u16 tid; member in struct:smb_conn_opt

Completed in 375 milliseconds

1 2 3 4 5 6 7 8