Multithreaded Programming Guide

pthread_spin_unlock() Return Values

Upon successful completion, the pthread_spin_unlock() function returns 0. Otherwise, one of the following error codes is returned.


EPERM

Description:

The calling thread does not hold the lock.


EINVAL

Description:

The value specified by lock does not refer to an initialized spin lock object.