linux/linux_reals/real_threadpool_renames.h (14 lines of code) (raw):
// Copyright (c) Microsoft. All rights reserved.
// Licensed under the MIT license. See LICENSE file in the project root for full license information.
#define THREADPOOL real_THREADPOOL
#define THREADPOOL_WORK_ITEM real_THREADPOOL_WORK_ITEM
#define THREADPOOL_TIMER real_THREADPOOL_TIMER
#define threadpool_create real_threadpool_create
#define threadpool_create_work_item real_threadpool_create_work_item
#define threadpool_schedule_work_item real_threadpool_schedule_work_item
#define threadpool_destroy_work_item real_threadpool_destroy_work_item
#define threadpool_schedule_work real_threadpool_schedule_work
#define threadpool_timer_start real_threadpool_timer_start
#define threadpool_timer_restart real_threadpool_timer_restart
#define threadpool_timer_cancel real_threadpool_timer_cancel
#define TASK_RESULT real_TASK_RESULT
#define THREADPOOL_STATE real_THREADPOOL_STATE
#define TIMER_STATE real_TIMER_STATE