efl/legacy/eina/src/lib
Mike Blumenkrantz 56a0bd9396 implement threadsafety for arrays, alter all eina internal array usage to (hopefully) be threadsafe
call eina_threads_init() to enable this if you have pthread rwlock support (posix 2001)
note some function prototypes have lost const on array params to allow locking
WARNING: you should NOT call eina_threads_shutdown unless you are positive that you will not use any arrays which were created while threadsafe mode were enabled, and vice versa.  Failing to adhere to this warning WILL result in either deadlocks or memory leaks.


SVN revision: 50951
2010-08-10 03:26:15 +00:00
..
.cvsignore Don't display gcov file. 2008-08-01 12:24:53 +00:00
Makefile.am Eina: Fix compilation with --enable-amalgamation. 2010-07-27 15:15:45 +00:00
eina_accessor.c FORMATTING 2010-08-04 16:57:32 +00:00
eina_array.c implement threadsafety for arrays, alter all eina internal array usage to (hopefully) be threadsafe 2010-08-10 03:26:15 +00:00
eina_benchmark.c implement threadsafety for arrays, alter all eina internal array usage to (hopefully) be threadsafe 2010-08-10 03:26:15 +00:00
eina_binshare.c FORMATTING 2010-08-04 16:57:32 +00:00
eina_convert.c fix formatting also 2010-07-28 03:03:25 +00:00
eina_counter.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_cpu.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_error.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_file.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_fp.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_hamster.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_hash.c incomplete doxy! 2010-07-30 21:18:40 +00:00
eina_inlist.c errrr... hmmm why did this change? 2010-07-28 02:48:11 +00:00
eina_iterator.c FORMATTING 2010-08-04 16:57:32 +00:00
eina_lalloc.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_list.c FORMATTING 2010-08-04 16:57:32 +00:00
eina_log.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_magic.c Better documenting EINA_MAGIC_SET()'s use. 2010-08-02 16:57:38 +00:00
eina_main.c implement threadsafety for arrays, alter all eina internal array usage to (hopefully) be threadsafe 2010-08-10 03:26:15 +00:00
eina_matrixsparse.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_mempool.c * eina: add some doc for one big mempool. 2010-08-05 12:52:30 +00:00
eina_module.c implement threadsafety for arrays, alter all eina internal array usage to (hopefully) be threadsafe 2010-08-10 03:26:15 +00:00
eina_quadtree.c FORMATTING 2010-08-04 16:57:32 +00:00
eina_rbtree.c implement threadsafety for arrays, alter all eina internal array usage to (hopefully) be threadsafe 2010-08-10 03:26:15 +00:00
eina_rectangle.c fix formatting also 2010-07-28 03:03:25 +00:00
eina_safety_checks.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_share_common.c FORMATTING 2010-08-04 16:57:32 +00:00
eina_share_common.h uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_str.c FORMATTING 2010-08-04 16:57:32 +00:00
eina_strbuf.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_strbuf_common.c FORMATTING 2010-08-04 16:57:32 +00:00
eina_strbuf_common.h uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_strbuf_template_c.i Eina: Fix compilation with --enable-amalgamation. 2010-07-27 15:15:45 +00:00
eina_stringshare.c FORMATTING 2010-08-04 16:57:32 +00:00
eina_tiler.c fix formatting also 2010-07-28 03:03:25 +00:00
eina_unicode.c eina: fix strdup calloc, it's number of elements and then size, and not the other way around. 2010-08-08 12:03:18 +00:00
eina_ustrbuf.c uncrustify eina. 2010-07-28 02:37:05 +00:00
eina_ustringshare.c FORMATTING 2010-08-04 16:57:32 +00:00
eina_value.c uncrustify eina. 2010-07-28 02:37:05 +00:00