Home
last modified time | relevance | path

Searched defs:BackgroundWorkItem (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/leveldb/util/
H A Denv_windows.cc664 struct BackgroundWorkItem { struct in leveldb::__anon0d865ec80111::WindowsEnv
665 explicit BackgroundWorkItem(void (*function)(void* arg), void* arg) in BackgroundWorkItem() argument
668 void (*const function)(void*);
669 void* const arg;
H A Denv_posix.cc732 struct BackgroundWorkItem { struct in leveldb::__anon233a18300111::PosixEnv
733 explicit BackgroundWorkItem(void (*function)(void* arg), void* arg) in BackgroundWorkItem() function
736 void (*const function)(void*);
737 void* const arg;