ec_double_list_push
Last updated March 2020
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)
; | |
Description
Push an item to the tail of the list.
- list
-
The list.
- data
-
The data that will be the new tail.
It is legal to call this function in any thread.
See Also
Was this page helpful?