PostgreSQL Source Code git master
All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
io_worker.h
Go to the documentation of this file.
1/*-------------------------------------------------------------------------
2 *
3 * io_worker.h
4 * IO worker for implementing AIO "ourselves"
5 *
6 *
7 * Portions Copyright (c) 1996-2025, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
9 *
10 * src/include/storage/io.h
11 *
12 *-------------------------------------------------------------------------
13 */
14#ifndef IO_WORKER_H
15#define IO_WORKER_H
16
17
18pg_noreturn extern void IoWorkerMain(const void *startup_data, size_t startup_data_len);
19
20extern PGDLLIMPORT int io_workers;
21
22#endif /* IO_WORKER_H */
#define PGDLLIMPORT
Definition: c.h:1291
#define pg_noreturn
Definition: c.h:165
pg_noreturn void IoWorkerMain(const void *startup_data, size_t startup_data_len)
PGDLLIMPORT int io_workers
Definition: method_worker.c:92