Searched refs:phOsal_QueueCtxt_t (Results 1 – 1 of 1) sorted by relevance
47 } phOsal_QueueCtxt_t; typedef56 phOsal_QueueCtxt_t* psQCtxt = NULL; in phOsal_QueueCreate()70 psQCtxt = (phOsal_QueueCtxt_t*)psQueueCreatePrms->MemAllocCb( in phOsal_QueueCreate()71 pvMemHdl, sizeof(phOsal_QueueCtxt_t)); in phOsal_QueueCreate()75 memset(psQCtxt, 0, sizeof(phOsal_QueueCtxt_t)); in phOsal_QueueCreate()126 phOsal_QueueCtxt_t* psQCtxt = (phOsal_QueueCtxt_t*)pvQueueHandle; in phOsal_QueueDestroy()164 phOsal_QueueCtxt_t* psQCtxt = (phOsal_QueueCtxt_t*)pvQueueHandle; in phOsal_QueuePush()270 phOsal_QueueCtxt_t* psQCtxt = (phOsal_QueueCtxt_t*)pvQueueHandle; in phOsal_QueuePull()