If LINK_LIST_THREADSAFE is defined, then listInit() supports a LINK_LIST_MUTEX
flag bit to specify that the linked-list is to be auto-mutex-protected for safe access from multiple simultaneous threads. List nodes now have a pointer back to the list itself - used in listExtract().
Please register or sign in to comment