Searched defs:tid2 (Results 1 - 3 of 3) sorted by relevance

/external/valgrind/none/tests/
H A Dthreadederrno.c33 pthread_t tid2, tid3; local
34 pthread_create(&tid2, NULL, &thr2, NULL);
39 pthread_join(tid2, NULL);
/external/opencv3/modules/cudev/include/opencv2/cudev/grid/detail/
H A Dpyr_down.hpp168 const int tid2 = threadIdx.x * 2; local
172 sum = 0.0625f * smem[2 + tid2 - 2];
173 sum = sum + 0.25f * smem[2 + tid2 - 1];
174 sum = sum + 0.375f * smem[2 + tid2 ];
175 sum = sum + 0.25f * smem[2 + tid2 + 1];
176 sum = sum + 0.0625f * smem[2 + tid2 + 2];
178 const int dst_x = (blockIdx.x * blockDim.x + tid2) / 2;
/external/valgrind/drd/tests/
H A Dpth_inconsistent_cond_wait.c96 pthread_t tid2; local
119 PTH_CALL(pthread_create(&tid2, 0, &thread_func, &s_mutex2));
139 PTH_CALL(pthread_join(tid2, 0));

Completed in 124 milliseconds