Home
last modified time | relevance | path

Searched refs:thread_array (Results 1 – 2 of 2) sorted by relevance

/third_party/ltp/utils/benchmark/ebizzy-0.3/
Debizzy.c454 pthread_t thread_array[threads]; in start_threads() local
466 err = pthread_create(&thread_array[i], NULL, thread_run, NULL); in start_threads()
491 err = pthread_join(thread_array[i], (void *)&record_thread); in start_threads()
/third_party/cmsis/CMSIS/RTOS2/Include/
Dcmsis_os2.h553 uint32_t osThreadEnumerate (osThreadId_t *thread_array, uint32_t array_items);