Searched defs:GlCplCallback (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libtecla/common/
H A Dgetline.c325 typedef struct GlCplCallback GlCplCallback; typedef in typeref:struct:GlCplCallback
326 struct GlCplCallback { struct
340 * Specify how many GlCplCallback nodes are added to the GlCplCallback freelist
369 GlCplCallback cplfn; /* The completion callback */
402 FreeList *cpl_mem; /* Memory for GlCplCallback objects */
1960 gl->cpl_mem = _new_FreeList(sizeof(GlCplCallback), GL_CPL_FREELIST_BLOCKING);
5469 * pointer to a GlCplCallback containing the completion callback function
5485 GlCplCallback *c
[all...]

Completed in 126 milliseconds