PostgreSQL Source Code
git master
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
18
pg_noreturn
extern
void
IoWorkerMain
(
const
void
*startup_data,
size_t
startup_data_len);
19
20
extern
PGDLLIMPORT
int
io_workers
;
21
22
#endif
/* IO_WORKER_H */
PGDLLIMPORT
#define PGDLLIMPORT
Definition:
c.h:1291
pg_noreturn
#define pg_noreturn
Definition:
c.h:165
IoWorkerMain
pg_noreturn void IoWorkerMain(const void *startup_data, size_t startup_data_len)
Definition:
method_worker.c:383
io_workers
PGDLLIMPORT int io_workers
Definition:
method_worker.c:93
src
include
storage
io_worker.h
Generated on Tue May 6 2025 12:13:28 for PostgreSQL Source Code by
1.9.4