EPICS Multi-Core Utilities  1.2.2-SNAPSHOT
Real-Time Utilities for EPICS IOCs on Multi-Core Linux
 All Files Functions Variables Typedefs Macros Groups Pages
Macros
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.

Macros

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

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.

Macro Definition Documentation

#define epicsExportSharedSymbols