HomeSort by relevance Sort by last modified time
    Searched defs:thread_arg (Results 1 - 3 of 3) sorted by null

  /external/valgrind/main/drd/tests/
pth_detached.c 50 int thread_arg[count1 > count2 ? count1 : count2]; local
56 thread_arg[i] = i;
70 pthread_create(&thread, &attr, thread_func1, &thread_arg[i]);
79 pthread_create(&thread, &attr, thread_func2, &thread_arg[i]);
pth_detached_sem.c 45 int thread_arg[count1 > count2 ? count1 : count2]; local
51 thread_arg[i] = i;
65 pthread_create(&thread, &attr, thread_func1, &thread_arg[i]);
74 pthread_create(&thread, &attr, thread_func2, &thread_arg[i]);
circular_buffer.c 180 int thread_arg[THREADS]; local
203 thread_arg[i] = i;
205 (void * (*)(void *)) producer, &thread_arg[i]);
210 (void * (*)(void *)) consumer, &thread_arg[i]);

Completed in 143 milliseconds