Home | History | Annotate | Download | only in pthread_mutex_init

Lines Matching refs:pma

96 	pthread_mutexattr_t *pma[10 * SCALABILITY_FACTOR];
141 * pma[0] = NULL
142 * pma[1] = NORMAL type mutex attribute
143 * pma[2] = RECURSIVE type mutex attribute
144 * pma[3] = ERRORCHECK type mutex attribute
145 * pma[4] = DEFAULT type mutex attribute
146 * pma[5] = default mutex attribute
147 * pma[6] = NORMAL type mutex attribute
148 * pma[7] = RECURSIVE type mutex attribute
149 * pma[8] = ERRORCHECK type mutex attribute
150 * pma[9] = DEFAULT type mutex attribute
151 * pma[10] = pma[5] ...
165 cur->pma[0] = NULL;
167 cur->pma[i] = &(cur->ma[i % 5]);
183 ret = pthread_mutex_init(&(cur->mtx[i]), cur->pma[i]);
191 ret = pthread_mutex_init(&(cur->mtx[i]), cur->pma[i]);