Skip to main content

Name

ec_double_list_push — Push an item to the tail of the list

Synopsis

#include "misc/ec_double_list.h"

| void **ec_double_list_push** ( | list, |   | |   | data); |   |

ec_double_list * <var class="pdparam">list</var>; void * <var class="pdparam">data</var>;

Description

Push an item to the tail of the list.

Parameters

list

The list.

data

The data that will be the new tail.

Threading

It is legal to call this function in any thread.

See Also

Was this page helpful?