Home
last modified time | relevance | path

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

/third_party/libdrm/tests/amdgpu/
Ddeadlock_tests.c106 static pthread_t stress_thread; variable
233 r = pthread_create(&stress_thread, NULL, write_mem_address, NULL); in amdgpu_deadlock_helper()
297 pthread_join(stress_thread, NULL); in amdgpu_deadlock_helper()
333 r = pthread_create(&stress_thread, NULL, write_mem_address, NULL); in amdgpu_deadlock_sdma()
394 pthread_join(stress_thread, NULL); in amdgpu_deadlock_sdma()