234,235c234,235
< (request->ruby_request.type == RubyRequestType_Locked_Read) ||
< (request->ruby_request.type == RubyRequestType_Locked_Write)) {
---
> (request->ruby_request.type == RubyRequestType_Load_Linked) ||
> (request->ruby_request.type == RubyRequestType_Store_Conditional)) {
293,294c293,294
< (ruby_request.type == RubyRequestType_Locked_Read) ||
< (ruby_request.type == RubyRequestType_Locked_Write)) {
---
> (ruby_request.type == RubyRequestType_Load_Linked) ||
> (ruby_request.type == RubyRequestType_Store_Conditional)) {
312c312
< if (request->ruby_request.type == RubyRequestType_Locked_Write) {
---
> if (request->ruby_request.type == RubyRequestType_Store_Conditional) {
331c331
< } else if (request->ruby_request.type == RubyRequestType_Locked_Read) {
---
> } else if (request->ruby_request.type == RubyRequestType_Load_Linked) {
381,382c381,382
< (request->ruby_request.type == RubyRequestType_Locked_Read) ||
< (request->ruby_request.type == RubyRequestType_Locked_Write));
---
> (request->ruby_request.type == RubyRequestType_Load_Linked) ||
> (request->ruby_request.type == RubyRequestType_Store_Conditional));
504c504
< (type == RubyRequestType_Locked_Read)) {
---
> (type == RubyRequestType_Load_Linked)) {
617,618c617,618
< case RubyRequestType_Locked_Read:
< case RubyRequestType_Locked_Write:
---
> case RubyRequestType_Load_Linked:
> case RubyRequestType_Store_Conditional: