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

/freebsd-12-stable/contrib/gcclibs/libgomp/config/linux/
H A Domp-lock.h10 typedef struct { int owner, count; } omp_nest_lock_t; typedef in typeref:struct:__anon1623
/freebsd-12-stable/contrib/gcclibs/libgomp/config/posix/
H A Domp-lock.h11 typedef struct { pthread_mutex_t lock; int count; } omp_nest_lock_t; typedef in typeref:struct:__anon1625
/freebsd-12-stable/contrib/gcclibs/libgomp/config/posix95/
H A Domp-lock.h17 } omp_nest_lock_t; typedef in typeref:struct:__anon1626
/freebsd-12-stable/lib/libomp/
H A Domp.h94 typedef struct omp_nest_lock_t { struct
96 } omp_nest_lock_t; typedef in typeref:struct:omp_nest_lock_t

Completed in 118 milliseconds