Home
last modified time | relevance | path

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

/devicemodel/core/
A Diothread.c190 iothread_create(struct iothreads_option *iothr_opt) in iothread_create() argument
198 if (iothr_opt == NULL) { in iothread_create()
205 end = base + iothr_opt->num; in iothread_create()
226 if (iothr_opt->cpusets != NULL) { in iothread_create()
257 iothread_parse_options(char *str, struct iothreads_option *iothr_opt) in iothread_parse_options() argument
344 iothr_opt->num = num; in iothread_parse_options()
345 iothr_opt->cpusets = cpuset_list; in iothread_parse_options()
354 void iothread_free_options(struct iothreads_option *iothr_opt) in iothread_free_options() argument
356 if ((iothr_opt != NULL) && (iothr_opt->cpusets != NULL)) { in iothread_free_options()
357 free(iothr_opt->cpusets); in iothread_free_options()
[all …]
/devicemodel/include/
A Diothread.h50 struct iothread_ctx *iothread_create(struct iothreads_option *iothr_opt);
51 int iothread_parse_options(char *str, struct iothreads_option *iothr_opt);
52 void iothread_free_options(struct iothreads_option *iothr_opt);

Completed in 4 milliseconds