Home
last modified time | relevance | path

Searched refs:timeout_str (Results 1 – 3 of 3) sorted by relevance

/third_party/pulseaudio/src/modules/
Dmodule-suspend-on-idle.c312 const char *timeout_str; in device_new_hook_cb() local
329timeout_str = pa_proplist_gets(sink ? sink->proplist : source->proplist, "module-suspend-on-idle.t… in device_new_hook_cb()
330 if (timeout_str && pa_atoi(timeout_str, &timeout) >= 0) in device_new_hook_cb()
/third_party/grpc/src/core/ext/transport/chttp2/transport/
Dhpack_encoder.cc749 char timeout_str[GRPC_HTTP2_TIMEOUT_ENCODE_MIN_BUFSIZE]; in deadline_enc() local
752 timeout_str); in deadline_enc()
754 GRPC_MDSTR_GRPC_TIMEOUT, grpc_core::UnmanagedMemorySlice(timeout_str)); in deadline_enc()
/third_party/python/Lib/test/
Dtest_faulthandler.py610 timeout_str = str(datetime.timedelta(seconds=TIMEOUT))
656 … header = r'Timeout \(%s\)!\nThread 0x[0-9a-f]+ \(most recent call first\):\n' % timeout_str