FACT++  1.0
int dim_get_scheduler_class ( int *  pclass)

Definition at line 288 of file dim_thr_old.c.

References MAIN_thread.

Referenced by dim_signal_cond().

289 {
290 #ifdef __linux__
291  int ret;
292  struct sched_param param;
293 
294  ret = pthread_getschedparam(MAIN_thread, pclass, &param);
295  if(!ret)
296  return 1;
297 #endif
298  return 0;
299 }
pthread_t MAIN_thread
Definition: dim_thr_old.c:21

+ Here is the caller graph for this function: