Searched refs:background_work_function (Results 1 – 2 of 2) sorted by relevance
594 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() local726 background_work_function(background_work_arg); in BackgroundThreadMain()
663 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() local817 background_work_function(background_work_arg); in BackgroundThreadMain()