Home
last modified time | relevance | path

Searched refs:NUM_THREADS (Results 1 – 3 of 3) sorted by relevance

/glibc-2.36/nptl/
Dtst-pthread-timedlock-lockloop.c35 #define NUM_THREADS 50 macro
89 pthread_t workers[NUM_THREADS]; in run_test_set()
98 for (int i = 0; i < NUM_THREADS; i++) in run_test_set()
100 for (int i = 0; i < NUM_THREADS; i++) in run_test_set()
/glibc-2.36/manual/examples/
Dofdlocks.c27 #define NUM_THREADS 3 macro
68 pthread_t threads[NUM_THREADS]; in main()
72 for (i = 0; i < NUM_THREADS; i++) in main()
/glibc-2.36/benchtests/
Dbench-malloc-thread.c37 #ifndef NUM_THREADS
38 # define NUM_THREADS 1 macro