Home
last modified time | relevance | path

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

/external/wayland/src/
Dwayland-shm.c79 struct wl_shm_pool *current_pool; member
499 pool = sigbus_data->current_pool; in sigbus_handler()
602 assert(sigbus_data->current_pool == NULL || in wl_shm_buffer_begin_access()
603 sigbus_data->current_pool == pool); in wl_shm_buffer_begin_access()
605 sigbus_data->current_pool = pool; in wl_shm_buffer_begin_access()
640 sigbus_data->current_pool = NULL; in wl_shm_buffer_end_access()
/external/autotest/site_utils/
Dlab_inventory_unittest.py910 current_pool = None
918 elif current_pool is None:
923 current_pool = pools_mentioned[0]
925 model_text[current_pool] = []
926 poolset.remove(current_pool)
931 model_text[current_pool].append(line)
933 current_pool = None