WordPress File wp-includes/cron.php

_wp_cron()

Run scheduled callbacks or spawn cron for all scheduled events.

spawn_cron()

Sends a request to run cron through HTTP request that doesn’t halt page loading.

wp_cron()

Register _wp_cron() to run on the {@see ‘wp_loaded’} action.