Searched refs:thread_id (Results 1 – 2 of 2) sorted by relevance
20 void *thread_id; member
1715 unsigned long thread_id = mg_current_thread_id(); in DEBUG_TRACE_FUNC() local1730 thread_id, in DEBUG_TRACE_FUNC()5934 pthread_t thread_id; local5949 result = pthread_create(&thread_id, &attr, func, param);5962 pthread_t thread_id; local5978 result = pthread_create(&thread_id, &attr, func, param);5981 *threadidptr = thread_id;