Searched defs:background_work_arg (Results 1 – 2 of 2) sorted by relevance
691 void (*background_work_function)(void* background_work_arg), in Schedule()722 void* background_work_arg = background_work_queue_.front().arg; in BackgroundThreadMain() local
782 void (*background_work_function)(void* background_work_arg), in Schedule()813 void* background_work_arg = background_work_queue_.front().arg; in BackgroundThreadMain() local