#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <omp.h>
Go to the source code of this file.
◆ BUFFER_SIZE
◆ check
Value:
fprintf(stderr, "error: %s: %d: %s\n", __FILE__, __LINE__, \
exit(1); \
}
Definition at line 14 of file api2.c.
Referenced by main().
◆ STR
Value:
Definition at line 10 of file api2.c.
◆ streqls
#define streqls |
( |
| s1, |
|
|
| s2 ) |
◆ XSTR
Value:
Definition at line 9 of file api2.c.
◆ main()
Definition at line 27 of file api2.c.
References buf, BUFFER_SIZE, check, length, omp_capture_affinity, omp_display_affinity, omp_get_affinity_format, omp_get_ancestor_thread_num, omp_get_num_threads(), omp_set_affinity_format, and streqls.