Home
last modified time | relevance | path

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

/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_cond_init/
H A D4-2.c238 pthread_t th_work, th_sig1, th_sig2; in main() local
253 if ((ret = pthread_create(&th_work, NULL, threaded, NULL))) in main()
256 arg1.thr = &th_work; in main()
257 arg2.thr = &th_work; in main()
285 if ((ret = pthread_join(th_work, NULL))) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_mutex_init/
H A D5-3.c246 pthread_t th_work, th_sig1, th_sig2; in main() local
261 if ((ret = pthread_create(&th_work, NULL, threaded, NULL))) in main()
264 arg1.thr = &th_work; in main()
265 arg2.thr = &th_work; in main()
293 if ((ret = pthread_join(th_work, NULL))) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_mutex_lock/
H A D3-1.c288 pthread_t th_work, th_sig1, th_sig2; in main() local
309 if ((ret = pthread_create(&th_work, NULL, threaded, NULL))) in main()
312 arg1.thr = &th_work; in main()
313 arg2.thr = &th_work; in main()
353 if ((ret = pthread_join(th_work, NULL))) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_getschedparam/
H A D4-1.c212 pthread_t th_work, th_sig1, th_sig2; in main() local
270 if ( ( ret = pthread_create( &th_work, NULL, test, NULL ) ) ) in main()
319 if ( ( ret = pthread_join( th_work, NULL ) ) ) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_equal/
H A D2-1.c177 pthread_t th_work, th_sig1, th_sig2, me; in main() local
213 if ((ret = pthread_create(&th_work, NULL, test, (void *)&me))) in main()
248 if ((ret = pthread_join(th_work, NULL))) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_kill/
H A D8-1.c230 pthread_t th_work, th_sig1, th_sig2; in main() local
288 if ( ( ret = pthread_create( &th_work, NULL, test, NULL ) ) ) in main()
337 if ( ( ret = pthread_join( th_work, NULL ) ) ) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_atfork/
H A D3-3.c220 pthread_t th_work, th_sig1, th_sig2, me; in main() local
280 if ( ( ret = pthread_create( &th_work, NULL, test, &me ) ) ) in main()
329 if ( ( ret = pthread_join( th_work, NULL ) ) ) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_cancel/
H A D5-2.c237 pthread_t th_work, th_sig1, th_sig2; in main() local
295 if ( ( ret = pthread_create( &th_work, NULL, test, NULL ) ) ) in main()
344 if ( ( ret = pthread_join( th_work, NULL ) ) ) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_setschedparam/
H A D5-1.c219 pthread_t th_work, th_sig1, th_sig2, me; in main() local
279 if ( ( ret = pthread_create( &th_work, NULL, test, &me ) ) ) in main()
328 if ( ( ret = pthread_join( th_work, NULL ) ) ) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_join/
H A D6-3.c252 pthread_t th_work, th_sig1, th_sig2; in main() local
314 if ( ( ret = pthread_create( &th_work, NULL, test, NULL ) ) ) in main()
363 if ( ( ret = pthread_join( th_work, NULL ) ) ) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_once/
H A D6-1.c241 pthread_t th_work, th_sig1, th_sig2; in main() local
299 if ( ( ret = pthread_create( &th_work, NULL, test, NULL ) ) ) in main()
348 if ( ( ret = pthread_join( th_work, NULL ) ) ) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_sigmask/
H A D18-1.c246 pthread_t th_work, th_sig1, th_sig2; in main() local
304 if ( ( ret = pthread_create( &th_work, NULL, test, NULL ) ) ) in main()
353 if ( ( ret = pthread_join( th_work, NULL ) ) ) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_detach/
H A D4-3.c251 pthread_t th_work, th_sig1, th_sig2; in main() local
288 if ((ret = pthread_create(&th_work, NULL, test, NULL))) in main()
323 if ((ret = pthread_join(th_work, NULL))) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_create/
H A D14-1.c255 pthread_t th_work, th_sig1, th_sig2; in main() local
292 if ((ret = pthread_create(&th_work, NULL, test, NULL))) in main()
319 if ((ret = pthread_join(th_work, NULL))) in main()
/dports/misc/posixtestsuite/posixtestsuite/conformance/interfaces/pthread_mutex_trylock/
H A D4-3.c267 pthread_t th_work, th_sig1, th_sig2; in main() local
301 if ((ret = pthread_create(&th_work, NULL, test, NULL))) in main()
331 if ((ret = pthread_join(th_work, NULL))) in main()
/dports/science/gromacs/gromacs-2021.4/src/gromacs/domdec/
H A Ddomdec_topology.cpp159 std::vector<thread_work_t> th_work; member
730 rt.th_work.emplace_back(mtop->ffparams); in make_reverse_top()
1439 const int numThreads = rt->th_work.size(); in make_local_bondeds_excls()
1457 idef_t = &rt->th_work[thread].idef; in make_local_bondeds_excls()
1476 excl_t = &rt->th_work[thread].excl; in make_local_bondeds_excls()
1488 if (rt->th_work.size() > 1) in make_local_bondeds_excls()
1490 combine_idef(idef, rt->th_work); in make_local_bondeds_excls()
1493 for (const thread_work_t& th_work : rt->th_work) in make_local_bondeds_excls() local
1495 nbonded_local += th_work.nbonded; in make_local_bondeds_excls()
1504 for (const thread_work_t& th_work : rt->th_work) in make_local_bondeds_excls() local
[all …]