Searched refs:timeout_str (Results 1 – 3 of 3) sorted by relevance
312 const char *timeout_str; in device_new_hook_cb() local329 …timeout_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()
749 char timeout_str[GRPC_HTTP2_TIMEOUT_ENCODE_MIN_BUFSIZE]; in deadline_enc() local752 timeout_str); in deadline_enc()754 GRPC_MDSTR_GRPC_TIMEOUT, grpc_core::UnmanagedMemorySlice(timeout_str)); in deadline_enc()
610 timeout_str = str(datetime.timedelta(seconds=TIMEOUT))656 … header = r'Timeout \(%s\)!\nThread 0x[0-9a-f]+ \(most recent call first\):\n' % timeout_str