Searched refs:other_thread (Results 1 – 3 of 3) sorted by relevance
| /system/utest/debugger/ |
| A D | utils.cpp | 446 zx_handle_t other_thread; in wait_thread_suspended() local 448 zx_object_get_child(proc, report_tid, ZX_RIGHT_SAME_RIGHTS, &other_thread); in wait_thread_suspended() 451 status = zx_task_resume_from_exception(other_thread, eport, 0); in wait_thread_suspended() 453 ASSERT_TRUE(tu_thread_is_dying_or_dead(other_thread)); in wait_thread_suspended() 456 tu_handle_close(other_thread); in wait_thread_suspended()
|
| /system/utest/property/ |
| A D | property.c | 314 zx_handle_t other_thread = thrd_get_zx_handle(t); in fs_invalid_test() local 315 zx_status_t status = zx_object_set_property(other_thread, ZX_PROP_REGISTER_FS, in fs_invalid_test() 366 zx_handle_t other_thread = thrd_get_zx_handle(t); in gs_test() local 367 status = zx_object_set_property(other_thread, ZX_PROP_REGISTER_GS, in gs_test()
|
| /system/utest/core/process/ |
| A D | process.cpp | 61 zx_handle_t other_thread; in process_start_fail() local 62 ASSERT_EQ(zx_thread_create(process, "test", 4u, 0, &other_thread), ZX_OK); in process_start_fail() 66 EXPECT_EQ(zx_process_start(process, other_thread, 0, 0, event2, 0), ZX_ERR_BAD_STATE); in process_start_fail() 71 zx_handle_close(other_thread); in process_start_fail()
|
Completed in 11 milliseconds