aboutsummaryrefslogtreecommitdiff
path: root/example/timer/odp_timer_test.c
AgeCommit message (Expand)Author
2022-03-02example: remove usage of deprecated schedule priority definesMatias Elo
2021-12-09test: timer: use timer pool param init functionPetri Savolainen
2021-10-21example: timer: fix extra semicolon build errorsMatias Elo
2021-09-30use odph_thread_create() instead of odph_odpthreads_create()Jere Leppänen
2021-06-01example: timer: use new timer set return codesPetri Savolainen
2021-05-31test: use default clock source enumPetri Savolainen
2021-04-01example: timer: check function return valuePetri Savolainen
2019-09-19example: use helper library debug macrosMatias Elo
2018-12-26examples: add calls to odp_schedule_config()Dmitry Eremin-Solenikov
2018-11-28example: use mem_model from helper optionsMatias Elo
2018-07-05example: use ODP_THREAD_COUNT_MAX as max worker countMatias Elo
2018-07-05example: use min number of workers by defaultMatias Elo
2018-05-14helper: thread: don't use getopt libraryPetri Savolainen
2018-02-26update Linaro Copyrights to 2018 yearMaxim Uvarov
2017-12-27validation/example: call odp_timer_capability() before creating timer poolKevin Wang
2017-10-11example: use odp_sys_info_printIlias Apalodimas
2017-02-03abi: pool: added initial definitionsPetri Savolainen
2017-01-25examples: use odph_api.hMike Holmes
2017-01-22helper: cleanup Linux rename to threadMike Holmes
2016-07-05linux-gen: std_types: remove extra c headersPetri Savolainen
2016-05-23example: timer: adding helper cmd line parsingChristophe Milard
2016-05-23example: timer: using agnostic function for ODP threadsChristophe Milard
2016-05-13linux-generic: timer: use strong typingMatias Elo
2016-04-21api: init: add instance handlePetri Savolainen
2016-03-04api: move include/odp.h to include/odp_api.hChristophe Milard
2016-02-08api: queue: moved queue type into queue parametersPetri Savolainen
2016-02-08api: sched: rename SCHED_SYNC_NONE to _PARALLELPetri Savolainen
2016-02-08example: update CPU Hz calling functionsHongbo Zhang
2016-02-08api: sysinfo: move CPU Hz API to cpu.hHongbo Zhang
2016-02-08api: sysinfo: move CPU model API to cpu.hHongbo Zhang
2016-01-25example: timer: free resources while terminationIvan Khoronzhuk
2015-12-16helper: linux: add thread type in pthread_createHemant Agrawal
2015-11-30Merge branch 'next'Maxim Uvarov
2015-11-30example: timer: warn if timeout less than resolutionIvan Khoronzhuk
2015-11-25api: time: unbind CPU cycles from time APIIvan Khoronzhuk
2015-10-22api: rename odp_cpumask_def to _defaultMaxim Uvarov
2015-09-22example: timer: print timer ticks/ns table instead of cycles/nsIvan Khoronzhuk
2015-08-11Merge branch 'master' into api-nextMaxim Uvarov
2015-08-04example: timer: use ability to indicate that event was lostIvan Khoronzhuk
2015-08-04example: timer: delete races while terminationIvan Khoronzhuk
2015-07-23api: helper: deleted odph_linux_cpumask_defaultPetri Savolainen
2015-07-23api: init: added thread type to local initPetri Savolainen
2015-07-21api: pool: remove shm paramter from odp_pool_create()Bill Fischofer
2015-07-16odp_timer_test: remove redundant free functionZoltan Kiss
2015-07-15example: use odp_queue_param_init routineBill Fischofer
2015-07-08api: sched: removed GROUP_DEFAULTPetri Savolainen
2015-07-07example: use odp_pool_param_init routineBill Fischofer
2015-07-06event: replace complicated buffer releases with odp_event_free()Zoltan Kiss
2015-07-06odp_timer_test: remove redundant free functionZoltan Kiss
2015-06-16Merge branch 'master' into api-nextMaxim Uvarov