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

  /src/lib/libexecinfo/
backtrace.c 58 static int self_fd = -1; variable in typeref:typename:int
82 if (self_fd == -1)
83 self_fd = open_self(O_RDONLY);
84 return self_fd >= 0 ? 0 : -1;
90 assert(self_fd >= 0);
92 close(self_fd);
93 self_fd = -1;
204 int fd = self_fd;
238 if (fd != -1 && fd != self_fd)
backtrace.c 58 static int self_fd = -1; variable in typeref:typename:int
82 if (self_fd == -1)
83 self_fd = open_self(O_RDONLY);
84 return self_fd >= 0 ? 0 : -1;
90 assert(self_fd >= 0);
92 close(self_fd);
93 self_fd = -1;
204 int fd = self_fd;
238 if (fd != -1 && fd != self_fd)
backtrace.c 58 static int self_fd = -1; variable in typeref:typename:int
82 if (self_fd == -1)
83 self_fd = open_self(O_RDONLY);
84 return self_fd >= 0 ? 0 : -1;
90 assert(self_fd >= 0);
92 close(self_fd);
93 self_fd = -1;
204 int fd = self_fd;
238 if (fd != -1 && fd != self_fd)

Completed in 127 milliseconds