Searched refs:thandle (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/system/utest/core/threads/
H A Dthreads.cpp406 zx_handle_t thandle; local
408 &thandle));
409 ASSERT_EQ(zx_object_wait_one(thandle,
415 EXPECT_NE(zx_object_get_info(thandle, ZX_INFO_TASK_STATS,
421 ASSERT_EQ(zx_handle_close(thandle), ZX_OK);

Completed in 74 milliseconds