Motr  M0
thread.h File Reference
#include <pthread.h>
#include <setjmp.h>
#include <signal.h>
#include "lib/types.h"
Include dependency graph for thread.h:

Go to the source code of this file.

Data Structures

struct  m0_thread_handle
 
struct  m0_thread_arch_tls
 

Macros

#define __MOTR_LIB_USER_SPACE_THREAD_H__
 
#define LAMBDA(T, ...)   ({ T __lambda __VA_ARGS__; &__lambda; })
 

Enumerations

enum  { M0_THREAD_NAME_LEN = 16 }
 

Macro Definition Documentation

◆ __MOTR_LIB_USER_SPACE_THREAD_H__

#define __MOTR_LIB_USER_SPACE_THREAD_H__

Definition at line 26 of file thread.h.