Home
last modified time | relevance | path

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

/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/
H A Dport.c2582 SG_PORT_LOCK_READ(port); in Sg_Getb()
2591 SG_PORT_LOCK_READ(port); in Sg_Peekb()
2600 SG_PORT_LOCK_READ(port); in Sg_Readb()
2609 SG_PORT_LOCK_READ(port); in Sg_ReadbAll()
2639 SG_PORT_LOCK_READ(port); in Sg_Getc()
2648 SG_PORT_LOCK_READ(port); in Sg_Peekc()
2701 SG_PORT_LOCK_READ(port); in Sg_Reads()
2942 SG_PORT_LOCK_READ(port); in Sg_ReadLine()
3045 SG_PORT_LOCK_READ(port); in Sg_ReadbUntil()
H A Dlib_core.stub1898 (SG_PORT_LOCK_READ p)
1921 (SG_PORT_LOCK_READ p)
1938 (SG_PORT_LOCK_READ p)
2022 (SG_PORT_LOCK_READ p)
2050 (SG_PORT_LOCK_READ p)
2064 (SG_PORT_LOCK_READ p)
H A Dcache.c2129 SG_PORT_LOCK_READ(in); in read_cache_from_port()
H A Dlib_core.c10071 SG_PORT_LOCK_READ(p); in core_get_bytevector_n()
10157 SG_PORT_LOCK_READ(p); in core_get_bytevector_nX()
10210 SG_PORT_LOCK_READ(p); in core_get_bytevector_some()
10388 SG_PORT_LOCK_READ(p); in core_get_string_n()
10469 SG_PORT_LOCK_READ(p); in core_get_string_nX()
10511 SG_PORT_LOCK_READ(p); in core_get_string_all()
H A Dlib_sagittarius.c4906 …rc_cgen12135.d12286[215],SG_MAKE_STRING("input port"),in,SG_NIL);}}}SG_PORT_LOCK_READ(in);{uint16_… in sagittarius_get_u16()
4946 …rc_cgen12135.d12286[217],SG_MAKE_STRING("input port"),in,SG_NIL);}}}SG_PORT_LOCK_READ(in);{int16_t… in sagittarius_get_s16()
4986 …rc_cgen12135.d12286[219],SG_MAKE_STRING("input port"),in,SG_NIL);}}}SG_PORT_LOCK_READ(in);{uint32_… in sagittarius_get_u32()
5026 …rc_cgen12135.d12286[221],SG_MAKE_STRING("input port"),in,SG_NIL);}}}SG_PORT_LOCK_READ(in);{int32_t… in sagittarius_get_s32()
H A Dlib_sagittarius.stub894 (SG_PORT_LOCK_READ ,in)
/dports/lang/sagittarius-scheme/sagittarius-0.9.8/src/sagittarius/private/
H A Dport.h453 #define SG_PORT_LOCK_READ(port) \ macro
463 SG_PORT_LOCK_READ(port); \