Searched defs:linux_tid (Results 1 – 4 of 4) sorted by relevance
27 bool thread_scheduler_enable_real_time(pid_t linux_tid) { in thread_scheduler_enable_real_time()
46 bool thread_scheduler_enable_real_time(pid_t linux_tid) { in thread_scheduler_enable_real_time()
40 auto linux_tid = static_cast<pid_t>(syscall(SYS_gettid)); in run() local
205 pid_t linux_tid = tid_future.get(); in TEST_F() local