Home | History | Annotate | Download | only in pthread_mutex_init

Lines Matching defs:returned

32  *      -> Is an error returned when unlocking the mutex in unlocked state?
98 int returned = 0;
131 returned = 0;
133 returned = 1;
167 ("Mutex unlock returned an error but mutex is unlocked.");
215 ("Results for unlock issue #1:\n mutex 1 unlocking returned %i\n mutex 2 unlocking returned %i\n",
262 ("Results for unlock issue #2:\n mutex 1 returned %i\n mutex 2 returned %i\n",
301 if (returned == 0)
317 tab_res[i][1] = returned;
326 tab_res[0][1] ? "returned " : "did not return ", tab_res[0][2],
328 tab_res[1][1] ? "returned " : "did not return ", tab_res[1][2]);
340 FAILED("The locks returned different error codes.");