Home
last modified time | relevance | path

Searched refs:pipefd (Results 1 – 1 of 1) sorted by relevance

/AliOS-Things-master/components/SDL2/src/video/wayland/
A DSDL_waylanddatamanager.c336 int pipefd[2]; in Wayland_data_offer_receive() local
344 } else if (pipe2(pipefd, O_CLOEXEC|O_NONBLOCK) == -1) { in Wayland_data_offer_receive()
347 wl_data_offer_receive(offer->offer, mime_type, pipefd[1]); in Wayland_data_offer_receive()
352 close(pipefd[1]); in Wayland_data_offer_receive()
354 while (read_pipe(pipefd[0], &buffer, length, null_terminate) > 0); in Wayland_data_offer_receive()
355 close(pipefd[0]); in Wayland_data_offer_receive()

Completed in 3 milliseconds