Searched refs:ob (Results 1 – 2 of 2) sorted by relevance
| /system/utest/core/port/ |
| A D | ports.cpp | 621 auto ob = reinterpret_cast<zx_handle_t*>(arg); in waiter_thread() local 622 auto& port = ob[0]; in waiter_thread() 623 auto& ev = ob[1]; in waiter_thread() 661 zx_handle_t ob[2]; in cancel_stress() local 663 EXPECT_EQ(zx_port_create(0, &ob[0]), ZX_OK); in cancel_stress() 664 EXPECT_EQ(zx_event_create(0u, &ob[1]), ZX_OK); in cancel_stress() 667 EXPECT_EQ(thrd_create(&thread[0], waiter_thread, ob), thrd_success); in cancel_stress() 668 EXPECT_EQ(thrd_create(&thread[1], signaler_thread, &ob[1]), thrd_success); in cancel_stress()
|
| /system/ulib/ftl/ftln/ |
| A D | ftln_init.c | 376 uint ob = ftl->mpns[mpn] / ftl->pgs_per_blk; in build_map() local 378 PfAssert(IS_MAP_BLK(ftl->bdata[ob])); in build_map() 379 DEC_USED(ftl->bdata[ob]); in build_map()
|
Completed in 9 milliseconds