commit | ac1114e116962506461220c1ca7c00971a2bf7f1 | [log] [tgz] |
---|---|---|
author | Mingyang Sun <mingyang.sun@arm.com> | Wed Mar 23 17:32:07 2022 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Mon Mar 28 13:22:07 2022 +0200 |
tree | 851af6a6eaaffc1044fbdde81a830ebaae0a4efd | |
parent | ca4580f277c024886b7cf8548e0714aa68f63d15 [diff] |
SPM: Remame the thread function 'thrd_wait_on()' The thread function 'thrd_wait_on()' actually sets the thread state to blocked, the name is confusing and may indicate inside the function CPU is blocked and waits for some signals. This patch changes the function name to 'thrd_set_wait()'. Signed-off-by: Mingyang Sun <mingyang.sun@arm.com> Change-Id: Iad29e2db89f8e5ccb34022506afb3f8c7d188d6b