On a multiple processor machine, more than 1 process can be executing simultaneously - true concurrency.
On a uniprocessor, execution of multiple processes can be interleaved as a result of scheduling.
This is sometimes called pseudo concurrency as opposed to true concurrency, but the synchronization issues are essentially the same.
Both kinds will be referred to as concurrency and disgtinguished only in cases where it makes a difference.