Searched refs:THREAD_COUNT (Results 1 - 1 of 1) sorted by relevance

/freebsd-13-stable/lib/libthr/tests/
H A Dumtx_op_test.c45 #define THREAD_COUNT ((UMTX_OP_BATCH_SIZE * 3) / 2) macro
71 uintptr_t addrs[THREAD_COUNT];
72 uint32_t vals[THREAD_COUNT];
73 pthread_t threads[THREAD_COUNT];
75 for (int i = 0; i < THREAD_COUNT; i++) {
83 while (batched_waiting != THREAD_COUNT) {
96 _umtx_op(addrs, UMTX_OP_NWAKE_PRIVATE, THREAD_COUNT, NULL, NULL);
98 for (int i = 0; i < THREAD_COUNT; i++) {

Completed in 90 milliseconds