On 06/16/2010 04:40 PM, Anthony Liguori wrote:
On 06/16/2010 06:56 AM, Gautham R Shenoy wrote:Signed-off-by: Gautham R Shenoy<e...@in.ibm.com>I don't see barrier being used and I don't think it ought to be used. threadlets are meant provide a means to execute a synchronous function asynchronously. It should never be necessary to synchronize threadlets using a barrier.
It's used for flush_threadlet_queue. Paolo