|
|
|
Re: [PATCH] Use pthread_self instead of thr_self on BSD | |
| [Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] | |
On 30/07/2011 11:55, Jens Axboe wrote:
On 2011-07-30 11:43, Bruce Cran wrote:The attached patch uses pthread_self to get the thread ID instead of the non-POSIX thr_self This fixes a compiler warning on FreeBSD.Does pthread_self() return a thread ID in the PID name space, so to speak?
Hmm no, it doesn't seem to. In that case <sys/thr.h> should probably be included to get the definition of thr_self().
-- Bruce Cran -- To unsubscribe from this list: send the line "unsubscribe fio" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html
![]() |