Searched refs:current_pool (Results 1 – 2 of 2) sorted by relevance
74 struct wl_shm_pool *current_pool; member483 pool = sigbus_data->current_pool; in sigbus_handler()583 assert(sigbus_data->current_pool == NULL || in wl_shm_buffer_begin_access()584 sigbus_data->current_pool == pool); in wl_shm_buffer_begin_access()586 sigbus_data->current_pool = pool; in wl_shm_buffer_begin_access()617 sigbus_data->current_pool = NULL; in wl_shm_buffer_end_access()
910 current_pool = None918 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