--TEST-- Test sem_acquire with nowait option --EXTENSIONS-- sysvsem pcntl --FILE-- --EXPECT-- P: parent process running. P: got semaphore. P: acquired semaphore. P: acquired semaphore. C: child process running. C: got semaphores. C: failed to acquire semaphore. C: releasing semaphore. P: releasing semaphore. C: success acquired semaphore. C: releasing semaphore. C: removing semaphore. P: removing semaphore.