#include <unistd.h>
#include <signal.h>
#include <string.h>
#include <sys/syscall.h>
#include <sys/types.h>
#include <sys/prctl.h>
#include "epicsStdio.h"
#include "ellLib.h"
#include "epicsEvent.h"
#include "epicsThread.h"
Go to the source code of this file.
void epicsThreadShowInfo |
( |
epicsThreadId |
pthreadInfo, |
|
|
unsigned int |
level |
|
) |
| |
Definition at line 30 of file osdThreadExtra.c.
34 "LWP ID OSIPRI OSSPRI STATE\n");
36 struct sched_param param;
39 if (pthreadInfo->
tid) {
41 int status = pthread_getschedparam(pthreadInfo->
tid, &policy,
45 priority = param.sched_priority;
48 pthreadInfo->
name,(
void *)
49 pthreadInfo,(
unsigned long)pthreadInfo->
lwpId,
FILE *epicsStdCall epicsGetStdout(void)