Home
last modified time | relevance | path

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

/dports/www/gatling/gatling-0.15/
H A Dgatling.c146 int threadpipe_query[2]; variable
150 int src=threadpipe_query[0]; in worker_thread()
170 if (pipe(threadpipe_query)==-1 || pipe(threadpipe_response)==-1) return; in init_threads()