Home
last modified time | relevance | path

Searched defs:SetBlocking (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/prebuilts/go/linux-x86/src/internal/poll/
Dfd_unix.go121 func (fd *FD) SetBlocking() error { func
/aosp_15_r20/external/perfetto/src/traced/probes/ftrace/
H A Dcpu_reader.cc132 bool SetBlocking(int fd, bool is_blocking) { in SetBlocking() function
/aosp_15_r20/external/perfetto/src/base/
H A Dunix_socket.cc374 void UnixSocketRaw::SetBlocking(bool is_blocking) { in SetBlocking() function in perfetto::base::UnixSocketRaw