Home
last modified time | relevance | path

Searched defs:pipe_wrapper (Results 1 – 2 of 2) sorted by relevance

/dports/security/botan110/Botan-1.10.17/src/entropy/unix_procs/
H A Dunix_cmd.cpp51 struct pipe_wrapper struct
53 int fd;
54 pid_t pid;
56 pipe_wrapper(int f, pid_t p) : fd(f), pid(p) {} in pipe_wrapper() function
57 ~pipe_wrapper() { ::close(fd); } in ~pipe_wrapper()
/dports/math/octave-forge-parallel/parallel-4.0.1/src/
H A Dp-pipes.h55 pipe_wrapper (void) : pd (NULL), posix_pd (-1) in pipe_wrapper() function
68 pipe_wrapper (uint64_t pd_arg) : pd ((native_pd_t)pd_arg) in pipe_wrapper() function