OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:asyncWrite
(Results
1 - 2
of
2
) sorted by null
/frameworks/rs/
rsThreadIO.h
60
void
asyncWrite
(const void *data, size_t len);
/external/chromium_org/third_party/sqlite/src/ext/async/
sqlite3async.c
37
typedef struct
AsyncWrite
AsyncWrite
;
100
**
asyncWrite
, asyncClose, asyncTruncate, asyncSync
386
AsyncWrite
*pQueueFirst; /* Next write operation to be processed */
387
AsyncWrite
*pQueueLast; /* Last write operation on the list */
396
/* Possible values of
AsyncWrite
.op */
414
** Entries on the write-op queue are instances of the
AsyncWrite
418
** on the value of
AsyncWrite
.op:
451
** This space is sqlite3_malloc()d along with the
AsyncWrite
structure in a
455
struct
AsyncWrite
{
[
all
...]
Completed in 26 milliseconds