/*
* Copyright (C) 1998-2001, 2004, 2005, 2007, 2016, 2017 Internet Systems Consortium, Inc. ("ISC")
*
* This Source Code Form is subject to the terms of the Mozilla Public
* License, v. 2.0. If a copy of the MPL was not distributed with this
* file, You can obtain one at http://mozilla.org/MPL/2.0/.
*/
#include <config.h>
#include <process.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);
}
void
/*
* This is unnecessary on Win32 systems, but is here so that the
* call exists
*/
}
void
}
void *
return(TlsGetValue(key));
}
int
}
int
}
int
}