Searched refs:p_sel_semaphore (Results 1 – 2 of 2) sorted by relevance
| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_generic_scroll_wheel.c | 61 TX_SEMAPHORE *p_sel_semaphore = GX_NULL; variable 71 if(p_sel_semaphore) in test_main_screen_event_process() 73 tx_semaphore_put(p_sel_semaphore); in test_main_screen_event_process() 106 tx_semaphore_get(p_sel_semaphore, TX_WAIT_FOREVER); in set_selected_row() 107 tx_semaphore_get(p_sel_semaphore, TX_WAIT_FOREVER); in set_selected_row() 108 tx_semaphore_get(p_sel_semaphore, TX_WAIT_FOREVER); in set_selected_row() 121 p_sel_semaphore = &sel_semaphore; in control_thread_entry() 122 tx_semaphore_create(p_sel_semaphore, "test_semaphore", 0); in control_thread_entry() 162 set_selected_row(2, p_sel_semaphore); in control_thread_entry() 167 set_selected_row(-1, p_sel_semaphore); in control_thread_entry() [all …]
|
| D | validation_guix_generic_scroll_wheel_scroll.c | 61 TX_SEMAPHORE *p_sel_semaphore = GX_NULL; variable 70 if(p_sel_semaphore) in test_main_screen_event_process() 72 tx_semaphore_put(p_sel_semaphore); in test_main_screen_event_process() 96 p_sel_semaphore = &sel_semaphore; in control_thread_entry() 97 tx_semaphore_create(p_sel_semaphore, "test_semaphore", 0); in control_thread_entry() 125 tx_semaphore_get(p_sel_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 132 tx_semaphore_get(p_sel_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 154 tx_semaphore_get(p_sel_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 174 tx_semaphore_get(p_sel_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 193 tx_semaphore_get(p_sel_semaphore, TX_WAIT_FOREVER); in control_thread_entry() [all …]
|