Searched refs:REQUIRE (Results 1 – 1 of 1) sorted by relevance
/system/libhwbinder/vts/performance/ |
D | Latency.cpp | 37 #define REQUIRE(stat) \ macro 84 REQUIRE(!pthread_getschedparam(pthread_self(), &policy, ¶m)); in threadGetPri() 97 REQUIRE(!pthread_getschedparam(pthread_self(), &policy, ¶m)); in threadDumpPri() 139 REQUIRE(!pthread_attr_init(&attr)); in threadTransaction() 140 REQUIRE(!pthread_attr_setschedpolicy(&attr, SCHED_FIFO)); in threadTransaction() 142 REQUIRE(!pthread_attr_setschedparam(&attr, ¶m)); in threadTransaction() 143 REQUIRE(!pthread_create(&thread, &attr, threadStart, &thread_arg)); in threadTransaction() 144 REQUIRE(!pthread_join(thread, &dummy)); in threadTransaction()
|