Rtos API example

Embed: (wiki syntax)

« Back to documentation index

lwip_snmp_threadsync.c File Reference

lwip_snmp_threadsync.c File Reference

SNMP thread synchronization implementation. More...

Go to the source code of this file.

Functions

void snmp_threadsync_init (struct snmp_threadsync_instance *instance, snmp_threadsync_synchronizer_fn sync_fn)
 Initializes thread synchronization instance.

Detailed Description

SNMP thread synchronization implementation.

Definition in file lwip_snmp_threadsync.c.


Function Documentation

void snmp_threadsync_init ( struct snmp_threadsync_instance instance,
snmp_threadsync_synchronizer_fn  sync_fn 
)

Initializes thread synchronization instance.

Create thread sync instance data.

Definition at line 209 of file lwip_snmp_threadsync.c.