Subj : local variables in threads To : comp.programming.threads From : Andrea Sini Date : Tue Jan 04 2005 11:20 am Hello, if I have a thread function body like this void* threadBody (void* arg) { variable var; } The variable is specific of evey thread or is shared between them ? Thanks Andrea .