On Wednesday 16 March 2005 01:40 pm, you wrote:
> >this works perfectly because I moved MGPMrUpgrade into
> >the same .c file so it would be a static function:
> >
> >structProperty* property;
> >pthread_t threads[NTHREADS];
> >pthread_create( &threads[0], NULL, zzMGPMrUpgrade, proper
>this works perfectly because I moved MGPMrUpgrade into
>the same .c file so it would be a static function:
>
>
>
On Tuesday 15 March 2005 12:02 pm, you wrote:
> On Tue, 15 Mar 2005, Michael C. Shultz wrote:
> [cut]
>
> > The answer is probably something like what you just said, scope
> > being lost when making the call to a shared library. Why is it ok
> > going to a static library but not a shared though?
>
On Tue, 15 Mar 2005, Michael C. Shultz wrote:
[cut]
> The answer is probably something like what you just said, scope being
> lost when making the call to a shared library. Why is it ok going to a
> static library but not a shared though?
There is probably a race condition, so your code will work
On Tuesday 15 March 2005 10:19 am, Daniel Eischen wrote:
> On Tue, 15 Mar 2005, Michael C. Shultz wrote:
> > Daniel, sorry to bother you again but I ran into something that is
> > either a bug or I am missing a vital piece of information
> > somewhere. Here is the situation:
> >
> > this works perf
On Tue, 15 Mar 2005, Michael C. Shultz wrote:
>
> Daniel, sorry to bother you again but I ran into something that is
> either a bug or I am missing a vital piece of information somewhere.
> Here is the situation:
>
> this works perfectly because I moved MGPMrUpgrade into
> the same .c file so it wo
On Monday 14 March 2005 08:57 pm, Daniel Eischen wrote:
> On Mon, 14 Mar 2005, Michael C. Shultz wrote:
> > Hi, I've just reached a point in a program I'm writing where I'd
> > like to do threading.
> >
> > When I try to start a thread like this:
> >
> > pthread_create(&thread, &attr, MGPMrUpgrade,
On Monday 14 March 2005 08:57 pm, Daniel Eischen wrote:
> On Mon, 14 Mar 2005, Michael C. Shultz wrote:
> > Hi, I've just reached a point in a program I'm writing where I'd
> > like to do threading.
> >
> > When I try to start a thread like this:
> >
> > pthread_create(&thread, &attr, MGPMrUpgrade,
On Mon, 14 Mar 2005, Michael C. Shultz wrote:
> Hi, I've just reached a point in a program I'm writing where I'd like to
> do threading.
>
> When I try to start a thread like this:
>
> pthread_create(&thread, &attr, MGPMrUpgrade, property );
9 matches
Mail list logo