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

/fuchsia/zircon/system/utest/handle-alias/
H A Dhandle-alias.c37 zx_handle_t* handle_log = local
44 memset(handle_log, 0, window_size * sizeof(zx_handle_t));
46 s = zx_handle_duplicate(event, ZX_RIGHT_SAME_RIGHTS, &handle_log[i]);
51 if (handle_log[i] <= 0) {
52 FATALF("[i == %zd] Got bad handle %d\n", i, handle_log[i]);
54 s = zx_handle_close(handle_log[i]);
57 i, handle_log[i], zx_status_get_string(s));
62 qsort(handle_log, window_size, sizeof(zx_handle_t), handle_cmp);
64 if (handle_log[i] == handle_log[
[all...]

Completed in 101 milliseconds