AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Declares extra symbols to make the Mac threads implementation look more like Unix. More...
Go to the source code of this file.
Functions | |
int | clock_gettime (clockid_t clk_id, struct timespec *tp) |
static bool | times_up (const struct timespec *timeout) |
int | pthread_mutex_timedlock (pthread_mutex_t *__restrict mutex, const struct timespec *__restrict abs_timeout) |
pid_t | gettid (void) |
Declares extra symbols to make the Mac threads implementation look more like Unix.
Definition in file pthreadsextra.cpp.
int clock_gettime | ( | clockid_t | clk_id, |
struct timespec * | tp | ||
) |
Definition at line 12 of file pthreadsextra.cpp.
pid_t gettid | ( | void | ) |
Definition at line 73 of file pthreadsextra.cpp.
int pthread_mutex_timedlock | ( | pthread_mutex_t *__restrict | mutex, |
const struct timespec *__restrict | abs_timeout | ||
) |
Definition at line 43 of file pthreadsextra.cpp.
|
static |
Definition at line 25 of file pthreadsextra.cpp.