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

/barrelfish-2018-10-04/usr/eclipseclp/Kernel/src/
H A Dec_io.h221 #define RemoteStream(nst) \ macro
H A Dio.c887 int err = RemoteStream(nst) ? io_rpc(nst, IO_CLOSE) : _local_io_close(nst);
1003 if (!own_streams_only || !RemoteStream(nst))
1070 return RemoteStream(nst) ? io_rpc(nst, IO_FILL): _local_fill_buffer(nst);
1894 return RemoteStream(nst) ? io_rpc(nst, IO_FLUSH) : _local_io_flush_out(nst);
2568 return RemoteStream(nst) ? io_rpc(nst, IO_TTYIN) : _local_tty_in(nst);
H A Dbip_io.c3039 return RemoteStream(nst) ? io_rpc(nst, IO_BIND):
3167 return RemoteStream(nst) ? io_rpc(nst, IO_CONNECT):
3194 return RemoteStream(nst) ? io_rpc(nst, IO_LISTEN):
3304 return RemoteStream(nst) ? io_rpc(nst, IO_ACCEPT):
/barrelfish-2018-10-04/usr/eclipseclp/Kernel/lib/
H A Devents.pl1038 (is_remote_sync_queue(PhysicalStream, RemoteStream, ControlStream) ->
1039 remote_output(PhysicalStream, ControlStream, RemoteStream)
H A Dio.pl1472 remote_output(PhysicalStream, ControlStream, RemoteStream) :-
1475 yield_to_remote(ControlStream, ec_flushio(PhysicalStream, Len), RemoteStream, Data)

Completed in 156 milliseconds