bind9/lib/isc/pthreads
Ondřej Surý f92b77ff0d Change the isc_thread_self() return type to uintptr_t
The pthread_self(), thrd_current() or GetCurrentThreadId() could
actually be a pointer, so we should rather convert the value into
uintptr_t instead of unsigned long.

(cherry picked from commit a0181056a8)
2021-02-26 21:14:17 +01:00
..
include Change the isc_thread_self() return type to uintptr_t 2021-02-26 21:14:17 +01:00
condition.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
Makefile.in update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
mutex.c update all copyright headers to eliminate the typo 2020-09-14 16:50:58 -07:00
thread.c Add isc_trampoline API to have simple accounting around threads 2021-02-26 21:14:17 +01:00