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

/illumos-gate/usr/src/lib/libast/common/sfio/
H A Dsfmode.c61 static int _Sfsigp = 0; /* # of streams needing SIGPIPE protection */ variable
244 _Sfsigp += 1;
290 if(p->sigp && (_Sfsigp -= 1) <= 0)
295 _Sfsigp = 0;

Completed in 44 milliseconds