Re: question about concurrent access to resources

2009-10-02 Thread Eric Pouech
joerg-cyril.hoe...@t-systems.com a écrit : Hi, I need some information about threads and callbacks. I already found out that: - SetEvent delivers "asynchronously" and can unblock threads WaitingForMultipleObjects. No callback is involved (which does not mean that the current thread cannot b

question about concurrent access to resources

2009-10-02 Thread Joerg-Cyril.Hoehle
Hi, I need some information about threads and callbacks. I already found out that: - SetEvent delivers "asynchronously" and can unblock threads WaitingForMultipleObjects. No callback is involved (which does not mean that the current thread cannot be preempted by another one awakening). Th