Searched refs:FreeBSDThread (Results 1 – 1 of 1) sorted by relevance
48 class FreeBSDThread class51 FreeBSDThread(const char *thread_name) in FreeBSDThread() function in FreeBSDThread57 delete (FreeBSDThread*)v; in PThreadDestructor()67 ::pthread_key_create (&g_thread_create_key, FreeBSDThread::PThreadDestructor); in InitThreadCreated()76 ::pthread_setspecific (g_thread_create_key, new FreeBSDThread(thread_name)); in ThreadCreated()