thread.c revision d25afd60ee2286cb171c4960a790f3d7041b6f85
#include <config.h>
{
unsigned int id;
/* XXX */
return (ISC_R_UNEXPECTED);
}
return (ISC_R_SUCCESS);
}
if (result != WAIT_OBJECT_0) {
/* XXX */
return (ISC_R_UNEXPECTED);
}
/* XXX */
return (ISC_R_UNEXPECTED);
}
(void)CloseHandle(thread);
return (ISC_R_SUCCESS);
}