nrf9160: nrf_modem_at_xxx() thread safety?

Hi,

simple question: Are the nrf_modem_at_xxx() functions thread safe? Can I use them to query command the modem from different threads without needing to lock accesses to the modem? Just can't find any hint in the docs (neither mentioning it's thread safe nor not thread safe).

Thanks!

Related