Motr  M0
threads.h File Reference
#include "lib/types.h"
Include dependency graph for threads.h:

Go to the source code of this file.

Data Structures

struct  m0_ut_threads_descr
 

Macros

#define __MOTR_UT_THREADS_H__
 
#define M0_UT_THREADS_DEFINE(name, thread_func)
 
#define M0_UT_THREADS_START(name, thread_nr, param_array)
 
#define M0_UT_THREADS_STOP(name)   m0_ut_threads_stop(&ut_threads_descr_##name)
 

Functions

M0_INTERNAL void m0_ut_threads_start (struct m0_ut_threads_descr *descr, int thread_nr, void *param_array, size_t param_size)
 
M0_INTERNAL void m0_ut_threads_stop (struct m0_ut_threads_descr *descr)
 

Macro Definition Documentation

◆ __MOTR_UT_THREADS_H__

#define __MOTR_UT_THREADS_H__

Definition at line 26 of file threads.h.