Home
last modified time | relevance | path

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

/GUIX-v6.2.1/common/src/
Dgx_system_event_send.c106 if (tx_queue_send(&_gx_system_event_queue, in_event, TX_NO_WAIT) == in _gx_system_event_send()
Dgx_system_pen_flick_test.c120 tx_queue_send(&_gx_system_event_queue, &flick_event, TX_NO_WAIT); in _gx_system_pen_flick_test()
Dgx_system_thread_entry.c106 status = tx_queue_receive(&_gx_system_event_queue, &event_memory[0], TX_NO_WAIT); in _gx_system_thread_entry()
Dgx_window_execute.c100 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/
Ddemo_guix_runtime_bidi_text.c42 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/
Ddemo_guix_circular_gauge.c38 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/samples/demo_guix_thermostat/
Ddemo_guix_thermostat.c34 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/
Ddemo_guix_ml_text_input.c55 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/
Ddemo_guix_scroll_wheel.c39 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/samples/demo_guix_sprite/
Ddemo_guix_sprite.c35 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/
Ddemo_guix_binres.c141 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/samples/demo_guix_industrial/
Ddemo_guix_industrial.c52 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/
Ddemo_guix_car_infotainment.c64 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/
Ddemo_guix_washing_machine.c45 if (tx_byte_allocate(&memory_pool, &memptr, size, TX_NO_WAIT) == TX_SUCCESS) in memory_allocate()
/GUIX-v6.2.1/samples/demo_guix_shapes/
Ddemo_guix_shapes.c70 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/
Ddemo_guix_home_automation.c75 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/
Ddemo_guix_widget_types.c89 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/
Ddemo_guix_smart_watch.c99 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/
Dtx_api.h94 #define TX_NO_WAIT ((ULONG) 0) macro