-
- Downloads
Attempt threading in this order:
* use non-*_r function names if they are all thread-safe * (NEED_REENTRANT_FUNCS=no) * use *_r functions if they exist (configure test) * do our own locking and copying of non-threadsafe functions New to this patch is the last option.
Showing
- configure.in 3 additions, 8 deletionsconfigure.in
- src/include/port.h 5 additions, 5 deletionssrc/include/port.h
- src/port/thread.c 156 additions, 17 deletionssrc/port/thread.c
- src/template/bsdi 1 addition, 1 deletionsrc/template/bsdi
- src/template/freebsd 2 additions, 2 deletionssrc/template/freebsd
- src/template/linux 1 addition, 1 deletionsrc/template/linux
- src/template/netbsd 1 addition, 1 deletionsrc/template/netbsd
- src/template/osf 1 addition, 1 deletionsrc/template/osf
- src/template/solaris 5 additions, 0 deletionssrc/template/solaris
- src/template/unixware 1 addition, 1 deletionsrc/template/unixware
Loading
Please register or sign in to comment