FACT++  1.0
int dim_stop_thread ( long  t_id)

Definition at line 238 of file dim_thr_old.c.

References dim_print_date_time().

Referenced by dim_signal_cond().

239 {
240  int ret;
241  ret = pthread_cancel((pthread_t)t_id);
243  printf("dim_stop_thread: this function is obsolete, it creates memory leaks\n");
244  return ret;
245 }
void dim_print_date_time()
Definition: utilities.c:134

+ Here is the call graph for this function:

+ Here is the caller graph for this function: