On 2002.11.21, Andrew Piskorski <[EMAIL PROTECTED]> wrote: > Why didn't the mutex locking approach work?
Are you sure you're actually locking the /same/ mutex from both pieces of code (reentrant.c and your wrapper around the vendor library)? Not just locking mutexes with the same variable name in two different scopes? -- Dossy -- Dossy Shiobara mail: [EMAIL PROTECTED] Panoptic Computer Network web: http://www.panoptic.com/ "He realized the fastest way to change is to laugh at your own folly -- then you can let go and quickly move on." (p. 70)
