Rtos API example

Embed: (wiki syntax)

« Back to documentation index

snmp_threadsync.h File Reference

snmp_threadsync.h File Reference

SNMP server MIB API to implement thread synchronization. More...

Go to the source code of this file.

Data Structures

struct  threadsync_data
 Thread sync runtime data. More...
struct  snmp_threadsync_instance
 Thread sync instance. More...
struct  snmp_threadsync_node
 SNMP thread sync proxy leaf node. More...

Functions

void snmp_threadsync_init (struct snmp_threadsync_instance *instance, snmp_threadsync_synchronizer_fn sync_fn)
 Create thread sync instance data.

Detailed Description

SNMP server MIB API to implement thread synchronization.

Definition in file snmp_threadsync.h.


Function Documentation

void snmp_threadsync_init ( struct snmp_threadsync_instance instance,
snmp_threadsync_synchronizer_fn  sync_fn 
)

Create thread sync instance data.

Definition at line 209 of file lwip_snmp_threadsync.c.