Remove ca_mutex_trylock and associated unit test
authorDavid Antler <david.a.antler@intel.com>
Wed, 9 Mar 2016 19:44:26 +0000 (11:44 -0800)
committerJon A. Cruz <jon@joncruz.org>
Tue, 15 Mar 2016 08:47:48 +0000 (08:47 +0000)
commitcee9051cc36a427aba55a886e800dde8b83063e2
treef57965a3f8cd98a39a9d04d165a01fbc51d8a076
parent72f92606b883ec5042de4872d2caadf7879df2eb
Remove ca_mutex_trylock and associated unit test

ca_mutex_trylock is not used anywhere. Implementation of this function
presents challenges for porting to additional platforms where an
easily-wrappable implementation might not be available, such as on
Windows.

Change-Id: I7727c5f9a6c97a53dda15007cdfd74043ab03a7b
Signed-off-by: David Antler <david.a.antler@intel.com>
Reviewed-on: https://gerrit.iotivity.org/gerrit/5645
Tested-by: jenkins-iotivity <jenkins-iotivity@opendaylight.org>
Reviewed-by: Jon A. Cruz <jon@joncruz.org>
resource/csdk/connectivity/common/inc/camutex.h
resource/csdk/connectivity/common/src/camutex_noop.c
resource/csdk/connectivity/common/src/camutex_pthreads.c
resource/csdk/connectivity/test/camutex_tests.cpp