On 8/16/23 07:51, Akihiko Odaki wrote:
static void expand_last_exec(int cpu_index) { - g_mutex_lock(&expand_array_lock); + g_rw_lock_writer_unlock(&expand_array_lock);
lock, not unlock. r~
On 8/16/23 07:51, Akihiko Odaki wrote:
static void expand_last_exec(int cpu_index) { - g_mutex_lock(&expand_array_lock); + g_rw_lock_writer_unlock(&expand_array_lock);
lock, not unlock. r~