Home | History | Annotate | Download | only in jni

Lines Matching refs:semaphore

17 #include <semaphore.h>
365 /* Create the write semaphore */
368 ALOGE ("%s: semaphore creation failed (errno=0x%08x)", __FUNCTION__, errno);
415 ALOGE ("%s: wait semaphore (errno=0x%08x)", __FUNCTION__, errno);
422 /* Destroy semaphore */
425 ALOGE ("%s: failed destroy semaphore (errno=0x%08x)", __FUNCTION__, errno);
1099 /* Create the write semaphore */
1102 ALOGE ("%s: Check NDEF semaphore creation failed (errno=0x%08x)", __FUNCTION__, errno);
1125 ALOGE ("%s: Failed to wait for check NDEF semaphore (errno=0x%08x)", __FUNCTION__, errno);
1171 /* Destroy semaphore */
1174 ALOGE ("%s: Failed to destroy check NDEF semaphore (errno=0x%08x)", __FUNCTION__, errno);
1267 ALOGE ("%s: semaphore creation failed (errno=0x%08x)", __FUNCTION__, errno);
1286 ALOGE ("Failed to destroy check NDEF semaphore (errno=0x%08x)", errno);
1431 /* Create the make_readonly semaphore */
1434 ALOGE ("%s: Make readonly semaphore creation failed (errno=0x%08x)", __FUNCTION__, errno);
1452 ALOGE ("%s: Failed to wait for make_readonly semaphore (errno=0x%08x)", __FUNCTION__, errno);
1462 /* Destroy semaphore */
1465 ALOGE ("%s: Failed to destroy read_only semaphore (errno=0x%08x)", __FUNCTION__, errno);