Home
last modified time | relevance | path

Searched defs:rand_num (Results 1 – 2 of 2) sorted by relevance

/examples/utest/testcases/kernel/
A Dsemaphore_tc.c23 int rand_num = rand() % 0x10000; in test_static_semaphore_init() local
50 int rand_num = rand() % 0x10000; in test_static_semaphore_detach() local
272 int rand_num = rand() % 0x10000; in test_dynamic_semaphore_create() local
299 int rand_num = rand() % 0x10000; in test_dynamic_semaphore_delete() local
A Dmutex_tc.c69 int rand_num = rand() % 0x1000; in static_mutex_take_entry() local
131 int rand_num = rand() % 0x1000; in static_mutex_release_entry() local
409 int rand_num = rand() % 0x1000; in dynamic_mutex_take_entry() local
471 int rand_num = rand() % 0x1000; in dynamic_mutex_release_entry() local

Completed in 4 milliseconds