summaryrefslogtreecommitdiff
path: root/wince
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2003-05-24 06:23:51 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2003-05-24 06:23:51 +0000
commite0e3c57ad9f042b7ff4eb12755ee3feaad30892b (patch)
treebc4d1d996ba858771f56112ecdc7a993297397d7 /wince
parent505656d388154e1318fd47e0b746bb415dc9e6cc (diff)
downloadperl-e0e3c57ad9f042b7ff4eb12755ee3feaad30892b.tar.gz
Introduce (undefined) pthread_attr_setscope to non-Configure lands.
p4raw-id: //depot/perl@19607
Diffstat (limited to 'wince')
-rw-r--r--wince/config.ce2
-rw-r--r--wince/config_H.ce13
2 files changed, 15 insertions, 0 deletions
diff --git a/wince/config.ce b/wince/config.ce
index 8f909062d8..6500d74c1c 100644
--- a/wince/config.ce
+++ b/wince/config.ce
@@ -296,6 +296,8 @@ d_pipe='undef'
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/wince/config_H.ce b/wince/config_H.ce
index 029ee4d6ff..bded3866b6 100644
--- a/wince/config_H.ce
+++ b/wince/config_H.ce
@@ -2008,6 +2008,12 @@
*/
/*#define OLD_PTHREAD_CREATE_JOINABLE /**/
+/* HAS_PTHREAD_ATFORK:
+ * This symbol, if defined, indicates that the pthread_atfork routine
+ * is available to setup fork handlers.
+ */
+/*#define HAS_PTHREAD_ATFORK / **/
+
/* HAS_PTHREAD_YIELD:
* This symbol, if defined, indicates that the pthread_yield
* routine is available to yield the execution of the current
@@ -3795,6 +3801,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_SIGPROCMASK:
* This symbol, if defined, indicates that the sigprocmask
* system call is available to examine or change the signal mask