~jlukas79/+junk/mysql-server

« back to all changes in this revision

Viewing changes to include/atomic/rwlock.h

manual merge 6.0-main --> 6.0-bka-review

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA */
15
15
 
16
16
typedef struct {pthread_mutex_t rw;} my_atomic_rwlock_t;
 
17
#define MY_ATOMIC_MODE_RWLOCKS 1
17
18
 
18
19
#ifdef MY_ATOMIC_MODE_DUMMY
19
20
/*