AJA NTV2 SDK  17.1.1.1245
NTV2 SDK 17.1.1.1245
lockimpl.cpp File Reference

Implements the AJALockImpl class on the Linux platform. More...

#include "ajabase/system/linux/lockimpl.h"
#include "ajabase/system/debug.h"
#include <errno.h>
Include dependency graph for lockimpl.cpp:

Go to the source code of this file.

Variables

static const int MIL_2_NSEC = 1000000
 
static const int MAX_NSEC = 1000000000
 

Detailed Description

Implements the AJALockImpl class on the Linux platform.

Definition in file lockimpl.cpp.

Variable Documentation

◆ MAX_NSEC

const int MAX_NSEC = 1000000000
static

Definition at line 16 of file lockimpl.cpp.

◆ MIL_2_NSEC

const int MIL_2_NSEC = 1000000
static

Definition at line 13 of file lockimpl.cpp.