EPICS Multi-Core Utilities
1.2.2-SNAPSHOT
Real-Time Utilities for EPICS IOCs on Multi-Core Linux
|
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. | |
New threadShow showing real-time properties.
Definition in file threadShow.c.
#define epicsExportSharedSymbols |