Searched refs:current (Results 1 – 9 of 9) sorted by relevance
1325 VTIMER_HandleType *current = rootNode; in _insert_timer_in_queue() local1329 while ((current != NULL) && (current->expiryTime < handle->expiryTime)) in _insert_timer_in_queue()1331 prev = current; in _insert_timer_in_queue()1332 current = current->next; in _insert_timer_in_queue()1335 handle->next = current; in _insert_timer_in_queue()1369 VTIMER_HandleType *current = rootNode; in _remove_timer_in_queue() local1373 while ((current != NULL) && (current != handle)) in _remove_timer_in_queue()1375 prev = current; in _remove_timer_in_queue()1376 current = current->next; in _remove_timer_in_queue()1379 if (current == NULL) in _remove_timer_in_queue()[all …]
7 The current headers have been generated using the versions found in the table
27 * Generation script available in current repo under scripts/genpinctrl
13 a hosting environment (Zephyr RTOS in current case).