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

/fuchsia/zircon/system/utest/core/profile/
H A Dprofile.c45 zx_handle_t profile1; local
47 ASSERT_EQ(zx_profile_create(rrh, &profile_info, &profile1), ZX_OK, "");
53 ASSERT_EQ(zx_object_set_profile(zx_thread_self(), profile1, 0), ZX_OK, "");
57 ASSERT_EQ(zx_handle_close(profile1), ZX_OK, "");

Completed in 28 milliseconds