FACT++  1.0
void dim_unlock ( )

Definition at line 457 of file dim_thr_old.c.

Referenced by dim_signal_cond().

458 {
459  /*printf("Un-Locking %d ", pthread_self());*/
460  Dim_thr_counter--;
461  /*printf("Counter = %d ",Dim_thr_counter);*/
462  if(!Dim_thr_counter)
463  {
464  Dim_thr_locker=0;
465  pthread_mutex_unlock(&Global_DIM_mutex);
466  /*printf(": Un-Locked ");*/
467  }
468  /* printf("\n");*/
469 }
int Dim_thr_counter
Definition: dim_thr_old.c:434
pthread_t Dim_thr_locker
Definition: dim_thr_old.c:433
pthread_mutex_t Global_DIM_mutex
Definition: dim_thr_old.c:440

+ Here is the caller graph for this function: