Home
last modified time | relevance | path

Searched refs:threads (Results 1 – 5 of 5) sorted by relevance

/nptl/
A Dtst-audit-threads.c71 pthread_t *threads; in do_test() local
80 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()
A Dperf.c271 unsigned int threads; member
280 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 …]
A DTODO-kernel9 - rlimit should be process-wide and SIGXCPU should be sent if all threads
20 the thread group not proportional to the number of threads.
A DMakefile388 tests += tst-compat-forwarder tst-audit-threads
399 tst-compat-forwarder-mod tst-audit-threads-mod1 \
400 tst-audit-threads-mod2
574 LDFLAGS-tst-audit-threads-mod1.so = -Wl,-z,lazy
575 LDFLAGS-tst-audit-threads-mod2.so = -Wl,-z,lazy
576 LDFLAGS-tst-audit-threads = -Wl,-z,lazy
577 $(objpfx)tst-audit-threads: $(objpfx)tst-audit-threads-mod2.so
578 $(objpfx)tst-audit-threads.out: $(objpfx)tst-audit-threads-mod1.so
579 tst-audit-threads-ENV = LD_AUDIT=$(objpfx)tst-audit-threads-mod1.so
A DTODO16 only after all threads are gone

Completed in 6 milliseconds