Searched defs:send_thrctx (Results 1 – 1 of 1) sorted by relevance
104 struct send_thrctx { struct105 struct conn_ctx_list t_conn;106 pthread_mutex_t t_lock;107 pthread_cond_t t_cond;109 struct send_globctx *t_glob;110 struct timespec t_start;111 struct timespec t_end;112 double t_run_us; /* unit: us */114 pthread_t t_tid;115 int t_id;