Re: Q: uniqueness of pthread_t

2014-03-24 Thread Mikael Pettersson
Ulrich Windl writes: > Hi! > > I'm programming a little bit with pthreads in Linux. As I understand > pthread_t is an opaque type (a pointer address?) that cannot be mapped to > the kernel's TID easily. Anyway: Is it expected that when one thread > terminates and another thread is created

Q: uniqueness of pthread_t

2014-03-24 Thread Ulrich Windl
Hi! I'm programming a little bit with pthreads in Linux. As I understand pthread_t is an opaque type (a pointer address?) that cannot be mapped to the kernel's TID easily. Anyway: Is it expected that when one thread terminates and another thread is created (in fact the same thread again), that