Searched refs:threads (Results 1 – 5 of 5) sorted by relevance
71 pthread_t *threads; in do_test() local80 threads = (pthread_t *) xcalloc (num_threads, sizeof (pthread_t)); in do_test()82 threads[i] = xpthread_create(NULL, thread_main, NULL); in do_test()85 xpthread_join(threads[i]); in do_test()87 free (threads); in do_test()
271 unsigned int threads; member280 pthread_t ths[si->threads]; in start_threads()313 if (++i == si->threads) in start_threads()330 if (++i == si->threads) in start_threads()363 last = threads; in main()371 if (toplevel > threads) in main()374 threads); in main()375 toplevel = threads; in main()468 si[i].threads = child_threads; in main()475 threads -= child_threads; in main()[all …]
9 - rlimit should be process-wide and SIGXCPU should be sent if all threads20 the thread group not proportional to the number of threads.
388 tests += tst-compat-forwarder tst-audit-threads399 tst-compat-forwarder-mod tst-audit-threads-mod1 \400 tst-audit-threads-mod2574 LDFLAGS-tst-audit-threads-mod1.so = -Wl,-z,lazy575 LDFLAGS-tst-audit-threads-mod2.so = -Wl,-z,lazy576 LDFLAGS-tst-audit-threads = -Wl,-z,lazy577 $(objpfx)tst-audit-threads: $(objpfx)tst-audit-threads-mod2.so578 $(objpfx)tst-audit-threads.out: $(objpfx)tst-audit-threads-mod1.so579 tst-audit-threads-ENV = LD_AUDIT=$(objpfx)tst-audit-threads-mod1.so
16 only after all threads are gone
Completed in 6 milliseconds