Does usleep consume CPU cycles?

Someone posted a comment in the php usleep manual that usleep() consumes CPU cycles whereas sleep() and time_nanosleep() do not. Is this true for PHP 7.x?