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,
void(* EPICS_THREAD_HOOK_ROUTINE)(epicsThreadId id)
A doubly-linked list library.
FILE *epicsStdCall epicsGetStdout(void)
APIs for the epicsEvent binary semaphore.
C++ and C descriptions for a thread.