Home
last modified time | relevance | path

Searched refs:shutdown_timeout (Results 1 - 6 of 6) sorted by relevance

/third_party/toybox/lib/
H A Dnet.c98 // Returns 0: both closed, 1 shutdown_timeout, 2 timeout
99 int pollinate(int in1, int in2, int out1, int out2, int timeout, int shutdown_timeout) in pollinate() argument
126 timeout = shutdown_timeout; in pollinate()
H A Dlib.h369 int pollinate(int in1, int in2, int out1, int out2, int timeout, int shutdown_timeout);
/third_party/python/Lib/multiprocessing/
H A Dmanagers.py500 ctx=None, *, shutdown_timeout=1.0):
510 self._shutdown_timeout = shutdown_timeout
661 shutdown_timeout):
676 process.join(timeout=shutdown_timeout)
682 process.join(timeout=shutdown_timeout)
/third_party/python/Lib/test/test_asyncio/
H A Dtest_base_events.py1447 shutdown_timeout = object()
1453 ssl_shutdown_timeout=shutdown_timeout)
1461 ssl_shutdown_timeout=shutdown_timeout)
1468 ssl_shutdown_timeout=shutdown_timeout)
1476 ssl_shutdown_timeout=shutdown_timeout)
1483 ssl_shutdown_timeout=shutdown_timeout)
1491 ssl_shutdown_timeout=shutdown_timeout)
/third_party/toybox/porting/liteos_a/lib/
H A Dlib.h360 int pollinate(int in1, int in2, int out1, int out2, int timeout, int shutdown_timeout);
/third_party/python/Lib/test/
H A D_test_multiprocessing.py124 # BaseManager.shutdown_timeout
2925 manager = MyManager(shutdown_timeout=SHUTDOWN_TIMEOUT)
2936 manager = MyManager(shutdown_timeout=SHUTDOWN_TIMEOUT)
2945 manager = MyManager(shutdown_timeout=SHUTDOWN_TIMEOUT)
3008 shutdown_timeout=SHUTDOWN_TIMEOUT)
3019 shutdown_timeout=SHUTDOWN_TIMEOUT)
3029 shutdown_timeout=SHUTDOWN_TIMEOUT)
3050 shutdown_timeout=SHUTDOWN_TIMEOUT)
3059 serializer=SERIALIZER, shutdown_timeout=SHUTDOWN_TIMEOUT)
3080 shutdown_timeout
[all...]

Completed in 12 milliseconds