Home | History | Annotate | Download | only in sys

Lines Matching refs:threads

61 traceme_lwpinfo(const size_t threads, const char *iter)
79 /* Maximum number of supported threads in this test */
88 ATF_REQUIRE(__arraycount(t) >= threads);
110 for (n = 0; n < threads; n++) {
117 while (lwpinfo_thread_done < threads) {
231 for (n = 0; n <= threads; n++) {
327 DPRINTF("Assert that there are no more threads\n");
351 #define TRACEME_LWPINFO(test, threads, iter) \
356 "Verify " iter " with the child with " #threads \
357 " spawned extra threads"); \
363 traceme_lwpinfo(threads, iter); \
427 attach_lwpinfo(const int threads)
440 /* Maximum number of supported threads in this test */
452 CHILD_FROM_PARENT("spawn threads", parent_tracee, msg);
454 for (n = 0; n < threads; n++) {
512 DPRINTF("Assert that there are no more lwp threads in "
547 for (n = 0; n <= threads; n++) {
569 DPRINTF("Assert that there are no more threads\n");
590 DPRINTF("Resume the tracee and spawn threads\n");
591 PARENT_TO_CHILD("spawn threads", parent_tracee, msg);
596 DPRINTF("Resume the tracer and let it detect multiple threads\n");
617 #define ATTACH_LWPINFO(test, threads) \
622 "Verify LWPINFO with the child with " #threads \
623 " spawned extra threads (tracer is not the original " \
630 attach_lwpinfo(threads); \