Re: possible problems with kernel threading code?

From: Ulrich Drepper
Date: Fri Feb 20 2004 - 15:05:25 EST


Not that this is of any interest for this list but what the heck.

The problem is your code.

> int schedRc = pthread_setschedparam(t1, policy, &schedParam);

There is no guarantee that t1 is filled before you it here in the newly
created thread. Only when pthread_create() returns is the thread handle
guaranteed to be written.

--
â Ulrich Drepper â Red Hat, Inc. â 444 Castro St â Mountain View, CA â
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/