X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=resource%2Fcsdk%2Fconnectivity%2Fcommon%2Finc%2Fcamutex.h;h=5a1c00f7124a4275bcc3e239548be6a89812a070;hb=edcfc3d2329da7b914771c0dcff5f42c9b74fd93;hp=29d42d80d9325d1ff3c239855e61180ca18e9ab8;hpb=068b9d878cead4b54ceaba89cb9d9c19b1c5dcb1;p=platform%2Fupstream%2Fiotivity.git diff --git a/resource/csdk/connectivity/common/inc/camutex.h b/resource/csdk/connectivity/common/inc/camutex.h index 29d42d8..5a1c00f 100644 --- a/resource/csdk/connectivity/common/inc/camutex.h +++ b/resource/csdk/connectivity/common/inc/camutex.h @@ -64,16 +64,6 @@ ca_mutex ca_mutex_new(void); void ca_mutex_lock(ca_mutex mutex); /** - * Checks if the mutex can be locked. - * - * @param mutex The mutex to be locked. - * - * @return true if the mutex is not locked currently, otherwise false. - * - */ -bool ca_mutex_trylock(ca_mutex mutex); - -/** * Unlock the mutex. * * @param mutex The mutex to be unlocked.