From the docs we know that these are yielding functions and that they suspend execution until there’s an opportunity to switch to serial/parallel context.
If I remember correctly there really was only one point per frame for running parallel, but multiple were added by the time of the full release.
Update
More about scheduling in the latest release and comments.