PostgreSQL Source Code: src/include/storage/io_worker.h Source File

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_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
20extern PGDLLIMPORT int io_workers;
21
22#endif /* IO_WORKER_H */
#define PGDLLIMPORT
Definition: c.h:1319
#define pg_noreturn
Definition: c.h:164
pg_noreturn void IoWorkerMain(const void *startup_data, size_t startup_data_len)
Definition: method_worker.c:386
PGDLLIMPORT int io_workers
Definition: method_worker.c:94

AltStyle によって変換されたページ (->オリジナル) /