Searched refs:timeout_in_secs (Results 1 – 5 of 5) sorted by relevance
135 void evhttp_set_timeout(struct evhttp *, int timeout_in_secs);276 int timeout_in_secs);
475 evrpc_pool_set_timeout(struct evrpc_pool *pool, int timeout_in_secs) in evrpc_pool_set_timeout() argument479 evcon->timeout = timeout_in_secs; in evrpc_pool_set_timeout()481 pool->timeout = timeout_in_secs; in evrpc_pool_set_timeout()
431 void evrpc_pool_set_timeout(struct evrpc_pool *pool, int timeout_in_secs);
1730 int timeout_in_secs) in evhttp_connection_set_timeout() argument1732 evcon->timeout = timeout_in_secs; in evhttp_connection_set_timeout()2384 evhttp_set_timeout(struct evhttp* http, int timeout_in_secs) in evhttp_set_timeout() argument2386 http->timeout = timeout_in_secs; in evhttp_set_timeout()
858 void btu_start_timer_oneshot(TIMER_LIST_ENT *p_tle, UINT16 type, UINT32 timeout_in_secs) { in btu_start_timer_oneshot() argument859 INT32 timeout_in_ticks = GKI_SECS_TO_TICKS(timeout_in_secs); in btu_start_timer_oneshot()860 BTM_TRACE_DEBUG("Starting oneshot timer type:%d timeout:%ds", type, timeout_in_secs); in btu_start_timer_oneshot()