--- In Michael Schmidt <> wrote:
> As long as you're doing something like this you should be fine:
>
> unsigned int *ptr = mmap(...
>
> ptr += 0x40 / (sizeof unsigned int);
Thanks. We managed to track down our issue to a single call to our
timer function from a different thread. The timer wasn't designed to
be thread-safe because it contains a static variable. We'd tried
everything we could think of (at the time I wrote my question) in our
test program -- except hitting the timer function from different
threads and it always worked. But it didn't work in the actual app, so
I thought I'd appeal to the group mind here...
Thanks again for the quick answer!
------------------------------------
Yahoo! Groups Links
<*> To visit your group on the web, go to:
http://groups.yahoo.com/group/ts-7000/
<*> Your email settings:
Individual Email | Traditional
<*> To change settings online go to:
http://groups.yahoo.com/group/ts-7000/join
(Yahoo! ID required)
<*> To change settings via email:
<*> To unsubscribe from this group, send an email to:
<*> Your use of Yahoo! Groups is subject to:
http://docs.yahoo.com/info/terms/
|