-
- Downloads
Check and set thread-safe functions separately, rather than as a single
variable. Remove thread locking for non-thread-safe functions, instead throw a compile error. Platforms will have to re-run tools/thread to record their thread safety.
Showing
- configure 32 additions, 15 deletionsconfigure
- configure.in 24 additions, 15 deletionsconfigure.in
- src/include/pg_config.h.in 9 additions, 3 deletionssrc/include/pg_config.h.in
- src/port/thread.c 16 additions, 136 deletionssrc/port/thread.c
- src/template/bsdi 4 additions, 1 deletionsrc/template/bsdi
- src/template/freebsd 1 addition, 2 deletionssrc/template/freebsd
- src/template/linux 1 addition, 2 deletionssrc/template/linux
- src/template/netbsd 1 addition, 2 deletionssrc/template/netbsd
- src/template/osf 1 addition, 2 deletionssrc/template/osf
- src/template/solaris 1 addition, 2 deletionssrc/template/solaris
- src/template/unixware 1 addition, 2 deletionssrc/template/unixware
- src/tools/thread/thread_test.c 44 additions, 60 deletionssrc/tools/thread/thread_test.c
Loading
Please register or sign in to comment