Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Main Page
Related Pages
Supported Boards
Modules
Namespaces
Namespace List
Namespace Members
All
Functions
Variables
Enumerations
Data Structures
Data Structures
Class Hierarchy
Data Fields
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
~
Functions
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
w
~
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
Typedefs
Enumerator
Related Symbols
Files
File List
Globals
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Variables
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Typedefs
_
a
b
c
d
e
f
g
h
i
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Enumerations
_
a
b
c
d
e
f
g
h
i
k
l
m
n
p
q
r
s
t
u
v
w
x
z
Enumerator
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
Macros
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
►
RIOT OS
•
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
Loading...
Searching...
No Matches
gnrc_tcp_eventloop.h
Go to the documentation of this file.
1
/*
2
* Copyright (C) 2015-2017 Simon Brummer
3
*
4
* This file is subject to the terms and conditions of the GNU Lesser
5
* General Public License v2.1. See the file LICENSE in the top level
6
* directory for more details.
7
*/
8
20
#ifndef GNRC_TCP_EVENTLOOP_H
21
#define GNRC_TCP_EVENTLOOP_H
22
23
#include <stdint.h>
24
25
#include "
evtimer_msg.h
"
26
27
#ifdef __cplusplus
28
extern
"C"
{
29
#endif
30
38
int
_gnrc_tcp_eventloop_init
(
void
);
39
49
void
_gnrc_tcp_eventloop_sched
(
evtimer_msg_event_t
*
event
, uint32_t offset,
50
uint16_t type,
void
*context);
51
59
void
_gnrc_tcp_eventloop_unsched
(
evtimer_msg_event_t
*
event
);
60
61
#ifdef __cplusplus
62
}
63
#endif
64
65
#endif
/* GNRC_TCP_EVENTLOOP_H */
evtimer_msg.h
IPC-based evtimer definitions.
_gnrc_tcp_eventloop_init
int _gnrc_tcp_eventloop_init(void)
Starts GNRC TCP's main processing thread.
_gnrc_tcp_eventloop_sched
void _gnrc_tcp_eventloop_sched(evtimer_msg_event_t *event, uint32_t offset, uint16_t type, void *context)
Schedule event to event loop.
_gnrc_tcp_eventloop_unsched
void _gnrc_tcp_eventloop_unsched(evtimer_msg_event_t *event)
Unschedule event to event loop.
event
event structure
Definition
event.h:148
evtimer_msg_event_t
IPC-message event.
Definition
evtimer_msg.h:40
Generated on Thu Apr 3 2025 17:38:30 by
1.12.0