Home
last modified time | relevance | path

Searched refs:rt (Results 1 – 25 of 45) sorted by relevance

12

/hardware/google/gfxstream/guest/mesa/src/c11/impl/
Dthreads_posix.c117 int rt; in cnd_timedwait() local
123 rt = pthread_cond_timedwait(cond, mtx, abs_time); in cnd_timedwait()
124 if (rt == ETIMEDOUT) in cnd_timedwait()
126 return (rt == 0) ? thrd_success : thrd_error; in cnd_timedwait()
229 int rt; in mtx_timedlock() local
230 rt = pthread_mutex_timedlock(mtx, ts); in mtx_timedlock()
231 if (rt == 0) in mtx_timedlock()
233 return (rt == ETIMEDOUT) ? thrd_timedout : thrd_error; in mtx_timedlock()
/hardware/google/gfxstream/guest/mesa/src/util/
Dcnd_monotonic.h124 int rt = pthread_cond_timedwait(&cond->cond, mtx, abs_time); in u_cnd_monotonic_timedwait() local
125 if (rt == ETIMEDOUT) in u_cnd_monotonic_timedwait()
127 return (rt == 0) ? thrd_success : thrd_error; in u_cnd_monotonic_timedwait()
/hardware/interfaces/uwb/aidl/default/src/
Dservice.rs29 let rt = Runtime::new()?; in main() localVariable
39 uwb::Uwb::from_chips(chips, rt.handle().clone()), in main()
/hardware/interfaces/audio/aidl/default/
Dandroid.hardware.audio.service-aidl.example.rc10 ioprio rt 4
22 ioprio rt 4
/hardware/interfaces/cas/1.2/default/
Dandroid.hardware.cas@1.2-service.rc6 ioprio rt 4
/hardware/interfaces/cas/1.1/default/
Dandroid.hardware.cas@1.1-service.rc6 ioprio rt 4
Dandroid.hardware.cas@1.1-service-lazy.rc10 ioprio rt 4
/hardware/interfaces/cas/1.0/default/
Dandroid.hardware.cas@1.0-service.rc6 ioprio rt 4
Dandroid.hardware.cas@1.0-service-lazy.rc9 ioprio rt 4
/hardware/interfaces/audio/common/7.0/example/
Dandroid.hardware.audio@7.0-service.example.rc6 ioprio rt 4
/hardware/interfaces/tv/tuner/1.0/default/
Dandroid.hardware.tv.tuner@1.0-service.rc5 ioprio rt 4
Dandroid.hardware.tv.tuner@1.0-service-lazy.rc8 ioprio rt 4
/hardware/interfaces/tv/tuner/1.1/default/
Dandroid.hardware.tv.tuner@1.1-service.rc5 ioprio rt 4
/hardware/interfaces/drm/1.0/default/
Dandroid.hardware.drm@1.0-service.rc7 ioprio rt 4
Dandroid.hardware.drm@1.0-service-lazy.rc9 ioprio rt 4
/hardware/interfaces/camera/provider/2.4/default/
Dandroid.hardware.camera.provider@2.4-service_64.rc6 ioprio rt 4
Dandroid.hardware.camera.provider@2.4-service.rc6 ioprio rt 4
Dandroid.hardware.camera.provider@2.4-service-lazy.rc8 ioprio rt 4
Dandroid.hardware.camera.provider@2.4-external-service.rc6 ioprio rt 4
Dandroid.hardware.camera.provider@2.4-service-lazy_64.rc8 ioprio rt 4
/hardware/interfaces/tv/tuner/aidl/default/
Dtuner-default.rc5 ioprio rt 4
Dtuner-default-lazy.rc5 ioprio rt 4
/hardware/interfaces/cas/aidl/default/
Dcas-default.rc7 ioprio rt 4
Dcas-default-lazy.rc7 ioprio rt 4
/hardware/interfaces/camera/provider/default/
Dandroid.hardware.camera.provider-V1-external-service.rc6 ioprio rt 4

12