Home
last modified time | relevance | path

Searched refs:time_out (Results 1 – 6 of 6) sorted by relevance

/third_party/musl/libc-test/src/functionalext/supplement/unistd/
Dalarm.c22 int time_out = 0; variable
25 time_out = 1; in handler()
/third_party/toybox/toys/pending/
Darping.c37 unsigned long time_out;
195 ((TT.time_out)*1000))) done(0); in send_signal()
/third_party/python/Lib/test/
Dtest_urllib2net.py72 time_out = TransientResource(OSError, errno=errno.ETIMEDOUT) variable
275 with time_out, \
/third_party/ffmpeg/libavcodec/
Ddvbsubdec.c126 int time_out; member
751 sub->end_display_time = ctx->time_out * 1000; in save_subtitle_set()
1320 ctx->time_out = timeout; in dvbsub_parse_page_segment()
1323 ff_dlog(avctx, "Page time out %ds, state %d\n", ctx->time_out, page_state); in dvbsub_parse_page_segment()
/third_party/python/Python/
Dfileutils.c1038 FILE_TIME_to_time_t_nsec(FILETIME *in_ptr, time_t *time_out, int* nsec_out) in FILE_TIME_to_time_t_nsec() argument
1046 *time_out = Py_SAFE_DOWNCAST((in / 10000000) - secs_between_epochs, __int64, time_t); in FILE_TIME_to_time_t_nsec()
/third_party/toybox/generated/
Dglobals.h483 unsigned long time_out; member