Searched refs:tid (Results 1 – 5 of 5) sorted by relevance
/device/asus/flo/power/ |
D | power_flo.c | 189 pthread_t tid; in uevent_init() local 197 pthread_create(&tid, NULL, thread_uevent, NULL); in uevent_init() 199 client.nl_pid = tid; in uevent_init()
|
/device/lge/hammerhead/power/ |
D | power_hammerhead.c | 189 pthread_t tid; in uevent_init() local 197 pthread_create(&tid, NULL, thread_uevent, NULL); in uevent_init() 199 client.nl_pid = tid; in uevent_init()
|
/device/moto/shamu/camera/QCamera/HAL/usbcamcore/src/ |
D | QCameraMjpegDecode.cpp | 102 int tid; member 211 thread_ctrl_blks[i].tid = i; in mjpegDecode()
|
D | QualcommUsbCamera.cpp | 2019 pid_t tid = 0; in previewloop() local 2034 tid = gettid(); in previewloop() 2036 androidSetThreadPriority(tid, ANDROID_PRIORITY_NORMAL); in previewloop() 2454 pid_t tid = 0; in takePictureThread() local 2468 tid = gettid(); in takePictureThread() 2470 androidSetThreadPriority(tid, ANDROID_PRIORITY_NORMAL); in takePictureThread()
|
/device/htc/flounder/audio/hal/ |
D | audio_hw.c | 2956 static int fast_set_affinity(pid_t tid) { in fast_set_affinity() argument 2976 return sched_setaffinity(tid, sizeof(cpu_set), &cpu_set); in fast_set_affinity() 2996 pid_t tid; in out_write() local 3002 tid = gettid(); in out_write() 3003 err = fast_set_affinity(tid); in out_write() 3005 ALOGW("Couldn't set affinity for tid %d; error %d", tid, err); in out_write() 3691 pid_t tid; in in_read() local 3698 tid = gettid(); in in_read() 3699 err = fast_set_affinity(tid); in in_read() 3701 ALOGW("Couldn't set affinity for tid %d; error %d", tid, err); in in_read()
|