Home
last modified time | relevance | path

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

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