Searched refs:rt (Results 1 – 12 of 12) sorted by relevance
103 struct timespec rt; in hwc_vsync_thread() local104 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) { in hwc_vsync_thread()109 int64_t timestamp = int64_t(rt.tv_sec) * 1e9 + rt.tv_nsec; in hwc_vsync_thread()114 rt.tv_sec = timestamp / 1e9; in hwc_vsync_thread()115 rt.tv_nsec = timestamp % static_cast<int32_t>(1e9); in hwc_vsync_thread()116 int err = clock_nanosleep(CLOCK_MONOTONIC, TIMER_ABSTIME, &rt, NULL); in hwc_vsync_thread()140 if (rt.tv_sec - last_logged > log_interval) { in hwc_vsync_thread()142 last_logged = rt.tv_sec; in hwc_vsync_thread()527 struct timespec rt; in cvd_hwc_open() local528 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) { in cvd_hwc_open()[all …]
3 standardlsp=min-rt
3 // $Id: //depot/rel/Cottonwood/Xtensa/SWConfig/ldscripts/min-rt.parm#1 $
33 mkdir /dev/cpuctl/rt38 chown system system /dev/cpuctl/rt43 chown system system /dev/cpuctl/rt/tasks48 chmod 0664 /dev/cpuctl/rt/tasks
28 mkdir /dev/cpuctl/rt33 chown system system /dev/cpuctl/rt38 chown system system /dev/cpuctl/rt/tasks43 chmod 0664 /dev/cpuctl/rt/tasks
24 D: Architect and primary author of compiler-rt
1417 struct timespec rt; in threadLoop() local1418 if (clock_gettime(CLOCK_MONOTONIC, &rt) == -1) { in threadLoop()1424 int64_t lastLogged = rt.tv_sec; in threadLoop()1439 clock_gettime(CLOCK_MONOTONIC, &rt); in threadLoop()1440 currentNs = rt.tv_nsec + rt.tv_sec * kOneSecondNs; in threadLoop()1477 if (rt.tv_sec - lastLogged >= logInterval) { in threadLoop()1478 ALOGVV("sent %d syncs in %ds", sent - lastSent, rt.tv_sec - lastLogged); in threadLoop()1479 lastLogged = rt.tv_sec; in threadLoop()
473 ioprio rt 4627 ioprio rt 0787 ioprio rt 0
582 ioprio rt 4740 ioprio rt 0902 ioprio rt 0
647 ioprio rt 4774 ioprio rt 0793 ioprio rt 0
543 ioprio rt 4671 ioprio rt 0
128 auto rt = ResourceTracker::get(); in ~VkEncoder() local129 if (!rt) return; in ~VkEncoder()130 rt->onEncoderDeleted(this); in ~VkEncoder()