Searched refs:wait_list (Results 1 – 12 of 12) sorted by relevance
| /netbsd-src/external/gpl2/gmake/dist/w32/subproc/ |
| H A D | sub_proc.c | 689 HANDLE wait_list[4]; in process_pipe_io() local 741 wait_list[wait_count++] = tStdin; in process_pipe_io() 744 wait_list[wait_count++] = tStdout; in process_pipe_io() 747 wait_list[wait_count++] = tStderr; in process_pipe_io() 750 wait_list[wait_count++] = childhand; in process_pipe_io() 753 wait_return = WaitForMultipleObjects(wait_count, wait_list, in process_pipe_io() 765 ready_hand = wait_list[wait_return - WAIT_OBJECT_0]; in process_pipe_io()
|
| /netbsd-src/external/mit/xorg/lib/libxcb/files/ |
| H A D | sync.h | 1025 const xcb_sync_waitcondition_t *wait_list); 1038 const xcb_sync_waitcondition_t *wait_list);
|
| H A D | sync.c | 588 const xcb_sync_waitcondition_t *wait_list) in xcb_sync_await_checked() argument 607 xcb_parts[4].iov_base = (char *) wait_list; in xcb_sync_await_checked() 619 const xcb_sync_waitcondition_t *wait_list) in xcb_sync_await() argument 638 xcb_parts[4].iov_base = (char *) wait_list; in xcb_sync_await()
|
| /netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/ |
| H A D | openmp.c | 106 gfc_free_expr_list (c->wait_list); in gfc_free_omp_clauses() 1946 match m = match_oacc_expr_list (" (", &c->wait_list, false); 1959 gfc_expr_list **expr_list = &c->wait_list; 2269 gfc_expr_list *wait_list = NULL, *el; in gfc_match_oacc_wait() local 2273 m = match_oacc_expr_list (" (", &wait_list, true); in gfc_match_oacc_wait() 2283 if (wait_list) in gfc_match_oacc_wait() 2284 for (el = wait_list; el; el = el->next) in gfc_match_oacc_wait() 2301 c->wait_list = wait_list; in gfc_match_oacc_wait() 5023 for (el = omp_clauses->wait_list; el; el = el->next)
|
| H A D | dump-parse-tree.c | 1539 if (omp_clauses->wait_list) in show_omp_clauses() 1543 for (list = omp_clauses->wait_list; list; list = list->next) in show_omp_clauses()
|
| H A D | trans-openmp.c | 3476 if (clauses->wait_list) 3480 for (el = clauses->wait_list; el; el = el->next) 3704 for (el = clauses->wait_list; el; el = el->next) in gfc_trans_oacc_wait_directive() 3720 for (el = clauses->wait_list; el; el = el->next) in gfc_trans_oacc_wait_directive()
|
| H A D | gfortran.h | 1373 gfc_expr_list *wait_list; member
|
| /netbsd-src/external/gpl3/gcc/dist/gcc/fortran/ |
| H A D | openmp.cc | 111 gfc_free_expr_list (c->wait_list); in gfc_free_omp_clauses() 2958 m = match_oacc_expr_list (" (", &c->wait_list, false); in gfc_match_omp_clauses() 2968 gfc_expr_list **expr_list = &c->wait_list; in gfc_match_omp_clauses() 3305 gfc_expr_list *wait_list = NULL, *el; in gfc_match_oacc_wait() local 3309 m = match_oacc_expr_list (" (", &wait_list, true); in gfc_match_oacc_wait() 3319 if (wait_list) in gfc_match_oacc_wait() 3320 for (el = wait_list; el; el = el->next) in gfc_match_oacc_wait() 3337 c->wait_list = wait_list; in gfc_match_oacc_wait() 7547 for (el = omp_clauses->wait_list; el; el = el->next) in resolve_omp_clauses()
|
| H A D | dump-parse-tree.cc | 1616 if (omp_clauses->wait_list) in show_omp_clauses() 1620 for (list = omp_clauses->wait_list; list; list = list->next) in show_omp_clauses()
|
| H A D | trans-openmp.cc | 4253 if (clauses->wait_list) in gfc_trans_omp_clauses() 4257 for (el = clauses->wait_list; el; el = el->next) in gfc_trans_omp_clauses() 4504 for (el = clauses->wait_list; el; el = el->next) in gfc_trans_oacc_wait_directive() 4520 for (el = clauses->wait_list; el; el = el->next) in gfc_trans_oacc_wait_directive()
|
| H A D | gfortran.h | 1557 gfc_expr_list *wait_list; member
|
| H A D | ChangeLog-2015 | 2709 wait_list, tile_list, async, gang, worker, vector, seq, 2845 independent, wait_list, num_gangs_expr, num_workers_expr,
|