Home
last modified time | relevance | path

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

/dports/lang/yap/yap-6.2.2/packages/PLStream/
H A Dpl-stream.h227 #define SIO_ADVLOCK SmakeFlag(26) /* File locked with advisory lock */ macro
H A Dpl-stream.c1744 if ( (s->flags & SIO_ADVLOCK) ) in Sclose()
1750 s->flags &= ~SIO_ADVLOCK; in Sclose()
2847 s->flags |= SIO_ADVLOCK; in Sopen_file()
/dports/lang/yap/yap-6.2.2/include/
H A DSWI-Stream.h199 #define SIO_ADVLOCK SmakeFlag(26) /* File locked with advisory lock */ macro
/dports/lang/swi-pl/swipl-8.2.3/packages/xpce/src/h/
H A Dstream.h262 #define SIO_ADVLOCK SmakeFlag(26) /* File locked with advisory lock */ macro
/dports/lang/swi-pl/swipl-8.2.3/src/os/
H A DSWI-Stream.h259 #define SIO_ADVLOCK SmakeFlag(26) /* File locked with advisory lock */ macro
H A Dpl-stream.c1940 if ( (s->flags & SIO_ADVLOCK) ) in Sclose()
1946 s->flags &= ~SIO_ADVLOCK; in Sclose()
3285 s->flags |= SIO_ADVLOCK; in Sopen_file()