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