]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
thread_pthread.h
authorAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 11:10:18 +0000 (11:10 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Thu, 10 Jan 2002 11:10:18 +0000 (11:10 +0000)
Python/thread_pthread.h

index 6092d0a5e49e9cdc1b9cc10ddfe67006854538ee..16fe91c8a73769ee66c701c49c8269d97f167809 100644 (file)
@@ -128,10 +128,10 @@ PyThread_start_new_thread(void (*func)(void *), void *arg)
 {
        pthread_t th;
        int success;
-       dprintf(("PyThread_start_new_thread called\n"));
 #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED
        pthread_attr_t attrs;
 #endif
+       dprintf(("PyThread_start_new_thread called\n"));
        if (!initialized)
                PyThread_init_thread();
 #ifdef PTHREAD_SYSTEM_SCHED_SUPPORTED