Home
last modified time | relevance | path

Searched refs:my_sleep (Results 1 – 23 of 23) sorted by relevance

/external/llvm-project/openmp/runtime/test/tasking/
Domp50_task_depend_mtx3.c40 my_sleep(DELAY); in mutex_task()
62 my_sleep(DELAY); } in main()
66 my_sleep(DELAY); } in main()
70 my_sleep(DELAY); } in main()
74 my_sleep(DELAY); } in main()
78 my_sleep(DELAY+0.1); } // wait a bit longer than task 3 in main()
82 my_sleep(DELAY); } in main()
92 my_sleep(DELAY); } in main()
Dnested_task_creation.c17 my_sleep( 0.1 ); in main()
28 my_sleep( 0.1 ); in main()
Domp_task_final.c34 my_sleep (SLEEPTIME); in test_omp_task_final()
37 my_sleep (SLEEPTIME); in test_omp_task_final()
Domp_taskyield.c27 my_sleep(SLEEPTIME); in test_omp_taskyield()
31 my_sleep(SLEEPTIME); in test_omp_taskyield()
Domp50_taskwait_depend.c26 my_sleep(1.0); in wait_on_flag()
89 my_sleep(1.0); in main()
Dtaskdep_if0_2.c19 my_sleep(1.0); in wait_on_flag()
84 my_sleep(1.0); in main()
Dtaskdep_if0.c11 my_sleep(0.5); in task1()
Domp_task_if.c21 my_sleep (SLEEPTIME); in test_omp_task_if()
Domp_task.c26 my_sleep (SLEEPTIME); in test_omp_task()
Domp_taskwait.c36 my_sleep (SLEEPTIME); in test_omp_taskwait()
Dkmp_detach_tasks_t1.c99 my_sleep(2.0); in main()
Dkmp_detach_tasks_t2.c73 my_sleep(2.0); in task_entry()
Dbug_nested_proxy_task.c81 my_sleep( 0.1 ); in target()
Dbug_proxy_task_dep_waiting.c78 my_sleep( 0.1 ); in target()
Dkmp_detach_tasks_t3.c100 my_sleep(2.0); in main()
Dkmp_taskloop.c84 my_sleep( 0.1 ); // sleep 100 ms in order to allow other threads to steal tasks in task_entry()
/external/llvm-project/openmp/runtime/test/
Domp_my_sleep.h15 static void my_sleep(double sleeptime) { in my_sleep() function
24 static void my_sleep(double sleeptime) { in my_sleep() function
/external/llvm-project/openmp/runtime/test/worksharing/for/
Domp_for_schedule_static_3.c76 my_sleep (SLEEPTIME); in test_omp_for_schedule_static_3()
165 my_sleep(SLEEPTIME); in test_omp_for_schedule_static_3()
Domp_for_schedule_static.c69 my_sleep (SLEEPTIME); in test_omp_for_schedule_static()
Domp_for_schedule_guided.c87 my_sleep (SLEEPTIME); in test_omp_for_schedule_guided()
/external/llvm-project/openmp/runtime/test/api/
Domp_get_wtime.c16 my_sleep (wait_time); in test_omp_get_wtime()
/external/llvm-project/openmp/runtime/test/barrier/
Domp_barrier.c18 my_sleep(((double)SLEEPTIME)/REPETITIONS); // give 1 sec to whole test in test_omp_barrier()
/external/llvm-project/openmp/runtime/test/flush/
Domp_flush.c26 my_sleep(SLEEPTIME); in test_omp_flush()