Originally posted by: SystemAdmin
The Win32 function WaitForSingleObject( ) waits on a synchronization object. It does not return
until the object becomes available or a time-out occurs.
This is equivalent to the linux semtimedop() function.
Is there a equivalent AIX function ?
#AIX-Forum