Home
last modified time | relevance | path

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

/aosp_15_r20/external/trusty/lk/app/tests/
Dthread_tests.c132 static int mutex_thread(void *arg) in mutex_thread() function
202 …threads[i] = thread_create("mutex tester", &mutex_thread, &m, DEFAULT_PRIORITY, DEFAULT_STACK_SIZE… in mutex_test()