Searched defs:omp_lock_t (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/contrib/gcclibs/libgomp/config/linux/
H A Domp-lock.h9 typedef int omp_lock_t; typedef
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix/
H A Domp-lock.h10 typedef pthread_mutex_t omp_lock_t; typedef
/freebsd-11-stable/contrib/gcclibs/libgomp/config/posix95/
H A Domp-lock.h10 typedef pthread_mutex_t omp_lock_t; typedef
/freebsd-11-stable/lib/libomp/
H A Domp.h83 typedef struct omp_lock_t { struct
85 } omp_lock_t; typedef in typeref:struct:omp_lock_t

Completed in 109 milliseconds