FUNCTION(cnd_broadcast, int (*f)(cnd_t*));
FUNCTION(cnd_destroy, void (*f)(cnd_t*));
FUNCTION(cnd_init, int (*f)(cnd_t*));
FUNCTION(cnd_signal, int (*f)(cnd_t*));
FUNCTION(cnd_timedwait, int (*f)(cnd_t*, mtx_t*, conststruct timespec*));
FUNCTION(cnd_wait, int (*f)(cnd_t*, mtx_t*));
FUNCTION(mtx_destroy, void (*f)(mtx_t*));
FUNCTION(mtx_init, int (*f)(mtx_t*, int));
FUNCTION(mtx_lock, int (*f)(mtx_t*));
FUNCTION(mtx_timedlock, int (*f)(mtx_t*, conststruct timespec*));
FUNCTION(mtx_trylock, int (*f)(mtx_t*));
FUNCTION(mtx_unlock, int (*f)(mtx_t*));
FUNCTION(thrd_create, int (*f)(thrd_t*, thrd_start_t, void*));
FUNCTION(thrd_current, thrd_t (*f)(void));
FUNCTION(thrd_detach, int (*f)(thrd_t));
FUNCTION(thrd_equal, int (*f)(thrd_t, thrd_t));
FUNCTION(thrd_exit, void (*f)(int));
FUNCTION(thrd_join, int (*f)(thrd_t, int*));
FUNCTION(thrd_sleep, int (*f)(conststruct timespec*, struct timespec*));
FUNCTION(thrd_yield, void (*f)(void));
FUNCTION(tss_create, int (*f)(tss_t*, tss_dtor_t));
FUNCTION(tss_delete, void (*f)(tss_t));
FUNCTION(tss_get, void* (*f)(tss_t));
FUNCTION(tss_set, int (*f)(tss_t, void*));
}
#define DO_NOT_INCLUDE_TIME_H #include"time_h.c"
#endif
Messung V0.5 in Prozent
¤ Dauer der Verarbeitung: 0.1 Sekunden
(vorverarbeitet am 2026-06-28)
¤
Die Informationen auf dieser Webseite wurden
nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit,
noch Qualität der bereit gestellten Informationen zugesichert.
Bemerkung:
Die farbliche Syntaxdarstellung und die Messung sind noch experimentell.