HomeSort by: relevance | last modified time | path
    Searched refs:cpu_set_t (Results 1 - 25 of 54) sorted by relevancy

1 2 3

  /src/external/gpl3/gcc/dist/libgomp/config/linux/
proc.h 33 extern cpu_set_t *gomp_cpusetp attribute_hidden;
34 extern unsigned long gomp_cpuset_popcount (unsigned long, cpu_set_t *)
proc.c 46 cpu_set_t *gomp_cpusetp;
49 gomp_cpuset_popcount (unsigned long cpusetsize, cpu_set_t *cpusetp)
56 if (cpusetsize == sizeof (cpu_set_t))
88 gomp_cpuset_size = sizeof (cpu_set_t);
91 gomp_cpusetp = (cpu_set_t *) gomp_malloc (gomp_cpuset_size);
116 if (gomp_cpuset_size < sizeof (cpu_set_t))
117 gomp_cpuset_size = sizeof (cpu_set_t);
120 if (gomp_cpuset_size < 8 * sizeof (cpu_set_t))
122 = (cpu_set_t *) gomp_realloc (gomp_cpusetp, gomp_cpuset_size);
130 gomp_cpusetp = (cpu_set_t *) p
    [all...]
affinity.c 60 (cpu_set_t *) gomp_places_list[0]);
70 (cpu_set_t *) gomp_places_list[place]);
104 cpu_set_t *cpusetp = (cpu_set_t *) p;
112 cpu_set_t *cpusetp = (cpu_set_t *) p;
140 cpu_set_t *cpusetp = (cpu_set_t *) p;
159 cpu_set_t *destp = (cpu_set_t *) p
    [all...]
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
proc.h 33 extern cpu_set_t *gomp_cpusetp attribute_hidden;
34 extern unsigned long gomp_cpuset_popcount (unsigned long, cpu_set_t *)
proc.c 46 cpu_set_t *gomp_cpusetp;
49 gomp_cpuset_popcount (unsigned long cpusetsize, cpu_set_t *cpusetp)
56 if (cpusetsize == sizeof (cpu_set_t))
88 gomp_cpuset_size = sizeof (cpu_set_t);
91 gomp_cpusetp = (cpu_set_t *) gomp_malloc (gomp_cpuset_size);
116 if (gomp_cpuset_size < sizeof (cpu_set_t))
117 gomp_cpuset_size = sizeof (cpu_set_t);
120 if (gomp_cpuset_size < 8 * sizeof (cpu_set_t))
122 = (cpu_set_t *) gomp_realloc (gomp_cpusetp, gomp_cpuset_size);
130 gomp_cpusetp = (cpu_set_t *) p
    [all...]
affinity.c 60 (cpu_set_t *) gomp_places_list[0]);
70 (cpu_set_t *) gomp_places_list[place]);
104 cpu_set_t *cpusetp = (cpu_set_t *) p;
112 cpu_set_t *cpusetp = (cpu_set_t *) p;
140 cpu_set_t *cpusetp = (cpu_set_t *) p;
159 cpu_set_t *destp = (cpu_set_t *) p
    [all...]
  /src/external/gpl3/gcc.old/dist/libphobos/libdruntime/core/sys/linux/
sched.d 54 cpu_set_t* __CPU_ALLOC(size_t count)
56 return cast(cpu_set_t*) malloc(__CPU_ALLOC_SIZE(count));
64 void __CPU_FREE(cpu_set_t* set)
69 cpu_mask __CPU_SET_S(size_t cpu, size_t setsize, cpu_set_t* cpusetp) pure
80 bool __CPU_ISSET_S(size_t cpu, size_t setsize, cpu_set_t* cpusetp) pure
87 int __CPU_COUNT_S(size_t setsize, cpu_set_t* cpusetp) pure
96 /// Type for array elements in 'cpu_set_t'.
100 struct cpu_set_t
107 cpu_set_t* CPU_ALLOC(size_t count)
117 void CPU_FREE(cpu_set_t* set
    [all...]
  /src/external/bsd/nsd/dist/compat/
cpuset.h 35 typedef cpu_set_t cpuset_t;
  /src/external/gpl3/gdb/dist/gdb/testsuite/gdb.threads/
create-fail.c 69 cpu_set_t set;
  /src/external/gpl3/gdb.old/dist/gdb/testsuite/gdb.threads/
create-fail.c 71 cpu_set_t set;
  /src/external/public-domain/xz/dist/src/common/
tuklib_cpucores.c 57 cpu_set_t cpu_mask;
  /src/external/bsd/jemalloc/dist/include/jemalloc/internal/
jemalloc_internal_decls.h 39 # define cpu_set_t cpuset_t macro
  /src/external/bsd/jemalloc/include/jemalloc/internal/
jemalloc_internal_decls.h 39 # define cpu_set_t cpuset_t macro
  /src/external/mpl/bind/dist/lib/isc/
os.c 81 cpu_set_t cpus;
  /src/external/public-domain/xz/dist/m4/
tuklib_cpucores.m4 60 cpu_set_t cpu_mask;
  /src/external/gpl3/gcc/dist/gcc/
lto-wrapper.cc 1262 cpu_set_t *cpusetp;
1265 static cpuset_popcount (unsigned long cpusetsize, cpu_set_t *cpusetp)
1272 if (cpusetsize == sizeof (cpu_set_t))
1302 cpuset_size = sizeof (cpu_set_t);
1305 cpusetp = (cpu_set_t *) xmalloc (gomp_cpuset_size);
1329 if (cpuset_size < sizeof (cpu_set_t))
1330 cpuset_size = sizeof (cpu_set_t);
1333 if (cpuset_size < 8 * sizeof (cpu_set_t))
1335 = (cpu_set_t *) realloc (cpusetp, cpuset_size);
1343 cpusetp = (cpu_set_t *) p
    [all...]
  /src/external/gpl3/gcc.old/dist/gcc/
lto-wrapper.cc 1247 cpu_set_t *cpusetp;
1250 static cpuset_popcount (unsigned long cpusetsize, cpu_set_t *cpusetp)
1257 if (cpusetsize == sizeof (cpu_set_t))
1287 cpuset_size = sizeof (cpu_set_t);
1290 cpusetp = (cpu_set_t *) xmalloc (gomp_cpuset_size);
1314 if (cpuset_size < sizeof (cpu_set_t))
1315 cpuset_size = sizeof (cpu_set_t);
1318 if (cpuset_size < 8 * sizeof (cpu_set_t))
1320 = (cpu_set_t *) realloc (cpusetp, cpuset_size);
1328 cpusetp = (cpu_set_t *) p
    [all...]
  /src/external/gpl3/binutils/dist/gprofng/common/
cpuid.c 200 cpu_set_t cpu_set;
  /src/external/gpl3/binutils.old/dist/gprofng/common/
cpuid.c 200 cpu_set_t cpu_set;
  /src/external/lgpl2/userspace-rcu/dist/tests/benchmark/
test_mutex.c 73 cpu_set_t mask;
test_perthreadlock.c 77 cpu_set_t mask;
test_rwlock.c 77 cpu_set_t mask;
test_urcu.c 68 cpu_set_t mask;
test_urcu_assign.c 72 cpu_set_t mask;
test_urcu_bp.c 68 cpu_set_t mask;

Completed in 35 milliseconds

1 2 3