Home
last modified time | relevance | path

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

/dports/net-p2p/cpuminer/cpuminer-2.5.0/
H A Dminer.h189 extern int longpoll_thr_id;
H A Dcpu-miner.c145 int longpoll_thr_id = -1; variable
652 tq_push(thr_info[longpoll_thr_id].q, lp_uri); in gbt_work_decode()
1955 longpoll_thr_id = opt_n_threads + 1; in main()
1956 thr = &thr_info[longpoll_thr_id]; in main()
1957 thr->id = longpoll_thr_id; in main()
H A Dutil.c449 tq_push(thr_info[longpoll_thr_id].q, hi.lp_path);