| /src/external/bsd/nsd/dist/ |
| ixfr.h | 101 * If it is cancelled, that is flagged so storage stops. 106 /* are we cancelled, it is not an IXFR, no need to store information 108 int cancelled; member in struct:ixfr_store 122 * storage is returned NULL, or cancelled if failures happen later on.
|
| /src/sys/dev/sdmmc/ |
| sdmmc.c | 291 bool cancelled; local 300 cancelled = true; 316 cancelled = false; 322 return cancelled;
|
| /src/external/bsd/unbound/dist/libunbound/ |
| context.h | 161 /** was this query cancelled (for bg worker) */ 162 int cancelled; member in struct:ctx_query
|
| libworker.c | 281 q->cancelled = 1; 665 int cancelled = q->cancelled; local 675 if(!cancelled) { 790 if(q->cancelled || q->w->back->want_to_quit) { 800 /* cancelled, do not give answer */
|
| /src/external/mit/libuv/dist/src/ |
| threadpool.c | 101 to run, that means it's cancelled => Start over. */ 283 int cancelled; local 289 cancelled = !uv__queue_empty(&w->wq) && w->work != NULL; 290 if (cancelled) 296 if (!cancelled)
|
| /src/lib/libpthread/ |
| pthread.c | 732 * cancelled, pthread_join() must not have succeeded. 919 bool cancelled; local 941 * If we disable while cancelled, switch back to 949 cancelled = false; 960 cancelled = true; 970 * cancelled -- make it happen. 972 if (__predict_false(cancelled)) { 997 bool cancelled; local 1015 cancelled = false; 1018 cancelled = true [all...] |
| /src/external/gpl3/gcc/dist/libgomp/ |
| task.c | 511 /* If parallel or taskgroup has been cancelled, don't start new tasks. */ 518 if (thr->task->taskgroup->cancelled) 522 && thr->task->taskgroup->prev->cancelled) 655 /* If parallel or taskgroup has been cancelled, don't start new 670 if (taskgroup->cancelled) 674 && taskgroup->prev->cancelled) 877 /* If parallel or taskgroup has been cancelled, don't start new tasks. */ 884 if (thr->task->taskgroup->cancelled) 888 && thr->task->taskgroup->prev->cancelled) 995 /* If parallel or taskgroup has been cancelled, don't start new tasks. * 1576 bool cancelled = false; local 1723 bool cancelled = false; local 2036 bool cancelled = false; local 2240 bool cancelled = false; local [all...] |
| libgomp.h | 735 bool cancelled; member in struct:gomp_taskgroup 798 called yet. If the team hasn't been cancelled, this should be
|
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| task.c | 369 /* If parallel or taskgroup has been cancelled, don't start new tasks. */ 376 if (thr->task->taskgroup->cancelled) 380 && thr->task->taskgroup->prev->cancelled) 513 /* If parallel or taskgroup has been cancelled, don't start new 528 if (taskgroup->cancelled) 532 && taskgroup->prev->cancelled) 724 /* If parallel or taskgroup has been cancelled, don't start new tasks. */ 731 if (thr->task->taskgroup->cancelled) 735 && thr->task->taskgroup->prev->cancelled) 842 /* If parallel or taskgroup has been cancelled, don't start new tasks. * 1389 bool cancelled = false; local 1536 bool cancelled = false; local 1795 bool cancelled = false; local 1999 bool cancelled = false; local [all...] |
| libgomp.h | 626 bool cancelled; member in struct:gomp_taskgroup 689 called yet. If the team hasn't been cancelled, this should be
|
| /src/usr.sbin/sysinst/ |
| disks.c | 2499 bool cancelled; member in struct:part_selection_and_all_parts 2525 sel->cancelled = true;
|
| part_edit.c | 56 bool cancelled; /* do not apply changes */ member in struct:part_edit_info 281 marg->cancelled = true; /* do not write back cur data */ 294 marg->cancelled = true; 443 if (!data.cancelled && data.cur_id < data.parts->num_part) 613 if (!data.cancelled &&
|
| /src/external/bsd/wpa/dist/wpa_supplicant/ |
| scan.c | 1589 int cancelled; local 1591 cancelled = eloop_cancel_timeout_one(wpa_supplicant_scan, wpa_s, NULL, 1596 if (cancelled && os_reltime_before(&remaining, &new_int)) { 1601 if (cancelled) {
|