Help for this page

Select Code to Download


  1. or download this
    RXD+ (982) > Command completed with a return code of 0
    RXD+ (0) > _handle() output: 51686792
    thread handle:2d00 thread-id: 4240x
    
  2. or download this
    thread handle:2d00 thread-id: 0x
    GetLastError() output: '6'
    Join failed with 'Bad file descriptor' : 'The handle is
    invalid' at rxd.pl line 1128.
    
  3. or download this
    S_ithread_create(
    ...
    ...
        MY_POOL.running_threads++;
        return (thread);
    }
    
  4. or download this
    STATIC void
    S_ithread_free(pTHX_ ithread *thread)
    ...
    ...
    
    }