#include <stdlib.h>
#include <unistd.h>
#include <assert.h>
#include <iostream>
#include <rpa/synchro.h>
Typedefs | |
typedef rpa::thread_crea | thr_t |
Whatever the thread type is, we do only compile tests. | |
typedef thr_t | thr_array1_t [ThrNb1] |
typedef rpa::thread_tree< thr_array1_t, thr_t * > | thr_tree1_t |
Functions | |
static void | tst_static_1 (void) |
int | main (int aArgC, const char **aArgV) |
Variables | |
static const rpa::thr_nb_t | ThrNb1 = 10 |
typedef thr_t thr_array1_t[ThrNb1] |
typedef rpa::thread_crea thr_t |
Whatever the thread type is, we do only compile tests.
typedef rpa::thread_tree< thr_array1_t , thr_t * > thr_tree1_t |
int main | ( | int | aArgC, | |
const char ** | aArgV | |||
) |
static void tst_static_1 | ( | void | ) | [static] |
const rpa::thr_nb_t ThrNb1 = 10 [static] |