Home
last modified time | relevance | path

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

/third_party/libuv/test/
H A Dtest-threadpool-cancel.c125 static void fs_cb(uv_fs_t* req) { in fs_cb() function
330 ASSERT_OK(uv_fs_chmod(loop, reqs + n++, "/", 0, fs_cb)); in TEST_IMPL()
331 ASSERT_OK(uv_fs_chown(loop, reqs + n++, "/", 0, 0, fs_cb)); in TEST_IMPL()
332 ASSERT_OK(uv_fs_close(loop, reqs + n++, 0, fs_cb)); in TEST_IMPL()
333 ASSERT_OK(uv_fs_fchmod(loop, reqs + n++, 0, 0, fs_cb)); in TEST_IMPL()
334 ASSERT_OK(uv_fs_fchown(loop, reqs + n++, 0, 0, 0, fs_cb)); in TEST_IMPL()
335 ASSERT_OK(uv_fs_fdatasync(loop, reqs + n++, 0, fs_cb)); in TEST_IMPL()
336 ASSERT_OK(uv_fs_fstat(loop, reqs + n++, 0, fs_cb)); in TEST_IMPL()
337 ASSERT_OK(uv_fs_fsync(loop, reqs + n++, 0, fs_cb)); in TEST_IMPL()
338 ASSERT_OK(uv_fs_ftruncate(loop, reqs + n++, 0, 0, fs_cb)); in TEST_IMPL()
[all...]
H A Dtest-thread.c59 static void fs_cb(uv_fs_t* handle);
96 r = uv_fs_stat(req->loop, &req->handle, ".", fs_cb); in fs_do()
101 static void fs_cb(uv_fs_t* handle) { in fs_cb() function
/third_party/mesa3d/src/gallium/drivers/radeonsi/
H A Dsi_blit.c55 struct pipe_constant_buffer fs_cb = {}; in si_blitter_begin() local
56 si_get_pipe_constant_buffer(sctx, PIPE_SHADER_FRAGMENT, 0, &fs_cb); in si_blitter_begin()
57 util_blitter_save_fragment_constant_buffer_slot(sctx->blitter, &fs_cb); in si_blitter_begin()
58 pipe_resource_reference(&fs_cb.buffer, NULL); in si_blitter_begin()

Completed in 5 milliseconds