FACT++
1.0
Main Page
Related Pages
Namespaces
Classes
Files
Examples
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
}
Dim_thr_counter
int Dim_thr_counter
Definition:
dim_thr_old.c:434
Dim_thr_locker
pthread_t Dim_thr_locker
Definition:
dim_thr_old.c:433
Global_DIM_mutex
pthread_mutex_t Global_DIM_mutex
Definition:
dim_thr_old.c:440
Here is the caller graph for this function:
dim
src
dim_thr_old.c
Generated on Sun Sep 18 2016 20:50:29 for FACT++ by
1.8.11