aboutsummaryrefslogtreecommitdiff
path: root/helper/threads.c
AgeCommit message (Expand)Author
2022-11-03helper: threads: improve odph_thread_create() timeout error messageJuha Kauraniemi
2022-09-15helper: threads: fix synchronized thread start in process modeMatias Elo
2022-02-03helper: thread: get rid of an unsigned-signed comparison warningJanne Peltonen
2021-11-12helper: threads: deprecate old functions and parametersJere Leppänen
2021-09-30helper: threads: add thread stack size parameterJere Leppänen
2021-09-30helper: threads: add synchronized thread creation timeout parameterJere Leppänen
2021-09-30helper: threads: add odph_thread_param_init()Jere Leppänen
2021-09-30helper: threads: add odph_thread_common_param_init()Jere Leppänen
2020-09-07helper: thread: print pthread_create() return value to error logMatias Elo
2019-09-27linux-gen: include config.h header in install directoryMatias Elo
2019-08-20helper: debug: move odph_debug.h into helper APIPetri Savolainen
2019-05-09helper: thread: implement new thread create and joinPetri Savolainen
2018-11-28helper: threads: add odph_options() getter functionMatias Elo
2018-11-28helper: threads: replace odph_linux_thread_type_t with odp_mem_model_tMatias Elo
2018-10-04helper: threads: add ODPH_PROC_MODE environment variableMatias Elo
2018-05-14helper: thread: don't use getopt libraryPetri Savolainen
2018-02-26update Linaro Copyrights to 2018 yearMaxim Uvarov
2018-01-18linux-gen, include: switch std_clib.h to api+abiDmitry Eremin-Solenikov
2017-08-25helper: use config.h headerDmitry Eremin-Solenikov
2017-01-27helper: fix compilation with warningsMaxim Uvarov
2017-01-22helper: move thread implementation under platformMike Holmes
2017-01-22helper: cleanup Linux rename to threadMike Holmes