Home
last modified time | relevance | path

Searched refs:cpusets (Results 1 – 2 of 2) sorted by relevance

/devicemodel/core/
A Diothread.c226 if (iothr_opt->cpusets != NULL) { in iothread_create()
227 memcpy(&(ioctx_x->cpuset), iothr_opt->cpusets + (i - base), sizeof(cpu_set_t)); in iothread_create()
345 iothr_opt->cpusets = cpuset_list; in iothread_parse_options()
356 if ((iothr_opt != NULL) && (iothr_opt->cpusets != NULL)) { in iothread_free_options()
357 free(iothr_opt->cpusets); in iothread_free_options()
358 iothr_opt->cpusets = NULL; in iothread_free_options()
/devicemodel/include/
A Diothread.h39 cpu_set_t *cpusets; member

Completed in 6 milliseconds