HELP! * GREY=local LOCAL HTML version of Foils prepared July 6,1995

Foil 42 TCE -- Implementation -- 20: tce_chn_rcv/set

From Master Foils for Threads with TCE in detail CPS600 Spring Semester95 -- April 1995. by Janusz Niemiec and Geoffrey Fox * See also color IMAGE

tce_chn_rcv -- receives a message on the channel,
  • Receiving thread will be blocked when no matching message is already available
...
blen = tce_chn_rcv(Channels[0],buffer,len,FMT_Int);
...
tce_chn_set -- impose different characteristic on the channel
  • The requesting thread can be blocked when the requested type of a channel has to be accepted by the other peer
...
res = tce_chn_set(Channels[0],TCE_CHN_SYNC,1);
...



Northeast Parallel Architectures Center, Syracuse University, npac@npac.syr.edu

If you have any comments about this server, send e-mail to webmaster@npac.syr.edu.

Page produced by wwwfoil on Tue Feb 18 1997