Searched refs:current_pool (Results 1 – 2 of 2) sorted by relevance
79 struct wl_shm_pool *current_pool; member499 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()
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