/system/wlan/ti/wilink_6_1/stad/src/Sta_Management/ |
trafficAdmControl.h | 128 TI_STATUS trafficAdmCtrl_stopAdmRequest(TI_HANDLE hTrafficAdmCtrl, TI_UINT8 tid);
|
qosMngr_API.h | 65 TI_UINT8 tid; member in struct:__anon17753
|
/external/openssl/crypto/bn/ |
bn_blind.c | 128 CRYPTO_THREADID tid; member in struct:bn_blinding_st 164 CRYPTO_THREADID_current(&ret->tid); 284 return &b->tid;
|
/external/oprofile/daemon/ |
opd_trans.c | 151 trans->tid = pop_buffer_value(trans); 162 printf("CTX_SWITCH to tid %lu, tgid %lu, cookie %llx(%s)\n", 163 (unsigned long)trans->tid, (unsigned long)trans->tgid, 307 .tid = -1,
|
/frameworks/base/core/java/android/os/ |
Process.java | 621 * @param tid The identifier of the thread/process to change. 626 * <var>tid</var> does not exist. 631 public static final native void setThreadPriority(int tid, int priority) 646 * @param tid The indentifier of the thread/process to change. 650 * <var>tid</var> does not exist. 655 public static final native void setThreadGroup(int tid, int group) 664 * <var>tid</var> does not exist. 680 * <var>tid</var> does not exist. 693 * @param tid The identifier of the thread/process to change. 700 * <var>tid</var> does not exist [all...] |
/external/iproute2/ip/ |
iprule.c | 295 __u32 tid; local 297 if (rtnl_rttable_a2n(&tid, *argv)) 299 if (tid < 256) 300 req.r.rtm_table = tid; 303 addattr32(&req.n, sizeof(req), FRA_TABLE, tid);
|
/system/core/liblog/ |
fake_log_device.c | 357 pid_t pid, tid; local 363 pid = tid = getpid(); // find gettid()? 401 "%c(%5d:%p) ", priChar, pid, (void*)tid); 415 "%s %5d %5d %c %-8s \n\t", timeBuf, pid, tid, priChar, tag); 421 timeBuf, pid, (void*)tid, priChar, tag);
|
logprint.c | 359 entry->tid = buf->tid; 570 entry->tid = buf->tid; 715 "%c(%5d:%p) ", priChar, entry->pid, (void*)entry->tid); 735 (int)entry->pid, (int)entry->tid, priChar, entry->tag); 743 (void*)entry->tid, priChar, entry->tag);
|
/external/openssl/crypto/err/ |
err.c | 432 return CRYPTO_THREADID_hash(&a->tid) * 13; 438 return CRYPTO_THREADID_cmp(&a->tid, &b->tid); 988 CRYPTO_THREADID_cpy(&tmp.tid, id); 990 CRYPTO_THREADID_current(&tmp.tid); 1009 CRYPTO_THREADID tid; local 1012 CRYPTO_THREADID_current(&tid); 1013 CRYPTO_THREADID_cpy(&tmp.tid, &tid); 1021 CRYPTO_THREADID_cpy(&ret->tid, &tid) [all...] |
/bionic/libthread_db/include/ |
thread_db.h | 78 pid_t tid; member in struct:__anon571
|
/development/ndk/platforms/android-9/include/ |
thread_db.h | 78 pid_t tid; member in struct:__anon1290
|
pthread.h | 264 int pthread_kill(pthread_t tid, int sig); 267 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
|
/external/kernel-headers/original/linux/ |
jbd.h | 991 int log_start_commit(journal_t *journal, tid_t tid); 992 int __log_start_commit(journal_t *journal, tid_t tid); 993 int journal_start_commit(journal_t *journal, tid_t *tid); 995 int log_wait_commit(journal_t *journal, tid_t tid); [all...] |
/external/qemu/memcheck/ |
memcheck_proc_management.h | 113 uint32_t tid; member in struct:ThreadDesc
|
/hardware/ti/wlan/wl1271/TWD/FirmwareApi/ |
public_descriptors.h | 111 uint8 tid; /* The packet TID value (as User-Priority) */ member in struct:TxIfDescriptor_t
|
/hardware/ti/wlan/wl1271/stad/src/Sta_Management/ |
qosMngr_API.h | 65 TI_UINT8 tid; member in struct:__anon11038
|
/system/wlan/ti/sta_dk_4_0_4_32/common/src/Management/QOS/Inc/ |
qosMngr_API.h | 62 UINT8 tid; member in struct:__anon16379
|
/system/wlan/ti/wilink_6_1/TWD/FirmwareApi/ |
public_descriptors.h | 111 uint8 tid; /* The packet TID value (as User-Priority) */ member in struct:TxIfDescriptor_t
|
/bionic/libc/include/ |
pthread.h | 262 int pthread_kill(pthread_t tid, int sig); 265 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
|
/development/ndk/platforms/android-3/include/ |
pthread.h | 195 int pthread_kill(pthread_t tid, int sig); 198 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
|
/development/ndk/platforms/android-5/include/ |
pthread.h | 222 int pthread_kill(pthread_t tid, int sig); 225 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
|
/development/ndk/platforms/android-8/include/ |
pthread.h | 227 int pthread_kill(pthread_t tid, int sig); 230 int pthread_getcpuclockid(pthread_t tid, clockid_t *clockid);
|
/device/samsung/crespo/alsa-lib/include/ |
timer.h | 143 int snd_timer_query_next_device(snd_timer_query_t *handle, snd_timer_id_t *tid); 190 int snd_timer_ginfo_set_tid(snd_timer_ginfo_t *obj, snd_timer_id_t *tid);
|
/prebuilt/ndk/android-ndk-r4/platforms/android-3/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-4/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);
|