Searched refs:thrd (Results 1 - 4 of 4) sorted by relevance

/macosx-10.9.5/bind9-45.100/bind9/lib/isc/win32/
H A Dcondition.c61 register_thread(unsigned long thrd, isc_condition_t *gblcond, argument
87 newthread->th = thrd;
98 find_thread_condition(unsigned long thrd, isc_condition_t *cond, argument
112 if (threadcond->th == thrd) {
121 return (register_thread(thrd, cond, threadcondp));
/macosx-10.9.5/ntp-88/lib/isc/win32/
H A Dcondition.c61 register_thread(unsigned long thrd, isc_condition_t *gblcond, argument
87 newthread->th = thrd;
98 find_thread_condition(unsigned long thrd, isc_condition_t *cond, argument
112 if (threadcond->th == thrd) {
121 return (register_thread(thrd, cond, threadcondp));
/macosx-10.9.5/emacs-92/emacs/src/
H A Dw32.h72 HANDLE thrd; member in struct:_child_process
H A Dw32proc.c187 cp->thrd = CreateThread (NULL, 1024, reader_thread, cp, 0, &id);
188 if (cp->thrd)
210 if (cp->thrd)
214 if (GetExitCodeThread (cp->thrd, &rc) && rc == STILL_ACTIVE)
219 if (WaitForSingleObject (cp->thrd, 1000) != WAIT_OBJECT_0)
223 TerminateThread (cp->thrd, 0);
226 CloseHandle (cp->thrd);
227 cp->thrd = NULL;

Completed in 112 milliseconds