php-src/TSRM
Ben Mansell 5d6cb2fc32 Speedup for pthread implementation. We make use of thread local storage
to allow access to the current thread's resources without having to
obtain the memory mutex and traverse our hash table. This is a big
performance win!
2001-03-06 15:07:57 +00:00
..
acconfig.h PTHREADS is a custom symbol 1999-09-24 20:52:46 +00:00
acinclude.m4 Forgot these.. 1999-10-04 15:22:18 +00:00
build.mk Add clean target which removes standard targets 1999-10-10 02:02:13 +00:00
buildconf Add $automake_flags, to allow propagation of --copy 1999-10-05 13:47:16 +00:00
configure.in Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress 2000-12-02 13:27:07 +00:00
LICENSE - Change license of .c and .h files of TSRM. It's still not the complete 2000-08-31 19:02:14 +00:00
Makefile.am - Move virtual cwd to TSRM. 2000-09-03 18:18:13 +00:00
readdir.h - Make TSRM work on Windows. 2000-09-03 18:47:35 +00:00
threads.m4 Add -qthreaded for AIX cc V5 2000-06-10 08:26:59 +00:00
TODO - Add TODO 2000-09-16 19:07:50 +00:00
tsrm_config_common.h - Fix crash bug on NetBSD and OpenBSD. MAXPATHLEN didn't get defined 2000-09-07 15:31:29 +00:00
tsrm_config.w32.h - Centralize some configuration stuff 2000-09-06 20:27:12 +00:00
tsrm_strtok_r.c - Testing 1 2 3 2000-09-11 15:15:29 +00:00
tsrm_strtok_r.h - Move virtual cwd to TSRM. 2000-09-03 18:18:13 +00:00
tsrm_virtual_cwd.c - BeOS apparently doesn't have realpath(). Improve the previously 2001-01-21 17:35:31 +00:00
tsrm_virtual_cwd.h - Thanks to "Daniel Beulshausen" <daniel@php4win.de> 2000-11-22 04:59:32 +00:00
TSRM.c Speedup for pthread implementation. We make use of thread local storage 2001-03-06 15:07:57 +00:00
TSRM.dsp Add Release_TSDbg to TSRM as well 2001-01-07 18:28:03 +00:00
TSRM.h Use the hardly-documented third parameter of AM_INIT_AUTOMAKE to suppress 2000-12-02 13:27:07 +00:00
tsrm.m4 - Change TSRM_OTHER macro to TSRM_THREADS as it should be only to check 2000-09-02 15:24:18 +00:00