Searched refs:LIST_FOR_EACH_SAFE (Results 1 - 3 of 3) sorted by relevance
/base/tee/tee_client/frameworks/include/ |
H A D | tee_client_list.h | 85 #define LIST_FOR_EACH_SAFE(pos, n, list) \ macro
|
/base/tee/tee_client/services/tlogcat/src/ |
H A D | proc_tag.c | 290 LIST_FOR_EACH_SAFE(node, n, &g_taTagList) { in FreeTaTagNode() 314 LIST_FOR_EACH_SAFE(node, n, &g_driverTagList) { in FreeDriverTagNode()
|
/base/tee/tee_client/frameworks/libteec_vendor/ |
H A D | tee_client_api.c | 218 LIST_FOR_EACH_SAFE(node, n, &context->session_list) in AddSessionList() 867 LIST_FOR_EACH_SAFE(ptr, n, &context->session_list) in TEEC_FinalizeContextInner() 890 LIST_FOR_EACH_SAFE(ptr, n, &context->shrd_mem_list) in TEEC_FinalizeContextInner()
|
Completed in 3 milliseconds