Searched refs:ioctx_x (Results 1 – 2 of 2) sorted by relevance
42 while(ioctx_x->started) { in io_thread()71 if (ioctx_x->started) { in iothread_start()76 if (pthread_create(&ioctx_x->tid, NULL, io_thread, ioctx_x) != 0) { in iothread_start()82 ioctx_x->started = true; in iothread_start()83 pthread_setname_np(ioctx_x->tid, ioctx_x->name); in iothread_start()104 if (ioctx_x == NULL) { in iothread_add()133 if (ioctx_x == NULL) { in iothread_del()138 if (ioctx_x->epfd) { in iothread_del()167 ioctx_x->epfd = -1; in iothread_deinit()220 ioctx_x->idx = i; in iothread_create()[all …]
47 int iothread_add(struct iothread_ctx *ioctx_x, int fd, struct iothread_mevent *aevt);48 int iothread_del(struct iothread_ctx *ioctx_x, int fd);
Completed in 6 milliseconds