J | |
join_thread, thread_t | |
K | |
KEYCOMPARE | |
keylen, trie_nodedata_t | |
KONFIG_LANG | |
KONFIG_MEMALIGN | |
KONFIG_MEMALIGN Test | |
KONFIG_OS | |
KONFIG_SUBSYS | |
KONFIG_SUBSYS_NONE | |
KONFIG_SUBSYS_SYSUSER | |
KONFIG_SUBSYS_THREAD | |
KONFIG_UNITTEST | |
KONFIG_USERINTERFACE | |
KONFIG_USERINTERFACE Test | |
KONFIG_USERINTERFACE_EGL | |
KONFIG_USERINTERFACE_NONE | |
KONFIG_USERINTERFACE_X11 | |
Konfiguration |
The function suspends execution of the caller until threadobj terminates.
int join_thread( thread_t * threadobj )
Casts node to type typeadapt_object_t and calls callcmpkeyobj_typeadapt.
#define KEYCOMPARE( key, node ) callcmpkeyobj_typeadaptmember(&tree->nodeadp, key, memberasobject_typeadaptmember(&tree->nodeadp, node))
Start of byte-aligned data.
uint8_t keylen
Choose default language for compiletime/runtime text output.
#define KONFIG_LANG en
Alignment of allocated memory.
#define KONFIG_MEMALIGN 4
Choose name of operating system this project is compiled for.
#define KONFIG_OS Linux
Defines which subsystems should be included.
#define KONFIG_SUBSYS ( THREAD|SYSUSER )
Will be automatically defined if KONFIG_SUBSYS contains no other valid option.
#define KONFIG_SUBSYS_NONE
Will be automatically defined if KONFIG_SUBSYS contains SYSUSER.
#define KONFIG_SUBSYS_SYSUSER
Will be automatically defined if KONFIG_SUBSYS contains THREAD.
#define KONFIG_SUBSYS_THREAD
Define this in your Makefile to include additional code for testing single components.
#define KONFIG_UNITTEST
Sets the graphic subsystem.
#define KONFIG_USERINTERFACE NONE
Will be automatically defined if KONFIG_USERINTERFACE contains EGL.
#define KONFIG_USERINTERFACE_EGL
Will be automatically defined if KONFIG_USERINTERFACE contains no other valid option.
#define KONFIG_USERINTERFACE_NONE
Will be automatically defined if KONFIG_USERINTERFACE contains X11.
#define KONFIG_USERINTERFACE_X11