![]() |
AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Implements the AJAThreadImpl class on the Linux platform. More...
#include "ajabase/system/linux/threadimpl.h"#include "ajabase/system/debug.h"#include <errno.h>#include <sched.h>#include <signal.h>#include <sys/time.h>#include <sys/resource.h>#include <sys/syscall.h>#include <sys/prctl.h>#include <unistd.h>#include <string.h>Go to the source code of this file.
Functions | |
| bool | is_pthread_alive (pthread_t thread) |
Variables | |
| static const size_t | STACK_SIZE = 1024 * 1024 |
Implements the AJAThreadImpl class on the Linux platform.
Definition in file threadimpl.cpp.
| bool is_pthread_alive | ( | pthread_t | thread | ) |
Definition at line 21 of file threadimpl.cpp.
|
static |
Definition at line 19 of file threadimpl.cpp.