Searched refs:tg1 (Results 1 – 3 of 3) sorted by relevance
/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_pq/ |
D | pq_multi_thread_pass.cpp | 132 boost::thread_group tg1; in compute_sum() local 136 tg1.create_thread(boost::bind(push_range, &pq, i*(limit/n)+1, (i+1)*(limit/n)+1)); in compute_sum() 139 tg1.join_all(); in compute_sum() 176 boost::thread_group tg1; in sum_with_moving() local 180 tg1.create_thread(boost::bind(push_range, &pq1, i*(limit/n)+1, (i+1)*(limit/n)+1)); in sum_with_moving() 183 tg1.join_all(); in sum_with_moving()
|
/third_party/iptables/iptables/ |
D | nft-shared.c | 963 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2) in compare_targets() argument 965 if (tg1 == NULL && tg2 == NULL) in compare_targets() 968 if (tg1 == NULL || tg2 == NULL) in compare_targets() 970 if (tg1->userspacesize != tg2->userspacesize) in compare_targets() 973 if (strcmp(tg1->t->u.user.name, tg2->t->u.user.name) != 0) in compare_targets() 976 if (memcmp(tg1->t->data, tg2->t->data, tg1->userspacesize) != 0) in compare_targets()
|
D | nft-shared.h | 173 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2);
|