HomeSort by relevance Sort by last modified time
    Searched refs:context_list (Results 1 - 2 of 2) sorted by null

  /external/adhd/cras/src/server/
cras_dsp.c 40 static struct cras_dsp_context *context_list; variable in typeref:struct:cras_dsp_context
118 DL_FOREACH(context_list, ctx) {
156 DL_APPEND(context_list, ctx);
162 DL_DELETE(context_list, ctx);
219 DL_FOREACH(context_list, ctx) {
  /external/mesa3d/src/glx/apple/
apple_glx_context.c 67 static struct apple_glx_context *context_list = NULL; variable in typeref:struct:apple_glx_context
69 /* This guards the context_list above. */
105 for (i = context_list; i; i = i->next) {
193 if (context_list)
194 context_list->previous = ac;
197 ac->next = context_list;
198 context_list = ac;
230 /* Remove ac from the context_list as soon as possible. */
237 context_list = ac->next;
535 for (ac = context_list; ac; ac = ac->next)
    [all...]

Completed in 64 milliseconds