queue
struct unicap_queue; typedef unicap_queue_t;
struct unicap_queue { sem_t sema; sem_t *psema; void * data; struct _unicap_queue *next; };
typedef struct _unicap_queue unicap_queue_t;