#include <pthread.h>
#include <omp.h>
#include <stdio.h>
#include <stdlib.h>
Include dependency graph for lock-3.c:
Go to the source code of this file.
Defines | |
#define | _GNU_SOURCE 1 |
Functions | |
void * | tf (void *p) |
int | main (void) |
Variables | |
pthread_barrier_t | bar |
omp_nest_lock_t | lock |
int main | ( | void | ) |
void* tf | ( | void * | p | ) |
Definition at line 12 of file lock-3.c.
Referenced by gomp_destroy_nest_lock_30(), gomp_init_nest_lock_30(), gomp_set_nest_lock_30(), gomp_test_nest_lock_30(), gomp_unset_nest_lock_30(), main(), sort1(), and tf().