OSDN Git Service

Merge "strtok stores its values in thread local storage. So it can not guarantee...
authorGlenn Kasten <gkasten@android.com>
Tue, 17 Sep 2013 21:46:05 +0000 (21:46 +0000)
committerGerrit Code Review <noreply-gerritcodereview@google.com>
Tue, 17 Sep 2013 21:46:05 +0000 (21:46 +0000)
commite56f3c96fa6e7550b67e8b049f999aaa2ada1192
tree296e1aaf8779e9a6f178a2e166fe32730ce730db
parentd6ca2e8bc17db104f0421ae1e7e0799488b96d70
parentff7455c0c1df0c316a306fb81ee660840d08b6d0
Merge "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."