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

/haiku-buildtools/gcc/libgomp/config/posix/
H A Domp-lock.h19 typedef struct { pthread_mutex_t lock; int count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon2016
22 typedef struct { sem_t lock; int count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon2017
/haiku-buildtools/gcc/libgomp/config/linux/
H A Domp-lock.h10 typedef struct { int lock, count; void *owner; } omp_nest_lock_t; typedef in typeref:struct:__anon3544

Completed in 86 milliseconds