eina: remove references to win32 and winCE in threads

This commit is contained in:
Jean Guyomarc'h 2016-08-23 17:46:45 +02:00 committed by Jean Guyomarc'h
parent d2e9704ea8
commit 5d527fffc8
1 changed files with 0 additions and 4 deletions

View File

@ -194,8 +194,6 @@ static inline Eina_Lock_Result eina_lock_release(Eina_Lock *mutex);
* lock state, thread number and a backtrace.
*
* @note If @c EINA_HAVE_DEBUG_THREADS is not defined, this function does nothing.
* @note This function is implemented on Win32 or WinCE, but it does not
* not produce any output, regardless of @c EINA_HAVE_DEBUG_THREADS being set.
*/
static inline void eina_lock_debug(const Eina_Lock *mutex);
@ -460,8 +458,6 @@ static inline Eina_Bool eina_tls_set(Eina_TLS key, const void *data);
* @details This function initializes an unnamed #Eina_Semaphore with appropriate values.
* These values are platform dependent.
*
* @note Semaphores are not avialable on the WinCE platform.
*
* @see eina_semaphore_free()
*/
static inline Eina_Bool eina_semaphore_new(Eina_Semaphore *sem, int count_init);