FACT++  1.0
int dim_stop_thread ( dim_long  t_id)

Definition at line 246 of file dim_thr.c.

References dim_print_date_time().

Referenced by dim_signal_cond().

247 {
248  int ret;
249  ret = pthread_cancel((pthread_t)t_id);
251  printf("dim_stop_thread: this function is obsolete, it creates memory leaks\n");
252  return ret;
253 }
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: