/GUIX-v6.2.1/common/src/ |
D | gx_system_event_send.c | 106 if (tx_queue_send(&_gx_system_event_queue, in_event, TX_NO_WAIT) == in _gx_system_event_send()
|
D | gx_system_pen_flick_test.c | 120 tx_queue_send(&_gx_system_event_queue, &flick_event, TX_NO_WAIT); in _gx_system_pen_flick_test()
|
D | gx_system_thread_entry.c | 106 status = tx_queue_receive(&_gx_system_event_queue, &event_memory[0], TX_NO_WAIT); in _gx_system_thread_entry()
|
D | gx_window_execute.c | 100 status = tx_queue_receive(&_gx_system_event_queue, &event_memory[0], TX_NO_WAIT); in _gx_window_execute()
|
/GUIX-v6.2.1/tutorials/demo_guix_runtime_bidi_text/ |
D | demo_guix_runtime_bidi_text.c | 42 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/tutorials/demo_guix_circular_gauge/ |
D | demo_guix_circular_gauge.c | 38 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/samples/demo_guix_thermostat/ |
D | demo_guix_thermostat.c | 34 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/tutorials/demo_guix_ml_text_input/ |
D | demo_guix_ml_text_input.c | 55 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/tutorials/demo_guix_scroll_wheel/ |
D | demo_guix_scroll_wheel.c | 39 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/samples/demo_guix_sprite/ |
D | demo_guix_sprite.c | 35 if (tx_byte_allocate(&resize_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in resize_memory_allocate()
|
/GUIX-v6.2.1/tutorials/demo_guix_binres/ |
D | demo_guix_binres.c | 141 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/samples/demo_guix_industrial/ |
D | demo_guix_industrial.c | 52 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/samples/demo_guix_car_infotainment/ |
D | demo_guix_car_infotainment.c | 64 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/samples/demo_guix_washing_machine/ |
D | demo_guix_washing_machine.c | 45 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/samples/demo_guix_shapes/ |
D | demo_guix_shapes.c | 70 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/samples/demo_guix_home_automation/ |
D | demo_guix_home_automation.c | 75 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/samples/demo_guix_widget_types/ |
D | demo_guix_widget_types.c | 89 if (tx_byte_allocate(&rotate_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in rotate_memory_allocate()
|
/GUIX-v6.2.1/samples/demo_guix_smart_watch/ |
D | demo_guix_smart_watch.c | 99 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
|
/GUIX-v6.2.1/ports/win32/lib/vs_2019/ |
D | tx_api.h | 94 #define TX_NO_WAIT ((ULONG) 0) macro
|