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
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:1334
pg_noreturn
#define pg_noreturn
Definition
c.h:164
IoWorkerMain
pg_noreturn void IoWorkerMain(const void *startup_data, size_t startup_data_len)
Definition
method_worker.c:385
io_workers
PGDLLIMPORT int io_workers
Definition
method_worker.c:93
fb
static int fb(int x)
Definition
preproc-init.c:92
src
include
storage
io_worker.h
Generated on Sat Jan 31 2026 12:13:16 for PostgreSQL Source Code by
1.9.8