max-includes - threadsafe?

johnpitcairn's icon

A search of this forum suggests that linked lists implemented via ext_linklist.h are threadsafe, so I don't need to use critical regions for calls to linklist functions, correct?

Is the same true for ext_hashtab.h?

Is everything in max-includes threadsafe, or is there a list somewhere of stuff that isn't?