pthread_setname_np

Prototype to allow linking to pthread's function for naming threads.

version(Posix)
private extern (C)
int
pthread_setname_np
(
pthread_t
,
const char*
)