1003
1024
mutex_create(kernel_mutex_key, &kernel_mutex, SYNC_KERNEL);
1005
1026
mutex_create(srv_innodb_monitor_mutex_key,
1006
1027
&srv_innodb_monitor_mutex, SYNC_NO_ORDER_CHECK);
1010
1031
for (i = 0; i < OS_THREAD_MAX_N; i++) {
1011
1032
slot = srv_table_get_nth_slot(i);