Searched refs:MIDI_PORT_STATE_CLOSED (Results 1 – 1 of 1) sorted by relevance
55 MIDI_PORT_STATE_CLOSED = 0, enumerator277 while (!port->state.compare_exchange_weak(portState, MIDI_PORT_STATE_CLOSED)) { in AMIDI_closePort()278 if (portState == MIDI_PORT_STATE_CLOSED) { in AMIDI_closePort()