bind9/lib/isc/pthreads
Ondřej Surý a0181056a8 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.
2021-02-25 16:21:10 +01:00
..
include Change the isc_thread_self() return type to uintptr_t 2021-02-25 16:21:10 +01:00
condition.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
mutex.c update all copyright headers to eliminate the typo 2020-09-14 16:20:40 -07:00
thread.c Add isc_trampoline API to have simple accounting around threads 2021-02-25 16:21:10 +01:00