Home
last modified time | relevance | path

Searched refs:_Sfsigp (Results 1 – 1 of 1) sorted by relevance

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