Ignore:
Timestamp:
Feb 21, 2013 11:18:36 AM (11 years ago)
Author:
bennylp
Message:

Fixed #1616: Implementation of Group lock and other foundation in PJLIB for fixing synchronization issues

File:
1 edited

Legend:

Unmodified
Added
Removed
  • pjproject/trunk/pjlib/include/pj/types.h

    r4154 r4359  
    232232typedef struct pj_lock_t pj_lock_t; 
    233233 
     234/** Group lock */ 
     235typedef struct pj_grp_lock_t pj_grp_lock_t; 
     236 
    234237/** Mutex handle. */ 
    235238typedef struct pj_mutex_t pj_mutex_t; 
Note: See TracChangeset for help on using the changeset viewer.