Index
$#! · 0-9 · 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
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
int join_thread(thread_t *threadobj)
The function suspends execution of the caller until threadobj terminates.
#define KEYCOMPARE(
   key,
   node
) callcmpkeyobj_typeadaptmember(&tree->nodeadp, key, memberasobject_typeadaptmember(&tree->nodeadp, node))
Casts node to type typeadapt_object_t and calls callcmpkeyobj_typeadapt.
uint8_t keylen
Start of byte-aligned data.
#define KONFIG_LANG en
Choose default language for compiletime/runtime text output.
#define KONFIG_MEMALIGN 4
Alignment of allocated memory.
Test that KONFIG_MEMALIGN is set to a valid value out of [1,4,8,16,32].
#define KONFIG_OS Linux
Choose name of operating system this project is compiled for.
#define KONFIG_SUBSYS (THREAD|SYSUSER)
Defines which subsystems should be included.
#define KONFIG_SUBSYS_NONE
Will be automatically defined if KONFIG_SUBSYS contains no other valid option.
#define KONFIG_SUBSYS_SYSUSER
Will be automatically defined if KONFIG_SUBSYS contains SYSUSER.
#define KONFIG_SUBSYS_THREAD
Will be automatically defined if KONFIG_SUBSYS contains THREAD.
#define KONFIG_UNITTEST
Define this in your Makefile to include additional code for testing single components.
#define KONFIG_USERINTERFACE NONE
Sets the graphic subsystem.
Test that KONFIG_USERINTERFACE is set to a valid value.
#define KONFIG_USERINTERFACE_EGL
Will be automatically defined if KONFIG_USERINTERFACE contains EGL.
#define KONFIG_USERINTERFACE_NONE
Will be automatically defined if KONFIG_USERINTERFACE contains no other valid option.
#define KONFIG_USERINTERFACE_X11
Will be automatically defined if KONFIG_USERINTERFACE contains X11.
Global generic configurations.
Close