Searched refs:cookie1 (Results 1 – 1 of 1) sorted by relevance
31 int cookie1; variable69 uv_loop_set_data(loop, &cookie1); in TEST_IMPL()70 ASSERT_PTR_EQ(loop->data, &cookie1); in TEST_IMPL()71 ASSERT_PTR_EQ(uv_loop_get_data(loop), &cookie1); in TEST_IMPL()81 uv_handle_set_data((uv_handle_t*)pipe, &cookie1); in TEST_IMPL()82 ASSERT_PTR_EQ(uv_handle_get_data((uv_handle_t*)pipe), &cookie1); in TEST_IMPL()83 ASSERT_PTR_EQ(pipe->data, &cookie1); in TEST_IMPL()
Completed in 5 milliseconds