1019
1024
mutex_create(kernel_mutex_key, &kernel_mutex, SYNC_KERNEL);
1021
1026
mutex_create(srv_innodb_monitor_mutex_key,
1022
1027
&srv_innodb_monitor_mutex, SYNC_NO_ORDER_CHECK);
1026
1031
for (i = 0; i < OS_THREAD_MAX_N; i++) {
1027
1032
slot = srv_table_get_nth_slot(i);