Home
last modified time | relevance | path

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

/bionic/tests/
Dpthread_test.cpp2230 static int GetThreadPriority(pid_t tid) { in GetThreadPriority() function
2268 ASSERT_EQ(21, GetThreadPriority(gettid())); in thread_fn()
2278 ASSERT_EQ(20, GetThreadPriority(gettid())); in thread_fn()
2280 ASSERT_EQ(21, GetThreadPriority(gettid())); in thread_fn()
2294 ASSERT_EQ(20, GetThreadPriority(main_tid)); in test()