#include <stdlib.h>#include "omp_rtl.h"#include "omp_lock.h"#include <sys/time.h>

Go to the source code of this file.
| void __omp_fatal | ( | char * | msg | ) |
| void omp_destroy_lock | ( | volatile omp_lock_t * | lock | ) | [inline] |
| void omp_destroy_lock_ | ( | volatile omp_lock_t * | ) |
| void omp_destroy_nest_lock | ( | volatile omp_nest_lock_t * | lock | ) | [inline] |
| void omp_destroy_nest_lock_ | ( | volatile omp_nest_lock_t * | ) |
| omp_wtime_t omp_get_wtick | ( | void | ) |
| omp_wtime_t omp_get_wtick_ | ( | void | ) |
| omp_wtime_t omp_get_wtick__ | ( | void | ) |
| omp_wtime_t omp_get_wtime | ( | void | ) |
Definition at line 258 of file omp_lib.c.
References double, gettimeofday(), NULL, timeval::tv_sec, and timeval::tv_usec.
Referenced by omp_get_wtick().
| omp_wtime_t omp_get_wtime_ | ( | void | ) |
| omp_wtime_t omp_get_wtime__ | ( | void | ) |
| void omp_init_lock | ( | volatile omp_lock_t * | lock | ) | [inline] |
| void omp_init_lock_ | ( | volatile omp_lock_t * | ) |
| void omp_init_nest_lock | ( | volatile omp_nest_lock_t * | lock | ) | [inline] |
| void omp_init_nest_lock_ | ( | volatile omp_nest_lock_t * | ) |
| void omp_set_lock | ( | volatile omp_lock_t * | lock | ) | [inline] |
| void omp_set_lock_ | ( | volatile omp_lock_t * | ) |
| void omp_set_nest_lock | ( | volatile omp_nest_lock_t * | lock | ) | [inline] |
| void omp_set_nest_lock_ | ( | volatile omp_nest_lock_t * | ) |
| int omp_test_lock | ( | volatile omp_lock_t * | lock | ) | [inline] |
| int omp_test_lock_ | ( | volatile omp_lock_t * | ) |
| int omp_test_nest_lock | ( | volatile omp_nest_lock_t * | lock | ) | [inline] |
| int omp_test_nest_lock_ | ( | volatile omp_nest_lock_t * | ) |
| void omp_unset_lock | ( | volatile omp_lock_t * | lock | ) | [inline] |
| void omp_unset_lock_ | ( | volatile omp_lock_t * | ) |
| void omp_unset_nest_lock | ( | volatile omp_nest_lock_t * | lock | ) | [inline] |
| void omp_unset_nest_lock_ | ( | volatile omp_nest_lock_t * | ) |
1.5.6