Searched refs:amountpipes (Results 1 - 1 of 1) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c200 static int amountpipes; /* total number of pipes in system */ variable
213 &amountpipes, 0, "Current # of pipes");
622 OSAddAtomic(1, &amountpipes);
1260 OSAddAtomic(-1, &amountpipes);

Completed in 16 milliseconds