commit | ff7455c0c1df0c316a306fb81ee660840d08b6d0 | [log] [tgz] |
---|---|---|
author | seunghak.han <seunghak.han@lge.com> | Sat Sep 07 14:59:43 2013 +0900 |
committer | seunghak.han <seunghak.han@lge.com> | Tue Sep 17 10:50:05 2013 +0900 |
tree | 296e1aaf8779e9a6f178a2e166fe32730ce730db | |
parent | fb949d5dc8a764e31fbd65bee87f59fcfeb6d848 [diff] |
strtok stores its values in thread local storage. So it can not guarantee works well when multithread environment. AudioFlinger has multithread. so strtok_r is more safe. Change-Id: I6d77ef9cc49a4478dd856dcdca14e4920ce955c6