Searched refs:semaphore (Results 1 – 9 of 9) sorted by relevance
/ThreadX-v6.4.1/test/smp/regression/ |
D | threadx_semaphore_basic_test.c | 11 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/ |
D | threadx_semaphore_basic_test.c | 11 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/ |
D | readme_release_history.txt | 35 px_sem_init.c Fixed a bug causing Unnamed semaphore init to return error when ThreadX 36 the semaphore is created correctly.
|
D | readme_threadx_posix.txt | 64 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/ |
D | thread_metric_readme.txt | 48 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/ |
D | tx_thread_smp_protect.S | 81 sc $11, ($10) # Attempt to get the semaphore
|
/ThreadX-v6.4.1/ports_smp/mips32_interaptiv_smp/green/src/ |
D | tx_thread_smp_protect.mip | 81 sc $11, ($10) # Attempt to get the semaphore
|
/ThreadX-v6.4.1/utility/rtos_compatibility_layers/FreeRTOS/ |
D | readme.md | 114 … deleted thread to cleanup, otherwise it will be waiting on an internal semaphore posted from the …
|
/ThreadX-v6.4.1/docs/ |
D | revision_history.txt | 66 … changes, and added macros for extending semaphore
|