Searched refs:otThreadIsSingleton (Results 1 – 4 of 4) sorted by relevance
268 bool otThreadIsSingleton(otInstance *aInstance);
405 bool otThreadIsSingleton(otInstance *aInstance) in otThreadIsSingleton() function
6233 OutputLine(otThreadIsSingleton(GetInstancePtr()) ? "true" : "false"); in Process()
4734 … if ((otThreadGetDeviceRole(mInstance) == OT_DEVICE_ROLE_LEADER) && otThreadIsSingleton(mInstance)) in ProcessThreadChangedFlags()