Searched refs:readable (Results 1 – 11 of 11) sorted by relevance
| /system/ulib/fdio/ |
| A D | waitable.cpp | 19 zx_signals_t readable; member 47 zx_signals |= waitable->readable; in fdio_waitable_wait_begin() 60 if (zx_signals & waitable->readable) { in fdio_waitable_wait_end() 79 zx_signals_t readable, in fdio_waitable_init() argument 85 waitable->readable = readable; in fdio_waitable_init() 92 fdio_t* fdio_waitable_create(zx_handle_t handle, zx_signals_t readable, in fdio_waitable_create() argument 102 fdio_waitable_init(storage, handle, readable, writable, shared_handle); in fdio_waitable_create()
|
| /system/utest/stdio/ |
| A D | util.c | 17 int stdio_pipe(int pipe_fds[2], bool readable) { in stdio_pipe() argument 23 if (readable) { in stdio_pipe()
|
| A D | util.h | 13 int stdio_pipe(int pipe_fds[2], bool readable);
|
| /system/utest/core/echo/ |
| A D | README | 6 *) waits for the channel to be readable
|
| /system/ulib/zircon-internal/include/lib/zircon-internal/device/cpu-trace/ |
| A D | intel-pm-events.inc | 20 // - readable name (ideally max 24 chars for legibility in display in chrome) 56 // - readable name (ideally max 24 chars for legibility in display in chrome)
|
| A D | skylake-misc-events.inc | 24 // - readable name (ideally max 24 chars for legibility in display in chrome)
|
| A D | skylake-pm-events.inc | 24 // - readable name (ideally max 24 chars for legibility in display in chrome)
|
| /system/banjo/ddk-protocol-serialimpl/ |
| A D | serial-impl.banjo | 15 /// Callback for notification of readable/writeable state changes
|
| /system/fidl/fuchsia-hardware-ethernet/ |
| A D | ethernet.fidl | 105 // cookie value (opaque to the driver) will be readable from the tx fifo. 110 // readable from the rx fifo. The offset field will be the same as was
|
| /system/utest/blobfs/ |
| A D | blobfs.cpp | 1676 readable, enumerator 1766 state->state = readable; in blob_write_data_helper() 1785 } else if (state->state == readable) { in blob_read_data_helper() 1823 } else if (state->state == readable) { in blob_reopen_helper() 1997 if (state.state == readable) { in CreateUmountRemountLarge() 2079 if (state.state == readable) { in CreateUmountRemountLargeMultithreaded()
|
| /system/fidl/fuchsia-cobalt/ |
| A D | cobalt.fidl | 341 // |s| The string to log. This should be a human-readable string of size no
|
Completed in 13 milliseconds