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()
47 bool thread_scheduler_enable_real_time(pid_t linux_tid) { in thread_scheduler_enable_real_time()
41 auto linux_tid = static_cast<pid_t>(syscall(SYS_gettid)); in run() local
213 pid_t linux_tid = tid_future.get(); in TEST_F() local