Deleted Added
full compact
osunixxf.c (231844) osunixxf.c (235945)
1/******************************************************************************
2 *
3 * Module Name: osunixxf - UNIX OSL interfaces
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 1227 unchanged lines hidden (view full) ---

1236 if (ret)
1237 {
1238 AcpiOsPrintf("Create thread failed");
1239 }
1240 return (0);
1241}
1242
1243#endif /* ACPI_SINGLE_THREADED */
1/******************************************************************************
2 *
3 * Module Name: osunixxf - UNIX OSL interfaces
4 *
5 *****************************************************************************/
6
7/*
8 * Copyright (C) 2000 - 2012, Intel Corp.

--- 1227 unchanged lines hidden (view full) ---

1236 if (ret)
1237 {
1238 AcpiOsPrintf("Create thread failed");
1239 }
1240 return (0);
1241}
1242
1243#endif /* ACPI_SINGLE_THREADED */
1244
1245
1246/******************************************************************************
1247 *
1248 * FUNCTION: AcpiOsWaitEventsComplete
1249 *
1250 * PARAMETERS: None
1251 *
1252 * RETURN: None
1253 *
1254 * DESCRIPTION: Wait for all asynchronous events to complete. This
1255 * implementation does nothing.
1256 *
1257 *****************************************************************************/
1258
1259void
1260AcpiOsWaitEventsComplete (
1261 void)
1262{
1263 return;
1264}