Home
last modified time | relevance | path

Searched refs:t1_start (Results 1 – 13 of 13) sorted by relevance

/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_mutex_trylock/
D1-1.c33 static int t1_start = 0; variable
43 while (!t1_start) in main()
95 t1_start = 1; in func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_timedwait/
D2-2.c32 static int t1_start = 0; variable
51 t1_start = 1; in t1_func()
97 while (!t1_start) /* wait for thread1 started */ in main()
D3-1.c29 static int t1_start = 0; variable
45 t1_start = 1; /* let main thread continue */ in t1_func()
101 while (!t1_start) /* wait for thread1 started */ in main()
D1-1.c29 static int t1_start = 0; variable
45 t1_start = 1; /* let main thread continue */ in t1_func()
97 while (!t1_start) /* wait for thread1 started */ in main()
D2-1.c36 static int t1_start = 0; variable
52 t1_start = 1; /* let main thread continue */ in t1_func()
116 while (!t1_start) /* wait for thread1 started */ in main()
D2-3.c31 static int t1_start = 0; variable
46 t1_start = 1; /* let main thread continue */ in t1_func()
/external/ltp/testcases/open_posix_testsuite/conformance/interfaces/pthread_cond_wait/
D1-1.c28 static int t1_start = 0; variable
48 t1_start = 1; /* let main thread continue */ in t1_func()
85 while (!t1_start) /* wait for thread1 started */ in main()
D2-1.c28 static int t1_start = 0; variable
48 t1_start = 1; /* let main thread continue */ in t1_func()
98 while (!t1_start) /* wait for thread1 started */ in main()
D3-1.c27 static int t1_start = 0; variable
47 t1_start = 1; /* let main thread continue */ in t1_func()
/external/compiler-rt/test/safestack/
Dpthread-cleanup.c12 void *t1_start(void *ptr) in t1_start() function
23 if (pthread_create(&t1, NULL, t1_start, NULL)) in main()
Dpthread.c15 void *t1_start(void *ptr) in t1_start() function
35 if (pthread_create(&t1, NULL, t1_start, &ptr_test)) in main()
/external/pytorch/aten/src/ATen/native/cpu/
DDistanceOpsKernel.cpp206 const scalar_t * const t1_start = t1.const_data_ptr<scalar_t>(); in run_parallel_cdist() local
229 const scalar_t * self_i = t1_start + size1 * l + i; in run_parallel_cdist()
372 const scalar_t * const t1_start = t1.const_data_ptr<scalar_t>(); in run_backward_parallel_cdist() local
379 const scalar_t * i = t1_start + l * Vec::size(); in run_backward_parallel_cdist()
389 …backward_down_column_cdist<F>(t1_start + (m - remainder), t2_start + (m - remainder), res_start + … in run_backward_parallel_cdist()
/external/mesa3d/src/broadcom/compiler/
Dvir_register_allocate.c618 interferes(int32_t t0_start, int32_t t0_end, int32_t t1_start, int32_t t1_end) in interferes() argument
620 return !(t0_start >= t1_end || t1_start >= t0_end); in interferes()