diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-24 06:23:51 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2003-05-24 06:23:51 +0000 |
commit | e0e3c57ad9f042b7ff4eb12755ee3feaad30892b (patch) | |
tree | bc4d1d996ba858771f56112ecdc7a993297397d7 /win32 | |
parent | 505656d388154e1318fd47e0b746bb415dc9e6cc (diff) | |
download | perl-e0e3c57ad9f042b7ff4eb12755ee3feaad30892b.tar.gz |
Introduce (undefined) pthread_attr_setscope to non-Configure lands.
p4raw-id: //depot/perl@19607
Diffstat (limited to 'win32')
-rw-r--r-- | win32/config.bc | 1 | ||||
-rw-r--r-- | win32/config.gc | 1 | ||||
-rw-r--r-- | win32/config.vc | 1 | ||||
-rw-r--r-- | win32/config.vc64 | 1 | ||||
-rw-r--r-- | win32/config_H.bc | 7 | ||||
-rw-r--r-- | win32/config_H.gc | 7 | ||||
-rw-r--r-- | win32/config_H.vc | 7 | ||||
-rw-r--r-- | win32/config_H.vc64 | 7 |
8 files changed, 32 insertions, 0 deletions
diff --git a/win32/config.bc b/win32/config.bc index f601e72843..138973980c 100644 --- a/win32/config.bc +++ b/win32/config.bc @@ -313,6 +313,7 @@ d_poll='undef' d_portable='define' d_procselfexe='undef' d_pthread_atfork='undef' +d_pthread_attr_setscope='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config.gc b/win32/config.gc index 43d02415ed..6e63d9329f 100644 --- a/win32/config.gc +++ b/win32/config.gc @@ -313,6 +313,7 @@ d_poll='undef' d_portable='define' d_procselfexe='undef' d_pthread_atfork='undef' +d_pthread_attr_setscope='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config.vc b/win32/config.vc index 7b15b752c2..e60b990a42 100644 --- a/win32/config.vc +++ b/win32/config.vc @@ -313,6 +313,7 @@ d_poll='undef' d_portable='define' d_procselfexe='undef' d_pthread_atfork='undef' +d_pthread_attr_setscope='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config.vc64 b/win32/config.vc64 index 0ed41ca429..3ab5b13361 100644 --- a/win32/config.vc64 +++ b/win32/config.vc64 @@ -313,6 +313,7 @@ d_poll='undef' d_portable='define' d_procselfexe='undef' d_pthread_atfork='undef' +d_pthread_attr_setscope='undef' d_pthread_yield='undef' d_pwage='undef' d_pwchange='undef' diff --git a/win32/config_H.bc b/win32/config_H.bc index 11c311c723..b35ea8cdf6 100644 --- a/win32/config_H.bc +++ b/win32/config_H.bc @@ -2670,6 +2670,13 @@ #define PROCSELFEXE_PATH /**/ #endif +/* HAS_PTHREAD_ATTR_SETSCOPE: + * This symbol, if defined, indicates that the pthread_attr_setscope + * system call is available to set the contention scope attribute of + * a thread attribute object. + */ +/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/ + /* HAS_READV: * This symbol, if defined, indicates that the readv routine is * available to do gather reads. You will also need <sys/uio.h> diff --git a/win32/config_H.gc b/win32/config_H.gc index 2392b0ee69..7ad75a819c 100644 --- a/win32/config_H.gc +++ b/win32/config_H.gc @@ -2670,6 +2670,13 @@ #define PROCSELFEXE_PATH /**/ #endif +/* HAS_PTHREAD_ATTR_SETSCOPE: + * This symbol, if defined, indicates that the pthread_attr_setscope + * system call is available to set the contention scope attribute of + * a thread attribute object. + */ +/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/ + /* HAS_READV: * This symbol, if defined, indicates that the readv routine is * available to do gather reads. You will also need <sys/uio.h> diff --git a/win32/config_H.vc b/win32/config_H.vc index d51f70de2a..a46c73198b 100644 --- a/win32/config_H.vc +++ b/win32/config_H.vc @@ -2670,6 +2670,13 @@ #define PROCSELFEXE_PATH /**/ #endif +/* HAS_PTHREAD_ATTR_SETSCOPE: + * This symbol, if defined, indicates that the pthread_attr_setscope + * system call is available to set the contention scope attribute of + * a thread attribute object. + */ +/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/ + /* HAS_READV: * This symbol, if defined, indicates that the readv routine is * available to do gather reads. You will also need <sys/uio.h> diff --git a/win32/config_H.vc64 b/win32/config_H.vc64 index 5245268750..32e93b74bb 100644 --- a/win32/config_H.vc64 +++ b/win32/config_H.vc64 @@ -2670,6 +2670,13 @@ #define PROCSELFEXE_PATH /**/ #endif +/* HAS_PTHREAD_ATTR_SETSCOPE: + * This symbol, if defined, indicates that the pthread_attr_setscope + * system call is available to set the contention scope attribute of + * a thread attribute object. + */ +/*#define HAS_PTHREAD_ATTR_SETSCOPE / **/ + /* HAS_READV: * This symbol, if defined, indicates that the readv routine is * available to do gather reads. You will also need <sys/uio.h> |