Searched refs:thread (Results 1 - 20 of 20) sorted by relevance

/bind-9.6-ESV-R11/lib/isc/nothreads/
H A Dthread.c18 /* $Id: thread.c,v 1.5 2007/06/19 23:47:18 tbox Exp $ */
22 #include <isc/thread.h>
/bind-9.6-ESV-R11/lib/isc/win32/
H A Dthread.c18 /* $Id: thread.c,v 1.24 2007/06/19 23:47:19 tbox Exp $ */
24 #include <isc/thread.h>
30 isc_thread_t thread; local
33 thread = (isc_thread_t)_beginthreadex(NULL, 0, start, arg, 0, &id);
34 if (thread == NULL) {
39 *threadp = thread;
45 isc_thread_join(isc_thread_t thread, isc_threadresult_t *rp) { argument
48 result = WaitForSingleObject(thread, INFINITE);
53 if (rp != NULL && !GetExitCodeThread(thread, rp)) {
57 (void)CloseHandle(thread);
[all...]
H A Dapp.c41 #include <isc/thread.h>
73 * We need to remember which thread is the main thread...
H A Dcondition.c25 #include <isc/thread.h>
58 * Add the thread to the threadlist along with the required events
74 * Create the thread-specific handle
83 * Add the thread ID and handles to list of threads for broadcast
90 * The thread is holding the manager lock so this is safe
106 * Look for the thread ID.
154 * Notify every thread registered for this
212 * Get the thread events needed for the wait
H A Dlibisc.mak187 -@erase "$(INTDIR)\thread.obj"
234 "$(INTDIR)\thread.obj" \
449 -@erase "$(INTDIR)\thread.obj"
450 -@erase "$(INTDIR)\thread.sbr"
500 "$(INTDIR)\thread.sbr" \
587 "$(INTDIR)\thread.obj" \
1028 SOURCE=.\thread.c
1033 "$(INTDIR)\thread.obj" : $(SOURCE) "$(INTDIR)"
1039 "$(INTDIR)\thread.obj" "$(INTDIR)\thread
[all...]
H A Dsocket.c72 #include <isc/thread.h>
430 * that will signal the I/O thread to exit (gracefully)
447 "Can't request service thread to exit: %s"),
477 "Can't create IOCP thread: %s"),
804 * that thread handle sending the data along its way.
2397 * Set the thread priority high enough so I/O will
2399 * higher than the timer sync thread.
2408 "Can't set thread priority: %s"),
2666 * thread.
/bind-9.6-ESV-R11/lib/isc/pthreads/
H A Dthread.c18 /* $Id: thread.c,v 1.17 2007/06/19 23:47:18 tbox Exp $ */
24 #include <isc/thread.h>
33 isc_thread_t *thread)
60 ret = pthread_create(thread, &attr, func, arg);
32 isc_thread_create(isc_threadfunc_t func, isc_threadarg_t arg, isc_thread_t *thread) argument
/bind-9.6-ESV-R11/lib/isc/win32/include/isc/
H A Dcondition.h27 #include <isc/thread.h>
/bind-9.6-ESV-R11/bin/tests/
H A Drwlock_test.c27 #include <isc/thread.h>
/bind-9.6-ESV-R11/lib/dns/
H A Dopenssl_link.c45 #include <isc/thread.h>
H A Dname.c33 #include <isc/thread.h>
/bind-9.6-ESV-R11/lib/isc/
H A Dtimer.c32 #include <isc/thread.h>
96 isc_thread_t thread; member in struct:isc_timermgr
200 * run thread, or explicitly setting the value in the manager.
821 if (isc_thread_create(run, manager, &manager->thread) !=
894 * Wait for thread to exit.
896 if (isc_thread_join(manager->thread, NULL) != ISC_R_SUCCESS)
H A Drwlock.c48 #include <isc/thread.h> /* Required for isc_thread_self(). */
55 "rwlock %p thread %lu %s(%s): %s, %u active, "
H A Dtask.c39 #include <isc/thread.h>
48 #define XTRACE(m) fprintf(stderr, "task %p thread %lu: %s\n", \
50 #define XTTRACE(t, m) fprintf(stderr, "task %p thread %lu: %s\n", \
52 #define XTHREADTRACE(m) fprintf(stderr, "thread %lu: %s\n", \
1167 * Only one non-worker thread may ever call this routine.
1168 * If a worker thread wants to initiate shutdown of the
1169 * task manager, it should ask some non-worker thread to call
1171 * that the startup thread is sleeping on.
1311 * Write out the thread-model, and some details about each depending
1314 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "thread
[all...]
/bind-9.6-ESV-R11/contrib/sdb/ldap/
H A Dldapdb.c41 #include <isc/thread.h>
149 /* look for connection data for current thread */
153 /* no data for this thread, create empty connection list */
172 /* threaddata points at the connection list for current thread */
485 /* we assume that only one thread will call create at a time */
663 /* clean up thread data */
/bind-9.6-ESV-R11/bin/rndc/
H A Drndc.c42 #include <isc/thread.h>
/bind-9.6-ESV-R11/contrib/idn/idnkit-1.0-src/
H A Dltmain.sh1147 -thread-safe)
/bind-9.6-ESV-R11/
H A Dltmain.sh5692 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
5800 -thread-safe)
6197 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe \
/bind-9.6-ESV-R11/unit/atf-src/admin/
H A Dltmain.sh4579 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
4682 -thread-safe)
5070 -mt|-mthreads|-kthread|-Kthread|-pthread|-pthreads|--thread-safe|-threads)
/bind-9.6-ESV-R11/lib/isc/unix/
H A Dsocket.c56 #include <isc/thread.h>
174 * It's not clear whether this is a thread-related bug, but since we've only
3523 * This is the thread that will loop forever, always in a select or poll
3526 * When select returns something to do, track down what thread gets to do
3992 * Start up the select/poll thread.
4122 * Here, poke our select/poll thread. Do this by closing the write
4130 * Wait for thread to exit.

Completed in 91 milliseconds