#include "epicsStdio.h"
#include "ellLib.h"
#include "epicsEvent.h"
#include "epicsThread.h"
Go to the source code of this file.
void epicsThreadShowInfo |
( |
epicsThreadOSD * |
pthreadInfo, |
|
|
unsigned int |
level |
|
) |
| |
Definition at line 22 of file osdThreadExtra.c.
26 "PTHREAD ID OSIPRI OSSPRI STATE\n");
28 struct sched_param param;
32 if(pthreadInfo->
tid) {
34 status = pthread_getschedparam(pthreadInfo->
tid,&policy,¶m);
35 if(!status) priority = param.sched_priority;
38 pthreadInfo->
name,(
void *)
39 pthreadInfo,(
unsigned long)pthreadInfo->
tid,
FILE *epicsStdCall epicsGetStdout(void)