HomeSort by: relevance | last modified time | path
    Searched defs:maybe_mark_cloexec (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl3/gdb.old/dist/gdbsupport/
filestuff.cc 287 maybe_mark_cloexec (int fd)
295 /* Like maybe_mark_cloexec, but for callers that use SOCK_CLOEXEC. */
317 maybe_mark_cloexec (fd.get ());
360 maybe_mark_cloexec (fileno (result));
412 maybe_mark_cloexec (filedes[0]);
413 maybe_mark_cloexec (filedes[1]);
284 maybe_mark_cloexec (int fd) function
  /src/external/gpl3/gdb/dist/gdbsupport/
filestuff.cc 287 maybe_mark_cloexec (int fd)
295 /* Like maybe_mark_cloexec, but for callers that use SOCK_CLOEXEC. */
317 maybe_mark_cloexec (fd.get ());
360 maybe_mark_cloexec (fileno (result));
412 maybe_mark_cloexec (filedes[0]);
413 maybe_mark_cloexec (filedes[1]);
284 maybe_mark_cloexec (int fd) function

Completed in 14 milliseconds