Searched refs:isc_thread_self (Results 1 - 9 of 9) sorted by relevance
/bind-9.11.3/lib/isc/nothreads/include/isc/ |
H A D | thread.h | 33 #define isc_thread_self() ((unsigned long)0) macro
|
/bind-9.11.3/lib/isc/pthreads/include/isc/ |
H A D | thread.h | 51 #define isc_thread_self \ macro
|
/bind-9.11.3/lib/isc/win32/include/isc/ |
H A D | thread.h | 64 #define isc_thread_self (unsigned long)GetCurrentThreadId macro
|
/bind-9.11.3/lib/isc/win32/ |
H A D | condition.c | 206 tresult = find_thread_condition(isc_thread_self(), cond, &threadcond);
|
/bind-9.11.3/lib/dns/ |
H A D | openssl_link.c | 121 return ((unsigned long)isc_thread_self()); 186 CRYPTO_THREADID_set_numeric(id, (unsigned long)isc_thread_self());
|
/bind-9.11.3/lib/isc/ |
H A D | rwlock.c | 49 #include <isc/thread.h> /* Required for isc_thread_self(). */ 61 rwl, isc_thread_self(), operation, 76 rwl, isc_thread_self(), operation,
|
H A D | task.c | 63 task, isc_thread_self(), (m)) 65 (t), isc_thread_self(), (m)) 67 isc_thread_self(), (m))
|
/bind-9.11.3/contrib/sdb/ldap/ |
H A D | ldapdb.c | 149 threadid = isc_thread_self();
|
/bind-9.11.3/bin/named/ |
H A D | query.c | 143 (unsigned long) isc_thread_self(), 153 (unsigned long) isc_thread_self(),
|
Completed in 720 milliseconds