On 17:23 Tue 17 Feb     , Ira Weiny wrote:
> 
> Neither interface is thread safe without the user implementing some
> sort of locking around the calls.

Really? What about this:

int plus_three(int a)
{
        return a + 3;
}

We could extrapolate of course.

Sasha
_______________________________________________
general mailing list
[email protected]
http://lists.openfabrics.org/cgi-bin/mailman/listinfo/general

To unsubscribe, please visit http://openib.org/mailman/listinfo/openib-general

Reply via email to