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

1 23 4 5 6 7 8

  /external/oprofile/daemon/
opd_trans.h 54 pid_t tid; member in struct:transient
opd_sfile.c 47 val ^= trans->tid << 2;
84 pid_t tgid, pid_t tid, unsigned int cpu)
94 if (sf->tid != tid || sf->tgid != tgid)
126 trans->anon, trans->tgid, trans->tid, trans->cpu);
134 sf2->anon, sf2->tgid, sf2->tid, sf2->cpu);
178 sf->tid = (pid_t)-1;
196 sf->tid = trans->tid;
opd_mangling.c 98 values.tid = sf->tid;
  /frameworks/base/cmds/bootanimation/
BootAnimation.h 64 mutable GLuint tid; member in struct:android::BootAnimation::Animation::Frame
  /system/core/include/cutils/
logprint.h 48 pthread_t tid; member in struct:AndroidLogEntry_t
  /frameworks/base/libs/utils/
Threads.cpp 307 int androidSetThreadSchedulingGroup(pid_t tid, int grp)
316 if (set_sched_policy(tid, (grp == ANDROID_TGROUP_BG_NONINTERACT) ?
326 int androidSetThreadPriority(pid_t tid, int pri)
336 rc = set_sched_policy(tid, SP_BACKGROUND);
337 } else if (getpriority(PRIO_PROCESS, tid) >= ANDROID_PRIORITY_BACKGROUND) {
338 rc = set_sched_policy(tid, SP_FOREGROUND);
346 if (setpriority(PRIO_PROCESS, tid, pri) < 0) {
486 //printf("+++ wait: incr waitersCount to %d (tid=%ld)\n",
502 //printf("+++ wait: awake (tid=%ld)\n", getThreadId());
  /libcore/luni/src/main/java/java/util/concurrent/locks/
ReentrantReadWriteLock.java 252 final long tid = Thread.currentThread().getId(); field in class:ReentrantReadWriteLock.Sync.HoldCounter
395 if (rh == null || rh.tid != current.getId())
453 if (rh == null || rh.tid != current.getId())
490 if (rh == null || rh.tid != current.getId()) {
511 if (rh == null || rh.tid != current.getId())
567 if (rh == null || rh.tid != current.getId())
618 if (rh != null && rh.tid == current.getId())
    [all...]
  /hardware/ti/wlan/wl1271/stad/src/Data_link/
txCtrl.c 99 /* AC to TID translation is bivalent so update TID only if the AC was changed. */
100 #define SELECT_AC_FOR_TID(ptc,tid,ac) \
101 ac = ptc->highestAdmittedAc[WMEQosTagToACTable[tid]]; \
102 if (ac != WMEQosTagToACTable[tid]) \
103 tid = WMEQosAcToTid[ac]
275 /* Update queues mapping (AC/TID/Backpressure) after module init. */
339 /* Get an admitted AC corresponding to the packet TID.
340 * If downgraded due to admission limitation, the TID is downgraded as well.
342 SELECT_AC_FOR_TID (pTxCtrl, pPktCtrlBlk->tTxDescriptor.tid, uAc)
1037 TI_UINT32 tid; local
    [all...]
TxDataClsfr.c 229 * It sets the TID field with the classification result.
231 * - D-Tag - Transparent (TID = Dtag)
254 pPktCtrlBlk->tTxDescriptor.tid = 0;
265 pPktCtrlBlk->tTxDescriptor.tid = uPacketDtag;
281 /* looking for the specific DSCP, if found, its corresponding D-tag is set to the TID */
286 pPktCtrlBlk->tTxDescriptor.tid = pClsfrParams->ClsfrTable[i].DTag;
287 TRACE2(pTxDataQ->hReport, REPORT_SEVERITY_INFORMATION , "Classifier DSCP_CLSFR found match - entry %d - Tid = %d\n",i,pPktCtrlBlk->tTxDescriptor.tid);
304 /* Looking for the specific port number. If found, its corresponding D-tag is set to the TID. */
309 pPktCtrlBlk->tTxDescriptor.tid = pClsfrParams->ClsfrTable[i].DTag
    [all...]
  /system/wlan/ti/wilink_6_1/stad/src/Data_link/
txCtrl.c 99 /* AC to TID translation is bivalent so update TID only if the AC was changed. */
100 #define SELECT_AC_FOR_TID(ptc,tid,ac) \
101 ac = ptc->highestAdmittedAc[WMEQosTagToACTable[tid]]; \
102 if (ac != WMEQosTagToACTable[tid]) \
103 tid = WMEQosAcToTid[ac]
273 /* Update queues mapping (AC/TID/Backpressure) after module init. */
337 /* Get an admitted AC corresponding to the packet TID.
338 * If downgraded due to admission limitation, the TID is downgraded as well.
340 SELECT_AC_FOR_TID (pTxCtrl, pPktCtrlBlk->tTxDescriptor.tid, uAc)
1023 TI_UINT32 tid; local
    [all...]
TxDataClsfr.c 229 * It sets the TID field with the classification result.
231 * - D-Tag - Transparent (TID = Dtag)
254 pPktCtrlBlk->tTxDescriptor.tid = 0;
265 pPktCtrlBlk->tTxDescriptor.tid = uPacketDtag;
281 /* looking for the specific DSCP, if found, its corresponding D-tag is set to the TID */
286 pPktCtrlBlk->tTxDescriptor.tid = pClsfrParams->ClsfrTable[i].DTag;
287 TRACE2(pTxDataQ->hReport, REPORT_SEVERITY_INFORMATION , "Classifier DSCP_CLSFR found match - entry %d - Tid = %d\n",i,pPktCtrlBlk->tTxDescriptor.tid);
304 /* Looking for the specific port number. If found, its corresponding D-tag is set to the TID. */
309 pPktCtrlBlk->tTxDescriptor.tid = pClsfrParams->ClsfrTable[i].DTag
    [all...]
  /external/chromium/base/
simple_thread_unittest.cc 125 IntToString(thread.tid()));
131 // We keep the name and tid, even after the thread is gone.
134 IntToString(thread.tid()));
simple_thread.h 74 // Every thread has a name, in the form of |name_prefix|/TID, for example
97 // Return the completed name including TID, only valid after Start().
101 PlatformThreadId tid() { return tid_; } function in class:base::SimpleThread
  /development/ndk/platforms/android-3/include/
thread_db.h 75 pid_t tid; member in struct:__anon1143
  /development/simulator/wrapsim/
DevLog.c 234 pid_t pid, tid; local
241 pid = tid = getpid(); // find gettid()?
279 "%c(%5d:%p) ", priChar, pid, (void*)tid);
294 timeBuf, pid, (void*)tid, priChar, tag);
  /external/oprofile/libop/
op_mangle.c 62 /* provision for tgid, tid, unit_mask, cpu and some {root}, {dep},
92 sprintf(mangled + strlen(mangled), "%d.", values->tid);
  /hardware/ti/wlan/wl1271/stad/src/Sta_Management/
trafficAdmControl.h 128 TI_STATUS trafficAdmCtrl_stopAdmRequest(TI_HANDLE hTrafficAdmCtrl, TI_UINT8 tid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-3/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon13859
  /prebuilt/ndk/android-ndk-r4/platforms/android-4/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon14213
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon14567
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon14992
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon15351
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
thread_db.h 75 pid_t tid; member in struct:__anon15781
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/
HandleThread.java 136 * (4b) tid
161 int threadId, status, tid, utime, stime; local
166 tid = data.getInt();
173 + ", status=" + status + ", tid=" + tid
179 threadInfo.updateThread(status, tid, utime, stime, isDaemon);
  /system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/
trafficAdmControl.h 125 TI_STATUS trafficAdmCtrl_stopAdmRequest(TI_HANDLE hTrafficAdmCtrl, UINT8 tid);

Completed in 1625 milliseconds

1 23 4 5 6 7 8