some questions:

  * is it normal that in eina_condition_free(), the mutex is not destroyed ?
  * in eina_lock_take()

#ifdef EINA_HAVE_ON_OFF_THREADS
    if (!_eina_threads_activated)
      {
#ifdef EINA_HAVE_DEBUG_THREADS
         assert(pthread_equal(_eina_main_loop, pthread_self()));
#endif
         return EINA_LOCK_SUCCEED;
      }
#endif

is it normal to return EINA_LOCK_SUCCEED here ?

Vincent

------------------------------------------------------------------------------
Achieve unprecedented app performance and reliability
What every C/C++ and Fortran developer should know.
Learn how Intel has extended the reach of its next-generation tools
to help boost performance applications - inlcuding clusters.
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
enlightenment-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/enlightenment-devel

Reply via email to