Home
last modified time | relevance | path

Searched refs:posix_work_queue (Results 1 – 4 of 4) sorted by relevance

/ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/
Dpx_system_manager.c87 status = tx_queue_receive(&posix_work_queue, &request, TX_WAIT_FOREVER); in posix_system_manager_entry()
Dpx_px_initialize.c245 tx_queue_create(&posix_work_queue, "POSIX work queue", WORK_REQ_SIZE, in posix_initialize()
Dpx_int.h81 PX_OBJECT_DECLARE TX_QUEUE posix_work_queue; variable
Dpx_pth_init.c735 status = tx_queue_send(&posix_work_queue, request, TX_NO_WAIT); in posix_destroy_pthread()