Searched refs:g_contextRecords (Results 1 – 2 of 2) sorted by relevance
31 extern ContextRecord* g_contextRecords;42 g_contextRecords[curTaskId].context_p = context_p; in jerry_port_default_set_current_context()48 jerry_dynamic_global_context_p = g_contextRecords[LOS_NextTaskIDGet()].context_p; in jerry_switch_context()58 g_contextRecords[curTaskId].context_p = NULL; in jerry_port_default_remove_current_context_record()
30 ContextRecord* g_contextRecords; variable52 …g_contextRecords = (ContextRecord*)OhosMalloc(MEM_TYPE_JERRY, (MAX_CONTEXT_NUM) * sizeof(ContextRe… in JerryInitContextRecords()53 if (g_contextRecords == NULL) { in JerryInitContextRecords()