Memory service with multiple tasks

Hello,

my application contains serveral tasks and each task is using the memory service. Does anybody know, whether the functions adl_memGet() and adl_memRelease() are re-entrant? If not, I’ll have to protect the functions by semaphores…

Thanks in advance,
Oliver.

Okay, I found the answer in the ADL User Guide at “Execution Context Service”: The ADL services are all re-entrant.