Lines Matching refs:time
77 #include <time.h>
81 #include <sys/time.h>
95 /* Workaround for missing TIME_UTC: If time.h doesn't provide TIME_UTC,
97 the only other supported time specifier: CLOCK_REALTIME (and if that fails,
152 * a compiler error), since compile-time TLS is not supported in the Mac OS X
173 #define thrd_timeout 2 /**< The time specified in the call was reached without acquiring the requested resource */
269 * at the time of the call. If no threads are blocked on the condition variable
270 * at the time of the call, the function does nothing and return success.
279 * at the time of the call. If no threads are blocked on the condition variable
280 * at the time of the call, the function does nothing and return success.
302 * cnd_broadcast, or until after the specified time. When the calling thread
306 * @param xt A point in time at which the request will time out (absolute time).
307 * @return @ref thrd_success upon success, or @ref thrd_timeout if the time
378 * @param time_point A point in time at which the thread will resume (absolute time).
379 * @param remaining If non-NULL, this parameter will hold the remaining time until
383 * time.