Home
last modified time | relevance | path

Searched refs:expectedContext (Results 1 – 1 of 1) sorted by relevance

/frameworks/wilhelm/tests/sandbox/
Dintbufq.c69 void *expectedContext = NULL; variable
76 if (context != expectedContext) in callback()
77 printf("context %p expected %p\r\n", context, expectedContext); in callback()
203 expectedContext = (void *) count; in main()
206 expectedContext = (void *) NULL; in main()
209 callback : NULL, expectedContext); in main()