ocf/example/simple/src/queue_thread.h
Adam Rutkowski 02066f3cdf simple example: implement queues based on threads
Signed-off-by: Adam Rutkowski <adam.j.rutkowski@intel.com>
2022-01-18 11:55:31 +01:00

11 lines
267 B
C

/*
* Copyright(c) 2021-2021 Intel Corporation
* SPDX-License-Identifier: BSD-3-Clause
*/
#pragma once
int initialize_threads(struct ocf_queue *mngt_queue, struct ocf_queue *io_queue);
void queue_thread_kick(ocf_queue_t q);
void queue_thread_stop(ocf_queue_t q);