Searched refs:wait_list (Results 1 - 4 of 4) sorted by relevance

/haiku-buildtools/gcc/gcc/testsuite/gcc.target/h8300/
H A Dpr58400.c58 struct mutex { atomic_t count; spinlock_t wait_lock; struct list_head wait_list; struct task_struct *owner; const char *name; void *magic; }; member in struct:mutex
60 struct rw_semaphore { __s32 activity; raw_spinlock_t wait_lock; struct list_head wait_list; }; member in struct:rw_semaphore
/haiku-buildtools/gcc/gcc/fortran/
H A Dopenmp.c90 gfc_free_expr_list (c->wait_list);
733 match_oacc_expr_list (" (", &c->wait_list, false);
1349 gfc_expr_list *wait_list = NULL, *el; local
1351 match_oacc_expr_list (" (", &wait_list, true);
1360 if (wait_list)
1361 for (el = wait_list; el; el = el->next)
1366 &wait_list->expr->where);
1380 c->wait_list = wait_list;
3460 if (omp_clauses->wait_list)
[all...]
H A Dtrans-openmp.c2541 if (clauses->wait_list)
2545 for (el = clauses->wait_list; el; el = el->next)
2736 for (el = clauses->wait_list; el; el = el->next)
2752 for (el = clauses->wait_list; el; el = el->next)
H A Dgfortran.h1247 gfc_expr_list *wait_list; member in struct:gfc_omp_clauses

Completed in 183 milliseconds