No, this does not mean that the process is blocked. Some system calls are blocked and some are not. However, note that during the time that the kernel processes the system call while the process continues to run, your own user code is not executed, but the kernel code is executed on behalf of the process.
source share