Searched refs:data_semaphore (Results 1 – 2 of 2) sorted by relevance
35 static TX_SEMAPHORE data_semaphore; variable178 tx_semaphore_create(&data_semaphore, "Web Data", 0); in test_application_define()212 tx_semaphore_put(&data_semaphore); in tcp_receive_callback()282 status = tx_semaphore_get(&data_semaphore, 2 * NX_IP_PERIODIC_RATE); in thread_client_entry()
35 static TX_SEMAPHORE data_semaphore; variable178 tx_semaphore_create(&data_semaphore, "Web Data", 0); in test_application_define()212 tx_semaphore_put(&data_semaphore); in tcp_receive_callback()303 status = tx_semaphore_get(&data_semaphore, 2 * NX_IP_PERIODIC_RATE); in thread_client_entry()