mirror of
https://github.com/isc-projects/bind9.git
synced 2026-02-25 19:04:57 -05:00
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
|
||
|---|---|---|
| .. | ||
| include | ||
| condition.c | ||
| Makefile.in | ||
| mutex.c | ||
| thread.c | ||