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

/fuchsia/zircon/system/utest/core/threads/thread-functions/
H A Dthread-functions.h41 // On completion, arg->call_status will be set to the success of the operation.
46 zx_status_t call_status; member in struct:channel_call_suspend_test_arg
H A Dthread-functions.cpp98 arg->call_status = zx_channel_call(arg->channel, 0, ZX_TIME_INFINITE, &call_args,
100 if (arg->call_status == ZX_OK) {
103 arg->call_status = ZX_ERR_BAD_STATE;
/fuchsia/zircon/system/utest/debugger/
H A Ddebugger.cpp731 zx_status_t call_status = zx_channel_call(arg->syscall_handle, 0, ZX_TIME_INFINITE, local
733 ASSERT_EQ(call_status, ZX_OK);
/fuchsia/zircon/system/utest/core/threads/
H A Dthreads.cpp534 thread_arg.call_status = ZX_ERR_BAD_STATE;
575 EXPECT_EQ(thread_arg.call_status, ZX_OK);

Completed in 34 milliseconds