Toggle navigation
Documentation
The friendly Operating System for the Internet of Things
Loading...
Searching...
No Matches
gnrc_tcp_eventloop.h
Go to the documentation of this file.
1
/*
2
* SPDX-FileCopyrightText: 2015-2017 Simon Brummer
3
* SPDX-License-Identifier: LGPL-2.1-only
4
*/
5
6
#pragma once
7
18
19
#include <stdint.h>
20
21
#include "
evtimer_msg.h
"
22
23
#ifdef __cplusplus
24
extern
"C"
{
25
#endif
26
34
int
_gnrc_tcp_eventloop_init
(
void
);
35
45
void
_gnrc_tcp_eventloop_sched
(
evtimer_msg_event_t
*
event
, uint32_t offset,
46
uint16_t type,
void
*context);
47
55
void
_gnrc_tcp_eventloop_unsched
(
evtimer_msg_event_t
*
event
);
56
57
#ifdef __cplusplus
58
}
59
#endif
60
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:142
evtimer_msg_event_t
IPC-message event.
Definition
evtimer_msg.h:37
Generated on Sat Sep 26 2026 00:00:28 by
1.13.2