Lines Matching refs:ok

106     bool ok = pool_reset(pool);  in TestPoolReset()  local
107 REQUIRE(ok); in TestPoolReset()
114 ok = pool_destroy(pool); in TestPoolReset()
115 REQUIRE(ok); in TestPoolReset()
198 bool ok = pool_destroy(pool); in TestSharedPool() local
199 REQUIRE(ok); in TestSharedPool()
269 bool ok = pool_destroy(pool[myPool]); in operator ()() local
270 REQUIRE(ok); in operator ()()
300 bool ok = pool_destroy(pool); in TestTooSmallBuffer() local
301 REQUIRE(ok); in TestTooSmallBuffer()
463 bool ok = pool_destroy(pool); in TestFixedBufferPool() local
464 REQUIRE(ok); in TestFixedBufferPool()
472 bool ok = pool_destroy(pool); in TestFixedBufferPool() local
473 REQUIRE(ok); in TestFixedBufferPool()
507 bool ok = pool_destroy(pool); in TestPoolGranularity() local
508 REQUIRE(ok); in TestPoolGranularity()
566 bool ok = pool_reset(pool); in TestPoolKeepTillDestroy() local
567 REQUIRE(ok); in TestPoolKeepTillDestroy()
569 ok = pool_destroy(pool); in TestPoolKeepTillDestroy()
570 REQUIRE(ok); in TestPoolKeepTillDestroy()
620 bool ok = pool_destroy(pool); in TestEntries() local
621 REQUIRE(ok); in TestEntries()
675 bool ok = pool_destroy(pools[i]); in CheckPoolLeaks() local
676 REQUIRE(ok); in CheckPoolLeaks()
703 bool ok = pool_destroy(pool); in TestPoolCreation() local
704 REQUIRE(ok); in TestPoolCreation()
775 bool ok = pool_destroy(pools[i]); in TestPoolDetection() local
776 REQUIRE(ok); in TestPoolDetection()
787 bool ok = pool_destroy(pool); in TestLazyBootstrap() local
788 REQUIRE(ok); in TestLazyBootstrap()
803 bool ok = pool_destroy(pool); in operator ()() local
804 REQUIRE(ok); in operator ()()