OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:ReadPoolCtx_t
(Results
1 - 3
of
3
) sorted by relevancy
/src/external/bsd/zstd/dist/programs/
fileio_asyncio.h
78
}
ReadPoolCtx_t
;
156
ReadPoolCtx_t
* AIO_ReadPool_create(const FIO_prefs_t* prefs, size_t bufferSize);
160
void AIO_ReadPool_free(
ReadPoolCtx_t
* ctx);
165
void AIO_ReadPool_setAsync(
ReadPoolCtx_t
* ctx, int async);
169
void AIO_ReadPool_consumeBytes(
ReadPoolCtx_t
*ctx, size_t n);
176
size_t AIO_ReadPool_fillBuffer(
ReadPoolCtx_t
*ctx, size_t n);
180
size_t AIO_ReadPool_consumeAndRefill(
ReadPoolCtx_t
*ctx);
185
void AIO_ReadPool_setFile(
ReadPoolCtx_t
*ctx, FILE* file);
189
FILE* AIO_ReadPool_getFile(const
ReadPoolCtx_t
*ctx);
193
int AIO_ReadPool_closeFile(
ReadPoolCtx_t
*ctx)
[
all
...]
fileio_asyncio.c
412
static void AIO_ReadPool_releaseAllCompletedJobs(
ReadPoolCtx_t
* ctx) {
422
ReadPoolCtx_t
* const ctx = (
ReadPoolCtx_t
*)job->ctx;
436
static IOJob_t* AIO_ReadPool_findNextWaitingOffsetCompletedJob_locked(
ReadPoolCtx_t
* ctx) {
455
static size_t AIO_ReadPool_numReadsInFlight(
ReadPoolCtx_t
* ctx) {
463
static IOJob_t* AIO_ReadPool_getNextCompletedJob(
ReadPoolCtx_t
* ctx) {
490
ReadPoolCtx_t
* const ctx = (
ReadPoolCtx_t
*)job->ctx;
509
static void AIO_ReadPool_enqueueRead(
ReadPoolCtx_t
* ctx) {
516
static void AIO_ReadPool_startReading(
ReadPoolCtx_t
* ctx)
[
all
...]
fileio.c
1073
ReadPoolCtx_t
*readCtx;
2319
ReadPoolCtx_t
*readCtx;
Completed in 20 milliseconds
Indexes created Mon Jun 29 00:24:49 UTC 2026