Help for this page

Select Code to Download


  1. or download this
    typedef struct {
        perl_mutex          mutex;
    ...
        MUTEX_UNLOCK(&lock->mutex);
        SAVEDESTRUCTOR_X(recursive_lock_release,lock);
    }
    
  2. or download this
    115: typedef union
    116: {
    ...
    128:   char __size[__SIZEOF_PTHREAD_COND_T];
    129:   __extension__ long long int __align;
    130: } pthread_cond_t;
    
  3. or download this
    76: typedef union
    77: {
    ...
    103:   long int __align;
    104: } pthread_mutex_t;
    105: