Home
last modified time | relevance | path

Searched refs:semaphore (Results 1 – 9 of 9) sorted by relevance

/ThreadX-v6.4.1/test/smp/regression/
Dthreadx_semaphore_basic_test.c11 TX_SEMAPHORE semaphore; member
245 status = tx_semaphore_create(&semaphore_memory.semaphore, "semaphore memory", 0); in thread_0_entry()
246 tx_semaphore_delete(&semaphore_memory.semaphore); in thread_0_entry()
/ThreadX-v6.4.1/test/tx/regression/
Dthreadx_semaphore_basic_test.c11 TX_SEMAPHORE semaphore; member
245 status = tx_semaphore_create(&semaphore_memory.semaphore, "semaphore memory", 0); in thread_0_entry()
246 tx_semaphore_delete(&semaphore_memory.semaphore); in thread_0_entry()
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dreadme_release_history.txt35 px_sem_init.c Fixed a bug causing Unnamed semaphore init to return error when ThreadX
36 the semaphore is created correctly.
Dreadme_threadx_posix.txt64 SEM_NAME_MAX 10 /* maximum length of name of semaphore */
66 SEM_VALUE_MAX 100 /* max value of semaphore while initialization */
310 semaphore before creating or opening (sem_open()) the named semaphore, erratic
319 semaphore "held" by the other process.] This is not implemented.
/ThreadX-v6.4.1/utility/benchmarks/thread_metric/
Dthread_metric_readme.txt48 increment a counter and then post to a semaphore. After the
51 the semaphore set by the interrupt handler, increments a counter
69 This test consists of a thread getting a semaphore and then
175 This function creates a binary semaphore. If successful, a
180 This function gets the previously created binary semaphore.
185 This function puts the previously created binary semaphore.
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/gnu/src/
Dtx_thread_smp_protect.S81 sc $11, ($10) # Attempt to get the semaphore
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/src/
Dtx_thread_smp_protect.mip81 sc $11, ($10) # Attempt to get the semaphore
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/
Dreadme.md114 … deleted thread to cleanup, otherwise it will be waiting on an internal semaphore posted from the …
/ThreadX-v6.4.1/docs/
Drevision_history.txt66 … changes, and added macros for extending semaphore