You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
postgres/src/tools/thread
Bruce Momjian ae5bc8a601 No need to use our standard libs for the thread test --- they might not 22 years ago
..
Makefile No need to use our standard libs for the thread test --- they might not 22 years ago
README Add new auto-detection of thread flags. 22 years ago
thread_test.c Hook thread_test program run at the end of configure run. 22 years ago

README

This program should be run by developers wishing to enable threading on
new platforms.

Run thread_test program to determine if your native libc functions are
thread-safe, or if we should use *_r functions or thread locking.

To use this program, you must:

o run "configure --enable-thread-safety"
o compile the main source tree
o compile and run this program

If your platform requires special thread flags that are not tested by
/config/acx_pthread.m4, add PTHREAD_CFLAGS and PTHREAD_LIBS defines to
your template/${port} file.