About Event

Hi Experts,

KEVENT kEvent ;

Thread1 ( )
{
Wait ( kEvent ) ;
}

Thread2 ( )
{
Wait ( kEvent );
}

Thread3 ( )
{
Wait ( kEvent ) ;
}

like this may be more threads.

MainThread ( )
{
SetEvent ( kEvent );
I will free the kEvent memory here. All threads are using the same Event( Notification Event) Handle. Does any problem will occure here ?
}

Thanks in advance,
Satish K.S


You are currently subscribed to ntfsd as: $subst(‘Recip.EmailAddr’)
To unsubscribe send a blank email to leave-ntfsd-$subst(‘Recip.MemberIDChar’)@lists.osr.com