EPICS Multi-Core Utilities  1.2.3-SNAPSHOT
Real-Time Utilities for EPICS IOCs on Multi-Core Linux
threadShow.c File Reference

New threadShow showing real-time properties. More...

#include <stdlib.h>
#include <sched.h>
#include <string.h>
#include <pthread.h>
#include <ellLib.h>
#include <errlog.h>
#include <epicsStdio.h>
#include <epicsEvent.h>
#include <epicsThread.h>
#include <epicsMath.h>
#include <shareLib.h>
#include "utils.h"
#include "mcoreutils.h"

Go to the source code of this file.

void mcoreThreadShow (epicsThreadId thread, unsigned int level)
 Show thread info for one thread. More...
 
void mcoreThreadShowAll (unsigned int level)
 Show thread info for all threads. More...
 
void mcoreThreadShowInit (void)
 Initialization routine. More...
 

Detailed Description

New threadShow showing real-time properties.

Author
Ralph Lange Ralph.nosp@m..Lan.nosp@m.ge@gm.nosp@m.x.de

Definition in file threadShow.c.