Home
last modified time | relevance | path

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

/system/libhwbinder/vts/performance/
DLatency.cpp37 #define REQUIRE(stat) \ macro
84 REQUIRE(!pthread_getschedparam(pthread_self(), &policy, &param)); in threadGetPri()
97 REQUIRE(!pthread_getschedparam(pthread_self(), &policy, &param)); 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, &param)); in threadTransaction()
143 REQUIRE(!pthread_create(&thread, &attr, threadStart, &thread_arg)); in threadTransaction()
144 REQUIRE(!pthread_join(thread, &dummy)); in threadTransaction()