unsigned int insert_item(AlarmTimer * item)

this function inserts a timer_item into the list.

Documentation

this function inserts a timer_item into the list. Keeps it ordered, and updates length, and possibly one timeval entry. Checks whether we insert at beginning/end first. timer_item must have been alloc'ed first by the application, this is not done by this function !
Parameters:
tlist - pointer to the timer_list instance
item - pointer to the event item that is to be added
Returns:
timer_id on success, 0 if a pointer was NULL or other error

Alphabetic index HTML hierarchy of classes or Java



This page was generated with the help of DOC++.