OpenBIC
OpenSource Bridge-IC
util_worker.h File Reference
#include <stdint.h>
Include dependency graph for util_worker.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  worker_job
 

Macros

#define MAX_WORK_NAME_LEN   32
 

Functions

void init_plat_worker (int)
 
uint8_t get_work_count ()
 
int add_work (worker_job *)
 
void init_worker ()
 

Variables

struct k_work_q plat_work_q
 

Macro Definition Documentation

◆ MAX_WORK_NAME_LEN

#define MAX_WORK_NAME_LEN   32

Function Documentation

◆ add_work()

int add_work ( worker_job job)

◆ get_work_count()

uint8_t get_work_count ( )

◆ init_plat_worker()

void init_plat_worker ( int  priority)

◆ init_worker()

void init_worker ( )

Variable Documentation

◆ plat_work_q

struct k_work_q plat_work_q
extern