PostgreSQL Source Code git master
Loading...
Searching...
No Matches
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-2026, PostgreSQL Global Development Group
8 * Portions Copyright (c) 1994, Regents of the University of California
9 *
10 * src/include/storage/io_worker.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
20/* Public GUCs. */
25
26/* Interfaces visible to the postmaster. */
29extern bool pgaio_worker_pm_test_grow(void);
30
31#endif /* IO_WORKER_H */
#define PGDLLIMPORT
Definition c.h:1421
#define pg_noreturn
Definition c.h:190
bool pgaio_worker_pm_test_grow_signal_sent(void)
PGDLLIMPORT int io_min_workers
PGDLLIMPORT int io_worker_idle_timeout
PGDLLIMPORT int io_max_workers
bool pgaio_worker_pm_test_grow(void)
PGDLLIMPORT int io_worker_launch_interval
pg_noreturn void IoWorkerMain(const void *startup_data, size_t startup_data_len)
void pgaio_worker_pm_clear_grow_signal_sent(void)
static int fb(int x)