| /src/external/bsd/ntp/dist/libntp/lib/isc/nothreads/include/isc/ |
| thread.h | 33 #define isc_thread_self() ((unsigned long)0) macro
|
| /src/external/mpl/bind/dist/lib/isc/include/isc/ |
| thread.h | 59 #define isc_thread_self (uintptr_t)pthread_self macro
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/pthreads/include/isc/ |
| thread.h | 52 #define isc_thread_self \ macro
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/pthreads/include/isc/ |
| thread.h | 56 #define isc_thread_self (uintptr_t) pthread_self macro
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| trampoline.c | 99 trampolines[0]->self = isc_thread_self(); 166 REQUIRE(trampoline->self == isc_thread_self()); 194 trampoline->self = isc_thread_self();
|
| tls.c | 59 CRYPTO_THREADID_set_numeric(id, (unsigned long)isc_thread_self());
|
| rwlock.c | 182 #include <isc/thread.h> /* Required for isc_thread_self(). */ 191 rwl, isc_thread_self(), operation,
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/include/isc/ |
| thread.h | 75 #define isc_thread_self (unsigned long)GetCurrentThreadId macro
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/win32/ |
| condition.c | 216 tresult = find_thread_condition(isc_thread_self(), cond, &threadcond);
|
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| task.c | 73 task, isc_thread_self(), (m)) 75 (t), isc_thread_self(), (m)) 77 isc_thread_self(), (m))
|
| /src/external/mpl/bind/dist/lib/isc/ |
| tls.c | 78 CRYPTO_THREADID_set_numeric(id, (unsigned long)isc_thread_self());
|
| /src/external/mpl/bind/dist/lib/ns/ |
| query.c | 174 client, isc_thread_self(), qbuf, tbuf, 182 client, isc_thread_self(), message);
|