Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers ns_event_loop.h Source File

ns_event_loop.h

00001 /*
00002  * Copyright (c) 2016 ARM Limited, All Rights Reserved
00003  */
00004 
00005 #ifdef __cplusplus
00006 extern "C" {
00007 #endif
00008 
00009 void ns_event_loop_init(void);
00010 void ns_event_loop_thread_create(void);
00011 void ns_event_loop_thread_start(void);
00012 
00013 #ifdef __cplusplus
00014 }
00015 #endif
00016