P99
int mtx_timedlock ( mtx_t *restrict  p00_mtx,
const struct timespec *restrict  p00_ts 
) [inline]
Returns:
thrd_success upon success, or thrd_timedout if the time specified in the call was reached without acquiring the requested resource, or thrd_error if the request could not be honored.

Definition at line 623 of file p99_threads.h.

References P99_ENCP, thrd_error, thrd_success, and thrd_timedout.

 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Friends Defines