Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [cdt-dev] OT: Setting thread names (was: Displaying thread na mes in debug view)

 

> -----Original Message-----
> From: cdt-dev-bounces@xxxxxxxxxxx 
> [mailto:cdt-dev-bounces@xxxxxxxxxxx] On Behalf Of Johan Walles
> Sent: August 8, 2005 5:03 AM
> To: CDT General developers list.
> Subject: Re: [cdt-dev] OT: Setting thread names (was: 
> Displaying thread names in debug view)
> 
> Do you know if pthreads supports setting thread names?  If 
> so, how do I set the name of a thread?

There is no API support for names threads in the POSIX spec at this
time.  There are some vendor extensions, but those aren't spec.

Thomas


Back to the top