Wise&mystical  1.0
Project about Europe
Loading...
Searching...
No Matches
posix_time.c File Reference
#include "internal.h"
#include <unistd.h>
#include <sys/time.h>
#include <time.h>
+ Include dependency graph for posix_time.c:

Go to the source code of this file.

Macros

#define _POSIX_C_SOURCE   199309L
 

Functions

void _glfwInitTimerPOSIX (void)
 
uint64_t _glfwPlatformGetTimerValue (void)
 
uint64_t _glfwPlatformGetTimerFrequency (void)
 

Macro Definition Documentation

◆ _POSIX_C_SOURCE

#define _POSIX_C_SOURCE   199309L

Definition at line 30 of file posix_time.c.

Function Documentation

◆ _glfwInitTimerPOSIX()

void _glfwInitTimerPOSIX ( void  )

Definition at line 45 of file posix_time.c.

+ Here is the caller graph for this function:

◆ _glfwPlatformGetTimerFrequency()

uint64_t _glfwPlatformGetTimerFrequency ( void  )

Definition at line 86 of file posix_time.c.

◆ _glfwPlatformGetTimerValue()

uint64_t _glfwPlatformGetTimerValue ( void  )

Definition at line 68 of file posix_time.c.