Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Signaling multiple Tasks waiting for the same Event in XP

Status
Not open for further replies.

MohammadElwakeel

Junior Member level 1
Joined
Feb 18, 2007
Messages
18
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,283
Activity points
1,441
Hi All


I'm trying to signal more than one context waiting for the same Event but windows API functions lack the functionality to signal more than one task. I used the following APIs:

WaitForSingleObject() to wait for a signal from an event

CreateEvent() to create an event, I pass the manual reset with false

SetEvent() to signal the event
 


Status
Not open for further replies.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top