Searched defs:write_pipe (Results 1 - 5 of 5) sorted by relevance

/external/chromium_org/content/zygote/
H A Dzygote_linux.cc58 void CreatePipe(base::ScopedFD* read_pipe, base::ScopedFD* write_pipe) { argument
62 write_pipe->reset(raw_pipe[1]);
359 base::ScopedFD read_pipe, write_pipe; local
375 CreatePipe(&read_pipe, &write_pipe);
381 write_pipe.reset();
447 HANDLE_EINTR(write(write_pipe.get(), &real_pid, sizeof(real_pid)));
/external/chromium_org/base/process/
H A Dprocess_util_unittest.cc540 int write_pipe = kChildPipe; local
558 int written = HANDLE_EINTR(write(write_pipe, &num_open_files,
561 int ret = IGNORE_EINTR(close(write_pipe));
/external/wpa_supplicant_8/hostapd/src/drivers/
H A Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data
123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
133 CloseHandle(events->write_pipe);
144 CloseHandle(events->write_pipe);
217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) {
/external/wpa_supplicant_8/src/drivers/
H A Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data
123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
133 CloseHandle(events->write_pipe);
144 CloseHandle(events->write_pipe);
217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) {
/external/wpa_supplicant_8/wpa_supplicant/src/drivers/
H A Dndis_events.c31 HANDLE read_pipe, write_pipe, event_avail; member in struct:ndis_events_data
123 if (!CreatePipe(&events->read_pipe, &events->write_pipe, NULL, 512)) {
133 CloseHandle(events->write_pipe);
144 CloseHandle(events->write_pipe);
217 if (WriteFile(events->write_pipe, buf, pos - buf, &written, NULL)) {

Completed in 469 milliseconds