Home
last modified time | relevance | path

Searched refs:GetThreadPriority (Results 1 – 1 of 1) sorted by relevance

/bionic/tests/
Dpthread_test.cpp2229 static int GetThreadPriority(pid_t tid) { in GetThreadPriority() function
2267 ASSERT_EQ(21, GetThreadPriority(gettid())); in thread_fn()
2277 ASSERT_EQ(20, GetThreadPriority(gettid())); in thread_fn()
2279 ASSERT_EQ(21, GetThreadPriority(gettid())); in thread_fn()
2293 ASSERT_EQ(20, GetThreadPriority(main_tid)); in test()