Home
last modified time | relevance | path

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

/lk-master/app/tests/
A Dthread_tests.c375 static int atomic_tester(void *arg) { in atomic_tester() function
400 …threads[0] = thread_create("atomic tester 1", &atomic_tester, (void *)1, LOW_PRIORITY, DEFAULT_STA… in atomic_test()
401 …threads[1] = thread_create("atomic tester 1", &atomic_tester, (void *)1, LOW_PRIORITY, DEFAULT_STA… in atomic_test()
402 …threads[2] = thread_create("atomic tester 1", &atomic_tester, (void *)1, LOW_PRIORITY, DEFAULT_STA… in atomic_test()
403 …threads[3] = thread_create("atomic tester 1", &atomic_tester, (void *)1, LOW_PRIORITY, DEFAULT_STA… in atomic_test()
404 …threads[4] = thread_create("atomic tester 2", &atomic_tester, (void *)-1, LOW_PRIORITY, DEFAULT_ST… in atomic_test()
405 …threads[5] = thread_create("atomic tester 2", &atomic_tester, (void *)-1, LOW_PRIORITY, DEFAULT_ST… in atomic_test()
406 …threads[6] = thread_create("atomic tester 2", &atomic_tester, (void *)-1, LOW_PRIORITY, DEFAULT_ST… in atomic_test()
407 …threads[7] = thread_create("atomic tester 2", &atomic_tester, (void *)-1, LOW_PRIORITY, DEFAULT_ST… in atomic_test()

Completed in 4 milliseconds