Lines Matching refs:tid
63 To support this flexibility, a group ID (gid) and a thread ID (tid) are
67 The gid and tid are specified by NSPE RTOS via NSCE interface.
101 `tid` are the input paramemters. A token will be returned to the NSPE if TF-M
104 It is the responsibility of NSPE RTOS to assign gid and tid for each NS client.
159 - Manage the assignment for `gid`, `tid` and NSID.
185 `tfm_nsce_save_ctx()` for switching the NSID for the same task (same tid and
241 - `tid`: It is a `uint8_t` value (valid range is 0 - 255). Thread ID is used to
242 identify a NS client within a given group. `tid` has no special meaning for
243 TF-M. So, usually the kernel only needs to ensure a NS task has a unique `tid`
246 - `gid` and `tid` management: It is the responsibility of NSPE RTOS to manage
247 the assignment of `gid` and `tid`. Based on the explaination above, the `gid`
248 could be assigned as a constant value. And, the `tid` can be increased
250 `tid` may overflow.