Non thread safe library calls
Do {
Initiate_receive(buffer1, … );
Initiate_send(buffer2, … );
Process_data(buffer3, … );
Wait_communication( … );
Swap_buffers();
} while (!termination);
Complete responsibility to the programmer
(innatural perspective)
Previous slide
Next slide
Back to first slide
View graphic version