LLVM OpenMP 20.0.0git
|
#include <stdio.h>
#include <stdlib.h>
#include <errno.h>
#include <time.h>
Go to the source code of this file.
Functions | |
static void | my_sleep (double sleeptime) |
Utility function to have a sleep function with better resolution and which only stops one thread. | |
Utility function to have a sleep function with better resolution and which only stops one thread.
Definition at line 24 of file omp_my_sleep.h.
Referenced by foo(), main(), mutex_task(), mutexinoutset_task(), target(), task1(), task_entry(), test_omp_barrier(), test_omp_flush(), test_omp_for_schedule_guided(), test_omp_for_schedule_static(), test_omp_for_schedule_static_3(), test_omp_task(), test_omp_task_final(), test_omp_task_if(), test_omp_taskwait(), test_omp_taskyield(), and wait_on_flag().