| 141 | } |
| 142 | |
| 143 | int dm_init_reply_cond(int proc_rank) |
| 144 | { |
| 145 | my_reply_cond = dm_get_cond(DM_TYPE_COND, NULL, NULL); |
| 146 | return my_reply_cond?0:-1; |
| 147 | } |
| 148 | |
| 149 | |
| 150 | int init_mutex_cond(pthread_mutex_t *mutex, pthread_cond_t *cond) |
no test coverage detected