Re: WaitForSingleObject() will not deadlock
Tech-Archive recommends: Fix windows errors by optimizing your registry
On Sat, 30 Jun 2007 23:06:51 -0400, Joseph M. Newcomer
<newcomer@xxxxxxxxxxxx> wrote:
Mutexes are not autoreset or manual reset; you are confusing them with events.
The OP is clueless about synchronization. All solutions relating to using mutexes,
semaphores, or events will be incorrect answers to his problem.
joe
yep you are right, to my defense I had some beer. :p
.
Relevant Pages
- Re: OT / Joe the Plumber talks about running for Congress
... To simply rely on dirt from one side, while completely ignoring that there are two sides to every story (and we haven't hear Joe defend every little charge against him), is just wrong. ... Well, I found out I did for 2007, too - first reported as 5-digit deficit because of an incorrect statement from my brokerage firm, later corrected to be a low 3-digit number. ... None if it was my error, and the IRS was in the process of dealing with a slew of people in my shoes, did't blame me at all, because it was a popular asset from a large brokerage firm. ... (alt.true-crime) - Re: OT / Joe the Plumber talks about running for Congress
... To simply rely on dirt from one side, while completely ignoring that there are two sides to every story (and we haven't hear Joe defend every little charge against him), is just wrong. ... Well, I found out I did for 2007, too - first reported as 5-digit deficit because of an incorrect statement from my brokerage firm, later corrected to be a low 3-digit number. ... None if it was my error, and the IRS was in the process of dealing with a slew of people in my shoes, did't blame me at all, because it was a popular asset from a large brokerage firm. ... (alt.true-crime) - [PATCH] kernel/cpuset.c mutex conversion comment fix
... The conversion of kernel/cpuset from semaphores to mutexes ... I didn't know offhand the state of read-write mutexes, ... - * We have two global cpuset semaphores below. ... - * zero, then only attach_task, which holds both semaphores, can ... (Linux-Kernel) - Re: help w/ mutex
... Mutexes are not any faster than semaphores, as they both involve switch to ... > thread-dependant, they are merely count down dependant. ... a CriticalSection is probably what you ... (microsoft.public.win32.programmer.kernel) - Re: [patch 04/15] Generic Mutex Subsystem, add-atomic-call-func-x86_64.patch
... don't forget to compare this with our existing semaphore ... this means that mutexes will be _FAR MORE EXPENSIVE_ on ARM ... We'd be far better off sticking to semaphores ... (Linux-Kernel) |
|