Click here to Skip to main content
15,916,693 members
Home / Discussions / C / C++ / MFC
   

C / C++ / MFC

 
GeneralRe: Getting Threads of Process Pin
Toby Opferman13-Jul-05 19:32
Toby Opferman13-Jul-05 19:32 
GeneralRe: Getting Threads of Process Pin
Toby Opferman13-Jul-05 19:34
Toby Opferman13-Jul-05 19:34 
GeneralRe: Getting Threads of Process Pin
MaTTEvIL13-Jul-05 20:19
MaTTEvIL13-Jul-05 20:19 
GeneralRe: Getting Threads of Process Pin
Toby Opferman14-Jul-05 14:04
Toby Opferman14-Jul-05 14:04 
GeneralConfusion with Mutexes and Semaphores Pin
JohnnyG13-Jul-05 9:04
JohnnyG13-Jul-05 9:04 
GeneralRe: Confusion with Mutexes and Semaphores Pin
Joe Woodbury13-Jul-05 9:22
professionalJoe Woodbury13-Jul-05 9:22 
GeneralRe: Confusion with Mutexes and Semaphores Pin
JohnnyG13-Jul-05 9:31
JohnnyG13-Jul-05 9:31 
GeneralRe: Confusion with Mutexes and Semaphores Pin
Blake Miller13-Jul-05 10:02
Blake Miller13-Jul-05 10:02 
This is from MSDN:

When the state of a manual-reset event object is signaled, it remains signaled until it is explicitly reset to nonsignaled by the ResetEvent function. Any number of waiting threads, or threads that subsequently begin wait operations for the specified event object, can be released while the object's state is signaled.

When the state of an auto-reset event object is signaled, it remains signaled until a single waiting thread is released; the system then automatically resets the state to nonsignaled. If no threads are waiting, the event object's state remains signaled.


Seems like if you make a manual-reset event, all your threads will get the 'exit' signal.
GeneralRe: Confusion with Mutexes and Semaphores Pin
JohnnyG13-Jul-05 10:06
JohnnyG13-Jul-05 10:06 
GeneralExport a template Pin
Fernando A. Gomez F.13-Jul-05 6:55
Fernando A. Gomez F.13-Jul-05 6:55 
GeneralRe: Export a template Pin
Joe Woodbury13-Jul-05 8:17
professionalJoe Woodbury13-Jul-05 8:17 
GeneralRe: Export a template Pin
Jörgen Sigvardsson13-Jul-05 9:08
Jörgen Sigvardsson13-Jul-05 9:08 
GeneralRe: Export a template Pin
Bob Stanneveld13-Jul-05 20:38
Bob Stanneveld13-Jul-05 20:38 
GeneralRe: Export a template Pin
Alexander M.,13-Jul-05 22:35
Alexander M.,13-Jul-05 22:35 
GeneralIncorporating a toolbar Pin
bugDanny13-Jul-05 6:46
bugDanny13-Jul-05 6:46 
GeneralNew section with #define Pin
Alexander M.,13-Jul-05 5:20
Alexander M.,13-Jul-05 5:20 
GeneralRe: New section with #define Pin
Blake Miller13-Jul-05 8:00
Blake Miller13-Jul-05 8:00 
GeneralRe: New section with #define Pin
Alexander M.,13-Jul-05 8:15
Alexander M.,13-Jul-05 8:15 
GeneralRe: New section with #define Pin
Joe Woodbury13-Jul-05 8:15
professionalJoe Woodbury13-Jul-05 8:15 
General24-bit BMP to GIF or PNG in MSVC++5 Pin
TotalRecall13-Jul-05 4:36
TotalRecall13-Jul-05 4:36 
GeneralRe: 24-bit BMP to GIF or PNG in MSVC++5 Pin
basementman13-Jul-05 4:46
basementman13-Jul-05 4:46 
GeneralRe: 24-bit BMP to GIF or PNG in MSVC++5 Pin
TotalRecall13-Jul-05 5:10
TotalRecall13-Jul-05 5:10 
GeneralRe: 24-bit BMP to GIF or PNG in MSVC++5 Pin
Chris Losinger13-Jul-05 5:20
professionalChris Losinger13-Jul-05 5:20 
GeneralRe: 24-bit BMP to GIF or PNG in MSVC++5 Pin
TotalRecall13-Jul-05 5:38
TotalRecall13-Jul-05 5:38 
GeneralRe: 24-bit BMP to GIF or PNG in MSVC++5 Pin
Chris Losinger13-Jul-05 5:54
professionalChris Losinger13-Jul-05 5:54 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.