AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Modules Pages
threadimpl.cpp File Reference

Implements the AJAThreadImpl class on the Mac platform. More...

#include "ajabase/system/mac/threadimpl.h"
#include "ajabase/system/mac/pthreadsextra.h"
#include "ajabase/common/timer.h"
#include "ajabase/system/debug.h"
#include <errno.h>
#include <sched.h>
#include <signal.h>
#include <sys/resource.h>
#include <sys/syscall.h>
#include <sys/time.h>
#include <mach/mach_init.h>
#include <mach/thread_policy.h>
#include <mach/thread_act.h>
#include <mach/mach_time.h>
Include dependency graph for threadimpl.cpp:

Go to the source code of this file.

Variables

static const size_t STACK_SIZE = 1024 * 1024
 

Detailed Description

Implements the AJAThreadImpl class on the Mac platform.

Definition in file threadimpl.cpp.

Variable Documentation

◆ STACK_SIZE

const size_t STACK_SIZE = 1024 * 1024
static

Definition at line 22 of file threadimpl.cpp.