| /src/external/lgpl3/gmp/dist/doc/ |
| Makefile.am | 33 EXTRA_DIST = configuration isa_abi_headache projects.html tasks.html
|
| /src/external/mpl/dhcp/bind/dist/lib/isc/ |
| taskpool.c | 34 isc_task_t **tasks; member in struct:isc_taskpool 54 pool->tasks = isc_mem_get(mctx, ntasks * sizeof(isc_task_t *)); 56 pool->tasks[i] = NULL; 73 /* Create the tasks */ 76 &pool->tasks[i], i); 81 isc_task_setprivilege(pool->tasks[i], priv); 82 isc_task_setname(pool->tasks[i], "taskpool", NULL); 91 isc_task_attach(pool->tasks[isc_random_uniform(pool->ntasks)], targetp); 118 /* Copy over the tasks from the old pool */ 120 newpool->tasks[i] = pool->tasks[i] [all...] |
| task.c | 57 * Each thread has his own queue of tasks to be run, if a task is in running 62 * To make load even some tasks (from task pools) are bound to specific 145 LIST(isc_task_t) tasks; 168 *** Tasks. 186 UNLINK(manager->tasks, task, link); 258 APPEND(manager->tasks, task, link); 1017 INIT_LIST(manager->tasks); 1048 * We need to do so, because otherwise the list of tasks could 1069 for (task = HEAD(manager->tasks); task != NULL; task = NEXT(task, link)) 1340 TRY0(xmlTextWriterStartElement(writer, ISC_XMLCHAR "tasks")); 1411 json_object *tasks = (json_object *)tasks0; local [all...] |
| /src/external/gpl3/gcc/dist/libgomp/ |
| priority_queue.h | 26 /* Header file for a priority queue of GOMP tasks. */ 39 tasks within this task's priority. */ 43 /* All tasks within the same priority. */ 47 /* Priority of the tasks in this set. */ 50 /* Tasks. */ 51 struct priority_node *tasks; member in struct:priority_list 53 /* This points to the last of the higher priority WAITING tasks. 56 parent_depends_on WAITING tasks. 57 !parent_depends_on WAITING tasks. 58 TIED tasks [all...] |
| priority_queue.c | 26 /* Priority queue implementation of GOMP tasks. */ 43 struct priority_node *p = list->tasks; 50 while (p != list->tasks); 84 /* Sanity check LIST to make sure the tasks therein are in the right 87 The expected order is that GOMP_TASK_WAITING tasks come before 91 tasks come before !parent_depends_on WAITING tasks. This is only 101 struct priority_node *p = list->tasks; 121 if (p == list->tasks) 146 Sanity check HEAD to make sure the tasks therein are in the righ [all...] |
| taskloop.c | 44 tied to one thread all the time. This means UNTIED tasks must be 52 /* If parallel or taskgroup has been cancelled, don't start new tasks. */ 294 struct gomp_task *tasks[num_tasks]; local 305 tasks[i] = task; 334 tasks. */ 344 gomp_finish_task (tasks[i]); 345 free (tasks[i]); 365 struct gomp_task *task = tasks[i];
|
| task.c | 26 /* This file handles the maintenance of tasks in response to task 75 benchmark the overhead of creating tasks as there are millions of 76 tiny tasks created that all run undeferred. */ 112 struct priority_node *p = list->tasks; 119 while (p != list->tasks); 272 sibling tasks which have any dependencies and all later sibling 273 tasks which have any dependencies depend on it. */ 285 sibling tasks with dependencies and make them redundant and 437 deferred tasks, because each out depends on all earlier outs, thus it 443 non-deferred tasks we want to see all outs, so they are moved to th [all...] |
| /src/external/gpl3/gcc.old/dist/libgomp/ |
| priority_queue.h | 26 /* Header file for a priority queue of GOMP tasks. */ 39 tasks within this task's priority. */ 43 /* All tasks within the same priority. */ 47 /* Priority of the tasks in this set. */ 50 /* Tasks. */ 51 struct priority_node *tasks; member in struct:priority_list 53 /* This points to the last of the higher priority WAITING tasks. 56 parent_depends_on WAITING tasks. 57 !parent_depends_on WAITING tasks. 58 TIED tasks [all...] |
| priority_queue.c | 26 /* Priority queue implementation of GOMP tasks. */ 43 struct priority_node *p = list->tasks; 50 while (p != list->tasks); 84 /* Sanity check LIST to make sure the tasks therein are in the right 87 The expected order is that GOMP_TASK_WAITING tasks come before 91 tasks come before !parent_depends_on WAITING tasks. This is only 101 struct priority_node *p = list->tasks; 121 if (p == list->tasks) 146 Sanity check HEAD to make sure the tasks therein are in the righ [all...] |
| taskloop.c | 44 tied to one thread all the time. This means UNTIED tasks must be 52 /* If parallel or taskgroup has been cancelled, don't start new tasks. */ 294 struct gomp_task *tasks[num_tasks]; local 305 tasks[i] = task; 334 tasks. */ 344 gomp_finish_task (tasks[i]); 345 free (tasks[i]); 365 struct gomp_task *task = tasks[i];
|
| task.c | 26 /* This file handles the maintenance of tasks in response to task 75 benchmark the overhead of creating tasks as there are millions of 76 tiny tasks created that all run undeferred. */ 111 struct priority_node *p = list->tasks; 118 while (p != list->tasks); 306 deferred tasks, because each out depends on all earlier outs, thus it 312 non-deferred tasks we want to see all outs, so they are moved to the 361 tied to one thread all the time. This means UNTIED tasks must be 369 /* If parallel or taskgroup has been cancelled, don't start new tasks. */ 399 /* If there are depend clauses and earlier deferred sibling tasks [all...] |
| /src/sys/external/bsd/drm2/dist/drm/ |
| drm_flip_work.c | 122 struct list_head tasks; local 128 INIT_LIST_HEAD(&tasks); 130 list_splice_tail(&work->commited, &tasks); 134 if (list_empty(&tasks)) 137 list_for_each_entry_safe(task, tmp, &tasks, node) {
|
| /src/external/bsd/am-utils/dist/doc/ |
| Makefile.am | 44 alldocs: ps install-NEWS install-INSTALL install-ChangeLog install-AUTHORS install-tasks install-autofs install-y2k install-ldap install-osx install-BUGS install-FAQ install-html install-ps install-MIRRORS install-attrcache install-sun2amd 75 install-tasks: $(AMU_HTML_TOP)/tasks.txt 76 $(AMU_HTML_TOP)/tasks.txt: $(top_srcdir)/tasks
|
| /src/sys/external/bsd/drm2/dist/drm/amd/powerplay/inc/ |
| smu_ucode_xfer_cz.h | 126 SMU_Task tasks[1]; member in struct:TOC
|
| /src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/Test/ |
| Simple.pm | 32 repetitive tasks. This module provides functions to make life easier.
|
| /src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/Test/ |
| Simple.pm | 32 repetitive tasks. This module provides functions to make life easier.
|
| /src/crypto/external/bsd/openssl.old/dist/util/perl/OpenSSL/Test/ |
| Simple.pm | 32 repetitive tasks. This module provides functions to make life easier.
|
| /src/external/gpl3/gcc.old/dist/libphobos/src/std/ |
| parallelism.d | 254 // This function decides whether Tasks that meet all of the other requirements 357 // This is the base "class" for all of the other tasks. Using C-style 637 If no other tasks are available or this `Task` was executed using 662 // pop() waits on a condition variable if there are no Tasks 2724 // operations. After all the tasks are done executing, fun() has to 2737 RTask[] tasks; 2748 tasks = (cast(RTask*) buf.ptr)[0 .. nWorkUnits]; 2760 tasks = ptr[0 .. nWorkUnits]; 2767 free(tasks.ptr); 2800 foreach (ref task; tasks) [all...] |
| /src/external/bsd/ntp/dist/libntp/lib/isc/ |
| task.c | 148 LIST(isc__task_t) tasks; 168 #define FINISHED(m) ((m)->exiting && EMPTY((m)->tasks)) 295 *** Tasks. 310 UNLINK(manager->tasks, task, link); 314 * All tasks have completed and the 374 APPEND(manager->tasks, task, link); 1251 * tasks remaining on the current ready queue, then 1401 INIT_LIST(manager->tasks); 1494 * We need to do so, because otherwise the list of tasks could 1518 for (task = HEAD(manager->tasks); [all...] |
| /src/sys/dev/usb/ |
| usb.c | 156 TAILQ_HEAD(, usb_task) tasks; 421 TAILQ_INIT(&taskq->tasks); 579 TAILQ_INSERT_TAIL(&taskq->tasks, task, next); 611 TAILQ_REMOVE(&taskq->tasks, task, next); 679 TAILQ_REMOVE(&taskq->tasks, task, next); 785 task = TAILQ_FIRST(&taskq->tasks); 788 task = TAILQ_FIRST(&taskq->tasks); 793 TAILQ_REMOVE(&taskq->tasks, task, next);
|
| /src/external/gpl3/gdb/lib/libgdb/arch/m68000/ |
| init.c | 36 INIT_GDB_FILE (tasks) 206 INIT_GDB_FILE (tasks)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/aarch64eb/ |
| init.c | 43 INIT_GDB_FILE (tasks) 220 INIT_GDB_FILE (tasks)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/alpha/ |
| init.c | 44 INIT_GDB_FILE (tasks) 222 INIT_GDB_FILE (tasks)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/arm/ |
| init.c | 45 INIT_GDB_FILE (tasks) 224 INIT_GDB_FILE (tasks)
|
| /src/external/gpl3/gdb/lib/libgdb/arch/armeb/ |
| init.c | 45 INIT_GDB_FILE (tasks) 224 INIT_GDB_FILE (tasks)
|