Home
last modified time | relevance | path

Searched refs:background_work_function (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/leveldb/util/
H A Denv_windows.cc594 void Schedule(void (*background_work_function)(void* background_work_arg),
691 void (*background_work_function)(void* background_work_arg), in Schedule()
707 background_work_queue_.emplace(background_work_function, background_work_arg); in Schedule()
721 auto background_work_function = background_work_queue_.front().function; in BackgroundThreadMain() local
726 background_work_function(background_work_arg); in BackgroundThreadMain()
H A Denv_posix.cc663 void Schedule(void (*background_work_function)(void* background_work_arg),
782 void (*background_work_function)(void* background_work_arg), in Schedule()
798 background_work_queue_.emplace(background_work_function, background_work_arg); in Schedule()
812 auto background_work_function = background_work_queue_.front().function; in BackgroundThreadMain() local
817 background_work_function(background_work_arg); in BackgroundThreadMain()