Obtains a value representing a desired expiration time.
pthread_get_expiration_np(
                          delta,
                          abstime );
 
Argument         Data Type               Access
delta            struct timespec         read
abstime          struct timespec         write
extern int pthread_get_expiration_np ( struct timespec *delta, struct timespec *abstime);
The struct timespec structure contains the following two fields:
Return Error Description0 Successful completion. -1 [EINVAL] The value specified by delta is invalid.