Zero  0.1.0
Classes | Functions
latch.cpp File Reference
#include "w_defines.h"
#include "w.h"
#include "latch.h"
#include "w_debug.h"
#include "smthread.h"
#include <cstring>
#include <list>
#include <algorithm>

Classes

class  holder_list
 The list-handling class for latch_holder_t instances. More...
 
struct  holder_list::iterator
 Iterator over a list of latch_holder_t structures. More...
 
class  holders_print
 For debugging only. More...
 
class  holder_search
 Finds all latches held by this thread. More...
 

Functions

ostream & operator<< (ostream &out, const latch_t &l)
 
void print_latch (const latch_t *l)
 
void print_my_latches ()
 

Function Documentation

§ operator<<()

ostream& operator<< ( ostream &  out,
const latch_t l 
)

§ print_latch()

void print_latch ( const latch_t l)

§ print_my_latches()

void print_my_latches ( )