Home
last modified time | relevance | path

Searched refs:TX_SEMAPHORE (Results 1 – 25 of 57) sorted by relevance

123

/GUIX-v6.2.1/ports/win32/lib/vs_2019/
Dtx_api.h940 } TX_SEMAPHORE; typedef
1148 …_semaphore_create(s,n,i) _txr_semaphore_create((s),(n),(i),(sizeof(TX_SEMAPHORE)))
1259 …_semaphore_create(s,n,i) _txe_semaphore_create((s),(n),(i),(sizeof(TX_SEMAPHORE)))
1548 UINT _tx_semaphore_ceiling_put(TX_SEMAPHORE *semaphore_ptr, ULONG ceiling);
1549 UINT _tx_semaphore_create(TX_SEMAPHORE *semaphore_ptr, CHAR *name_ptr, ULONG initial_count);
1550 UINT _tx_semaphore_delete(TX_SEMAPHORE *semaphore_ptr);
1551 UINT _tx_semaphore_get(TX_SEMAPHORE *semaphore_ptr, ULONG wait_option);
1552 UINT _tx_semaphore_info_get(TX_SEMAPHORE *semaphore_ptr, CHAR **name, ULONG *current_value,
1554 TX_SEMAPHORE **next_semaphore);
1555 UINT _tx_semaphore_performance_info_get(TX_SEMAPHORE *semaphore_ptr, ULONG *puts, ULONG *get…
[all …]
/GUIX-v6.2.1/test/guix_test/regression_test/tests/
Dvalidation_guix_animation_drag_tracking.c93 TX_SEMAPHORE semaphore_memory[2];
108 memset(v_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
109 memset(h_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_animation_drag_flick_event_process.c96 TX_SEMAPHORE semaphore_memory[2];
119 memset(v_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
120 memset(h_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_generic_scroll_wheel.c61 TX_SEMAPHORE *p_sel_semaphore = GX_NULL;
62 TX_SEMAPHORE sel_semaphore;
98 void set_selected_row(int row, TX_SEMAPHORE *p_semaphore) in set_selected_row()
Dvalidation_guix_vertical_screen_drag_animation_with_easing_func.c79 TX_SEMAPHORE semaphore_memory;
94 memset(v_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_animation_drag_tracking_start.c78 TX_SEMAPHORE semaphore_memory[2];
97 memset(h_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation_with_easing_func.c80 TX_SEMAPHORE semaphore_memory;
95 memset(h_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_vertical_screen_drag_animation.c98 TX_SEMAPHORE semaphore_memory;
113 memset(v_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_vertical_screen_drag_animation_with_block_move.c96 TX_SEMAPHORE semaphore_memory;
111 memset(v_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_vertical_screen_drag_animation_with_canvas.c96 TX_SEMAPHORE semaphore_memory;
111 memset(v_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation_with_block_move.c101 TX_SEMAPHORE semaphore_memory;
116 memset(h_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation_with_canvas.c101 TX_SEMAPHORE semaphore_memory;
116 memset(h_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_canvas_pixelmap_rotate.c63 TX_SEMAPHORE *selected_semaphore;
145 static TX_SEMAPHORE semaphore_memory; in control_thread_entry()
Dvalidation_guix_horizontal_screen_drag_animation.c103 TX_SEMAPHORE semaphore_memory;
134 memset(h_screen_drag_semaphore, 0, sizeof(TX_SEMAPHORE)); in control_thread_entry()
Dvalidation_guix_text_scroll_wheel_callback_set.c69 TX_SEMAPHORE semaphore_memory;
Dvalidation_guix_all_widgets_scroll_wheel_select.c80 TX_SEMAPHORE semaphore_memory;
Dvalidation_guix_canvas_rotated_text_draw.c108 static TX_SEMAPHORE semaphore_memory; in control_thread_entry()
Dvalidation_guix_generic_scroll_wheel_scroll.c61 TX_SEMAPHORE *p_sel_semaphore = GX_NULL;
62 TX_SEMAPHORE sel_semaphore;
Dvalidation_guix_all_widgets_scroll_wheel_flick.c95 TX_SEMAPHORE semaphore_memory;
/GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_block_move/
Ddemo_screen_drag_animation_with_block_move.c44 TX_SEMAPHORE *h_screen_drag_semaphore = GX_NULL;
45 TX_SEMAPHORE *v_screen_drag_semaphore = GX_NULL;
/GUIX-v6.2.1/test/guix_test/regression_test/utility/
Dgx_validation_utility.c72 TX_SEMAPHORE *gx_validation_semaphore = NULL;
73 TX_SEMAPHORE gx_validation_timer_semaphore;
513 gx_validation_semaphore = (TX_SEMAPHORE *)malloc(sizeof(TX_SEMAPHORE)); in gx_validation_capture_frames()
/GUIX-v6.2.1/test/example_internal/screen_drag_animation_with_canvas/
Ddemo_screen_drag_animation_with_canvas.c44 TX_SEMAPHORE *h_screen_drag_semaphore = GX_NULL;
45 TX_SEMAPHORE *v_screen_drag_semaphore = GX_NULL;
/GUIX-v6.2.1/test/example_internal/screen_drag_animation/
Ddemo_screen_drag_animation.c45 TX_SEMAPHORE *h_screen_drag_semaphore = GX_NULL;
46 TX_SEMAPHORE *v_screen_drag_semaphore = GX_NULL;
/GUIX-v6.2.1/test/example_internal/widgets_with_private_string/
Ddemo_guix_widgets_with_private_string.c13 TX_SEMAPHORE *selected_semaphore = GX_NULL;
/GUIX-v6.2.1/test/example_internal/all_widgets_synergy_24BPP_Dave_Disabled/
Dscroll_wheel_screen.c14 extern TX_SEMAPHORE *selected_semaphore;

123