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

1 2 3 45 6 7 8

  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-arm/usr/include/
pthread.h 195 int pthread_kill(pthread_t tid, int sig);
198 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-5/arch-x86/usr/include/
pthread.h 222 int pthread_kill(pthread_t tid, int sig);
225 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-arm/usr/include/
pthread.h 227 int pthread_kill(pthread_t tid, int sig);
230 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /prebuilt/ndk/android-ndk-r4/platforms/android-8/arch-x86/usr/include/
pthread.h 227 int pthread_kill(pthread_t tid, int sig);
230 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
  /sdk/ddms/libs/ddmlib/src/com/android/ddmlib/log/
GcEventContainer.java 56 GcEventContainer(int tag, int pid, int tid, int sec, int nsec, Object data) {
57 super(tag, pid, tid, sec, nsec, data);
  /external/gtest/test/
gtest_output_test_.cc 864 pthread_t tid; local
865 pthread_create(&tid,
869 pthread_join(tid, NULL);
  /external/protobuf/gtest/test/
gtest_output_test_.cc 857 pthread_t tid; local
858 pthread_create(&tid,
862 pthread_join(tid, NULL);
  /system/core/adb/
sysdeps.h 62 typedef struct { unsigned tid; } adb_thread_t; member in struct:__anon15874
70 thread->tid = _beginthread( (win_thread_func_t)func, 0, arg );
71 if (thread->tid == (unsigned)-1L) {
usb_windows.c 180 adb_thread_t tid; local
182 if(adb_thread_create(&tid, device_poll_thread, NULL)) {
usb_libusb.c 629 adb_thread_t tid; local
651 if (adb_thread_create(&tid, device_poll_thread, NULL)) {
usb_osx.c 408 adb_thread_t tid; local
416 if(adb_thread_create(&tid, RunLoopThread, NULL))
  /external/bluetooth/hcidump/parser/
sdp.c 52 uint16_t tid; member in struct:__anon2273
678 uint16_t tid = ntohs(hdr->tid); local
687 printf("SDP %s: tid 0x%x len 0x%x\n", pid2str(hdr->pid), tid, len);
  /external/webkit/WebKit/mac/Misc/
WebNSFileManagerExtras.m 181 pthread_t tid;
192 pthread_create(&tid, &attr, setMetaData, info);
  /frameworks/base/cmds/bootanimation/
BootAnimation.cpp 454 glBindTexture(GL_TEXTURE_2D, frame.tid);
457 glGenTextures(1, &frame.tid);
458 glBindTexture(GL_TEXTURE_2D, frame.tid);
496 glDeleteTextures(1, &frame.tid);
  /hardware/ti/wlan/wl1271/TWD/Data_Service/
txCtrlBlk.c 277 WLAN_OS_REPORT(("Entry %d: DescID=%d, Next=0x%x, Len=%d, StartTime=%d, TID=%d, ExtraBlks=%d, TotalBlks=%d, Flags=0x%x\n",
283 pTxCtrlBlk->aTxCtrlBlkTbl[entry].tTxDescriptor.tid,
  /system/wlan/ti/wilink_6_1/TWD/Data_Service/
txCtrlBlk.c 271 WLAN_OS_REPORT(("Entry %d: DescID=%d, Next=0x%x, Len=%d, StartTime=%d, TID=%d, ExtraBlks=%d, TotalBlks=%d, Flags=0x%x\n",
277 pTxCtrlBlk->aTxCtrlBlkTbl[entry].tTxDescriptor.tid,
  /system/wlan/ti/wilink_6_1/TWD/FW_Transfer/
txXfer.c 229 TRACE11(pTxXfer->hReport, REPORT_SEVERITY_INFORMATION, ": Status=%d, PktType=%d, Len0=%d, Len1=%d, Length=%d, ExtraBlks=%d, TotalBlks=%d, TxAttr=0x%x, TID=%d, DescID=%d, StartTime=%d\n", eStatus, pPktCtrlBlk->tTxPktParams.uPktType, pPktCtrlBlk->tTxnStruct.aLen[0], pPktCtrlBlk->tTxnStruct.aLen[1], pPktCtrlBlk->tTxDescriptor.length, pPktCtrlBlk->tTxDescriptor.extraMemBlks, pPktCtrlBlk->tTxDescriptor.totalMemBlks, pPktCtrlBlk->tTxDescriptor.txAttr, pPktCtrlBlk->tTxDescriptor.tid, pPktCtrlBlk->tTxDescriptor.descID, pPktCtrlBlk->tTxDescriptor.startTime);
  /external/openssl/crypto/err/
err.h 150 CRYPTO_THREADID tid; member in struct:err_state_st
355 void ERR_remove_thread_state(const CRYPTO_THREADID *tid);
  /external/openssl/include/openssl/
err.h 150 CRYPTO_THREADID tid; member in struct:err_state_st
355 void ERR_remove_thread_state(const CRYPTO_THREADID *tid);
  /frameworks/base/include/utils/
threads.h 137 extern int androidSetThreadSchedulingGroup(pid_t tid, int grp);
143 extern int androidSetThreadPriority(pid_t tid, int prio);
  /device/samsung/crespo/alsa-lib/include/sound/
asound.h 609 struct sndrv_timer_id tid; /* requested timer ID */ member in struct:sndrv_timer_ginfo
623 struct sndrv_timer_id tid; /* requested timer ID */ member in struct:sndrv_timer_gparams
630 struct sndrv_timer_id tid; /* requested timer ID */ member in struct:sndrv_timer_gstatus
    [all...]
  /device/samsung/crespo/libaudio2/
asound.h 503 struct snd_timer_id tid; member in struct:snd_timer_ginfo
517 struct snd_timer_id tid; member in struct:snd_timer_gparams
524 struct snd_timer_id tid; member in struct:snd_timer_gstatus
  /dalvik/vm/
Ddm.c 372 static bool getThreadStats(pid_t pid, pid_t tid, unsigned long* pUtime,
408 sprintf(nameBuf, "/proc/%d/task/%d/stat", (int) pid, (int) tid);
466 * (4b) tid
  /external/iproute2/ip/
iproute.c 895 __u32 tid; local
897 if (rtnl_rttable_a2n(&tid, *argv))
899 if (tid < 256)
900 req.r.rtm_table = tid;
903 addattr32(&req.n, sizeof(req), RTA_TABLE, tid);
1058 __u32 tid; local
1060 if (rtnl_rttable_a2n(&tid, *argv)) {
1071 filter.tb = tid;
    [all...]
  /hardware/ti/wlan/wl1271/TWD/Ctrl/
CmdBldDb.h 249 TPsRxStreaming tid[MAX_NUM_OF_802_1d_TAGS]; member in struct:__anon10240

Completed in 1073 milliseconds

1 2 3 45 6 7 8