| /GUIX-v6.2.1/test/guix_test/regression_test/tests/ |
| D | validation_guix_canvas_rotated_text_draw.c | 97 if(selected_semaphore) in button_screen_draw_test() 99 tx_semaphore_put(selected_semaphore); in button_screen_draw_test() 110 selected_semaphore = &semaphore_memory; in control_thread_entry() 111 tx_semaphore_create(selected_semaphore, "test_semaphore", 0); in control_thread_entry() 144 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 147 tx_semaphore_delete(selected_semaphore); in control_thread_entry() 148 selected_semaphore = GX_NULL; in control_thread_entry()
|
| D | validation_guix_canvas_pixelmap_rotate.c | 63 TX_SEMAPHORE *selected_semaphore; variable 134 if(selected_semaphore) in test_pixelmap_draw() 136 tx_semaphore_put(selected_semaphore); in test_pixelmap_draw() 148 selected_semaphore = &semaphore_memory; in control_thread_entry() 149 tx_semaphore_create(selected_semaphore, "test_semaphore", 0); in control_thread_entry() 202 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 206 tx_semaphore_delete(selected_semaphore); in control_thread_entry() 207 selected_semaphore = GX_NULL; in control_thread_entry()
|
| D | validation_guix_scroll_wheel_flick_event_process.c | 84 selected_semaphore = &semaphore_memory; in control_thread_entry() 86 tx_semaphore_create(selected_semaphore, "test_semaphore", 0); in control_thread_entry() 115 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 133 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 149 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 191 tx_semaphore_delete(selected_semaphore); in control_thread_entry() 192 selected_semaphore = GX_NULL; in control_thread_entry()
|
| D | validation_guix_all_widgets_scroll_wheel_select.c | 88 selected_semaphore = &semaphore_memory; in control_thread_entry() 90 tx_semaphore_create(selected_semaphore, "test_semaphore", 0); in control_thread_entry() 120 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 124 tx_semaphore_delete(selected_semaphore); in control_thread_entry() 125 selected_semaphore = GX_NULL; in control_thread_entry()
|
| D | validation_guix_all_widgets_scroll_wheel_flick.c | 106 selected_semaphore = &semaphore_memory; in control_thread_entry() 108 tx_semaphore_create(selected_semaphore, "test_semaphore", 0); in control_thread_entry() 133 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 139 tx_semaphore_delete(selected_semaphore); in control_thread_entry() 140 selected_semaphore = GX_NULL; in control_thread_entry()
|
| D | validation_guix_scroll_wheel_timer_event_process.c | 109 selected_semaphore = &semaphore_memory; in control_thread_entry() 111 tx_semaphore_create(selected_semaphore, "test_semaphore", 0); in control_thread_entry() 134 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 175 tx_semaphore_delete(selected_semaphore); in control_thread_entry() 176 selected_semaphore = GX_NULL; in control_thread_entry()
|
| D | validation_guix_all_widgets_scroll_wheel_32bpp.c | 134 selected_semaphore = &semaphore_memory; in control_thread_entry() 136 tx_semaphore_create(selected_semaphore, "test_semaphore", 0); in control_thread_entry() 191 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 224 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 238 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry() 369 tx_semaphore_delete(selected_semaphore); in control_thread_entry()
|
| D | validation_guix_canvas_text_draw.c | 196 tx_semaphore_get(selected_semaphore, TX_WAIT_FOREVER); in control_thread_entry()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/ |
| D | scroll_wheel_screen.c | 14 extern TX_SEMAPHORE *selected_semaphore; 74 if(selected_semaphore) in scroll_wheel_screen_event_handler() 76 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 81 if(selected_semaphore) in scroll_wheel_screen_event_handler() 83 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| D | demo_guix_all_widgets_synergy.c | 28 TX_SEMAPHORE *selected_semaphore = GX_NULL; variable
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_5_4_1/ |
| D | scroll_wheel_screen.c | 15 extern TX_SEMAPHORE *selected_semaphore; 70 if(selected_semaphore) in scroll_wheel_screen_event_handler() 72 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 77 if(selected_semaphore) in scroll_wheel_screen_event_handler() 79 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| D | demo_guix_all_widgets_5_4_1.c | 29 TX_SEMAPHORE *selected_semaphore = GX_NULL; variable
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_5_4_2/ |
| D | scroll_wheel_screen.c | 14 extern TX_SEMAPHORE *selected_semaphore; 69 if(selected_semaphore) in scroll_wheel_screen_event_handler() 71 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 76 if(selected_semaphore) in scroll_wheel_screen_event_handler() 78 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| D | demo_guix_all_widgets_5_4_2.c | 28 TX_SEMAPHORE *selected_semaphore = GX_NULL; variable
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_defined_5_4_0_compatibility/ |
| D | scroll_wheel_screen.c | 13 extern TX_SEMAPHORE *selected_semaphore; 70 if(selected_semaphore) in scroll_wheel_screen_event_handler() 72 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 77 if(selected_semaphore) in scroll_wheel_screen_event_handler() 79 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_5_5_1/ |
| D | scroll_wheel_screen.c | 14 extern TX_SEMAPHORE *selected_semaphore; 69 if(selected_semaphore) in scroll_wheel_screen_event_handler() 71 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 76 if(selected_semaphore) in scroll_wheel_screen_event_handler() 78 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets/ |
| D | scroll_wheel_screen.c | 14 extern TX_SEMAPHORE *selected_semaphore; 72 if(selected_semaphore) in scroll_wheel_screen_event_handler() 74 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 79 if(selected_semaphore) in scroll_wheel_screen_event_handler() 81 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/partial_frame_buffer_16bpp/ |
| D | scroll_wheel_screen.c | 14 extern TX_SEMAPHORE *selected_semaphore; 72 if(selected_semaphore) in scroll_wheel_screen_event_handler() 74 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 79 if(selected_semaphore) in scroll_wheel_screen_event_handler() 81 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy_5_4_2/ |
| D | scroll_wheel_screen.c | 14 extern TX_SEMAPHORE *selected_semaphore; 70 if(selected_semaphore) in scroll_wheel_screen_event_handler() 72 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 77 if(selected_semaphore) in scroll_wheel_screen_event_handler() 79 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| D | demo_guix_all_widgets_synergy_5_4_2.c | 28 TX_SEMAPHORE *selected_semaphore = GX_NULL; variable
|
| /GUIX-v6.2.1/test/example_internal/folder_output_test/ |
| D | scroll_wheel_screen.c | 14 extern TX_SEMAPHORE *selected_semaphore; 72 if(selected_semaphore) in scroll_wheel_screen_event_handler() 74 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 79 if(selected_semaphore) in scroll_wheel_screen_event_handler() 81 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_5_4_0/ |
| D | scroll_wheel_screen.c | 14 extern TX_SEMAPHORE *selected_semaphore; 69 if(selected_semaphore) in scroll_wheel_screen_event_handler() 71 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 76 if(selected_semaphore) in scroll_wheel_screen_event_handler() 78 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| D | demo_guix_all_widgets_5_4_0.c | 28 TX_SEMAPHORE *selected_semaphore = GX_NULL; variable
|
| /GUIX-v6.2.1/test/example_internal/all_widgets_synergy/ |
| D | scroll_wheel_screen.c | 14 extern TX_SEMAPHORE *selected_semaphore; 74 if(selected_semaphore) in scroll_wheel_screen_event_handler() 76 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler() 81 if(selected_semaphore) in scroll_wheel_screen_event_handler() 83 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|
| /GUIX-v6.2.1/test/example_internal/widgets_with_private_string/ |
| D | demo_guix_widgets_with_private_string.c | 13 TX_SEMAPHORE *selected_semaphore = GX_NULL; variable 117 if (selected_semaphore) in scroll_wheel_screen_event_handler() 119 tx_semaphore_put(selected_semaphore); in scroll_wheel_screen_event_handler()
|