Home
last modified time | relevance | path

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

/third_party/boost/libs/thread/test/sync/mutual_exclusion/sync_pq/
Dpq_multi_thread_pass.cpp133 boost::thread_group tg2; in compute_sum() local
137 tg2.create_thread(boost::bind(atomic_pull, &pq, &sum)); in compute_sum()
142 tg2.join_all(); in compute_sum()
177 boost::thread_group tg2; in sum_with_moving() local
181 tg2.create_thread(boost::bind(move_between_queues, &pq1, &pq2)); in sum_with_moving()
186 tg2.join_all(); in sum_with_moving()
/third_party/iptables/iptables/
Dnft-shared.c963 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()
Diptables.c931 struct xtables_target *target, *tg, *tg2; in print_rule4() local
940 tg = tg2 = xtables_find_target_revision(name, XTF_TRY_LOAD, in print_rule4()
942 if (!tg2) in print_rule4()
943 tg2 = target; in print_rule4()
944 printf(" -j %s", tg2->alias ? tg2->alias(t) : target_name); in print_rule4()
Dip6tables.c935 struct xtables_target *target, *tg, *tg2; in print_rule6() local
944 tg = tg2 = xtables_find_target_revision(name, XTF_TRY_LOAD, in print_rule6()
946 if (!tg2) in print_rule6()
947 tg2 = target; in print_rule6()
948 printf(" -j %s", tg2->alias ? tg2->alias(t) : target_name); in print_rule6()
Dnft-shared.h173 bool compare_targets(struct xtables_target *tg1, struct xtables_target *tg2);
/third_party/ffmpeg/libavformat/
Dmovenc.c7346 MOV_CLASS(tg2)