Home
last modified time | relevance | path

Searched refs:lastthread_cond (Results 1 – 1 of 1) sorted by relevance

/dports/cad/pdnmesh/pdnmesh-0.2.2/src/
H A Deig_arpack.c49 pthread_cond_t lastthread_cond; member
62 pthread_cond_init(&barrier->lastthread_cond,NULL); in init_th_barrier()
71 pthread_cond_destroy(&barrier->lastthread_cond); in destroy_th_barrier()
99 pthread_cond_wait(&barrier->lastthread_cond,&barrier->exit_mutex); in sync_barrier()
106 pthread_cond_broadcast(&barrier->lastthread_cond); in sync_barrier()