LLVM OpenMP 20.0.0git
Functions
omp_my_sleep.h File Reference
#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.
 

Function Documentation

◆ my_sleep()

static void my_sleep ( double  sleeptime)
static