Home
last modified time | relevance | path

Searched refs:aio_queue (Results 1 - 3 of 3) sorted by relevance

/third_party/musl/porting/linux/user/src/aio/
H A Daio.c25 * For each fd with outstanding aio operations, an aio_queue structure
27 * aio worker thread to exit. Accessing any member of the aio_queue
28 * structure requires a lock on the aio_queue. Adding and removing aio
54 struct aio_queue *q;
60 struct aio_queue { struct
69 struct aio_queue *q;
75 static struct aio_queue *****map;
83 static struct aio_queue *__aio_get_queue(int fd, int need) in __aio_get_queue()
91 struct aio_queue *q = 0; in __aio_get_queue()
125 static void __aio_unref_queue(struct aio_queue *
[all...]
/third_party/musl/porting/liteos_a/user/src/aio/
H A Daio.c26 * For each fd with outstanding aio operations, an aio_queue structure
28 * aio worker thread to exit. Accessing any member of the aio_queue
29 * structure requires a lock on the aio_queue. Adding and removing aio
55 struct aio_queue *q;
61 struct aio_queue { struct
70 struct aio_queue *q;
76 static struct aio_queue *****map;
83 static struct aio_queue *__aio_get_queue(int fd, int need) in __aio_get_queue()
91 struct aio_queue *q = 0; in __aio_get_queue()
125 static void __aio_unref_queue(struct aio_queue *
[all...]
/third_party/musl/src/aio/
H A Daio.c26 * For each fd with outstanding aio operations, an aio_queue structure
28 * aio worker thread to exit. Accessing any member of the aio_queue
29 * structure requires a lock on the aio_queue. Adding and removing aio
55 struct aio_queue *q;
61 struct aio_queue { struct
70 struct aio_queue *q;
76 static struct aio_queue *****map;
84 static struct aio_queue *__aio_get_queue(int fd, int need) in __aio_get_queue()
94 struct aio_queue *q = 0; in __aio_get_queue()
132 static void __aio_unref_queue(struct aio_queue *
[all...]

Completed in 3 milliseconds