Home
last modified time | relevance | path

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

/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_validation_utility.c72 TX_SEMAPHORE *gx_validation_semaphore = NULL; variable
404 if(gx_validation_semaphore) in gx_validation_write_frame_buffer()
406 tx_semaphore_put(gx_validation_semaphore); in gx_validation_write_frame_buffer()
460 if(gx_validation_semaphore) in gx_validation_end()
462 tx_semaphore_delete(gx_validation_semaphore); in gx_validation_end()
463 gx_validation_semaphore = NULL; in gx_validation_end()
511 if(!gx_validation_semaphore) in gx_validation_capture_frames()
513 gx_validation_semaphore = (TX_SEMAPHORE *)malloc(sizeof(TX_SEMAPHORE)); in gx_validation_capture_frames()
514 tx_semaphore_create(gx_validation_semaphore, "capture_semaphore", 0); in gx_validation_capture_frames()
521 tx_semaphore_get(gx_validation_semaphore, 1000); in gx_validation_capture_frames_wait()