cpArbiterThread

@private

struct cpArbiterThread {
cpArbiter* next;
cpArbiter* prev;
}

Meta