Home
last modified time | relevance | path

Searched defs:nowait (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/kern/
H A Dvfs_trans.c763 vfs_suspend(struct mount * mp,int nowait) vfs_suspend() argument
/netbsd-src/sys/uvm/
H A Duvm_amap.c152 const bool nowait = (flags & UVM_FLAG_NOWAIT) != 0; in amap_alloc1() local
/netbsd-src/external/mpl/dhcp/dist/client/
H A Ddhclient.c105 int nowait = 0; variable
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Domp-low.cc8690 bool nowait = omp_find_clause (gimple_omp_sections_clauses (stmt), in lower_omp_sections() local
8856 bool nowait = omp_find_clause (gimple_omp_single_clauses (single_stmt), in lower_omp_single() local
8947 bool nowait = omp_find_clause (gimple_omp_scope_clauses (scope_stmt), in lower_omp_scope() local
H A Dgimplify.cc9159 int nowait = -1; in gimplify_scan_omp_clauses() local
/netbsd-src/external/gpl3/gcc.old/dist/gcc/fortran/
H A Dopenmp.c3831 bool nowait = false; in gfc_match_omp_end_nowait() local
H A Dgfortran.h1344 bool nowait, ordered, untied, mergeable; member
/netbsd-src/external/gpl3/gcc.old/dist/gcc/
H A Domp-low.c7957 bool nowait = omp_find_clause (gimple_omp_sections_clauses (stmt), in lower_omp_sections() local
8123 bool nowait = omp_find_clause (gimple_omp_single_clauses (single_stmt), in lower_omp_single() local
H A Dgimplify.c8390 int nowait = -1; in gimplify_scan_omp_clauses() local
/netbsd-src/external/gpl3/gcc/dist/gcc/fortran/
H A Dopenmp.cc6015 bool nowait = false; in gfc_match_omp_end_nowait() local
H A Dgfortran.h1530 unsigned nowait:1, ordered:1, untied:1, mergeable:1, ancestor:1; member