Home
last modified time | relevance | path

Searched refs:semaphore_0 (Results 1 – 25 of 204) sorted by relevance

123456789

/ThreadX-v6.2.1/ports_module/cortex_m4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c46 TX_SEMAPHORE *semaphore_0; variable
81 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
209 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
211 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
335 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
345 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m4/gnu/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
331 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
341 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m4/iar/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
331 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
341 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac5/example_build/
Dsample_threadx_module.c46 TX_SEMAPHORE *semaphore_0; variable
81 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
209 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
211 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
335 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
345 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c46 TX_SEMAPHORE *semaphore_0; variable
81 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
209 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
211 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
335 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
345 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/gnu/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
331 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
341 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m3/gnu/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
331 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
341 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m3/iar/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
331 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
341 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m33/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c48 TX_SEMAPHORE *semaphore_0; variable
83 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
123 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
211 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
213 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
341 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
351 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m33/gnu/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
331 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
341 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m33/iar/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
331 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
341 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m4/ac5/example_build/
Dsample_threadx_module.c46 TX_SEMAPHORE *semaphore_0; variable
81 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
209 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
211 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
335 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
345 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m7/iar/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
330 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
340 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_r4/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
76 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
116 txm_module_object_allocate((void *) &semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
330 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
340 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_r4/iar/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
328 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
338 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/rxv2/iar/example_build/
Dsample_threadx_module.c39 TX_SEMAPHORE *semaphore_0; variable
73 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
113 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
201 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
203 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
328 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
338 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_a7/ac5/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void *) &semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
202 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
204 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
332 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
342 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_a7/gnu/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void *) &semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
202 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
204 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
332 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
342 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_a7/iar/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void *) &semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
202 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
204 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
331 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
341 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m0+/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c46 TX_SEMAPHORE *semaphore_0; variable
81 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
209 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
211 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
335 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
345 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m0+/gnu/example_build/sample_threadx_module/
Dsample_threadx_module.c46 TX_SEMAPHORE *semaphore_0; variable
81 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
209 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
211 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
335 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
345 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m0+/iar/example_build/
Dsample_threadx_module.c44 TX_SEMAPHORE *semaphore_0; variable
79 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
119 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
207 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
209 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
335 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
345 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m23/iar/example_build/
Dsample_threadx_module.c40 TX_SEMAPHORE *semaphore_0; variable
75 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
115 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
203 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
205 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
331 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
341 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac5/example_build/
Dsample_threadx_module.c46 TX_SEMAPHORE *semaphore_0; variable
81 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
209 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
211 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
335 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
345 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()
/ThreadX-v6.2.1/ports_module/cortex_m3/ac6/example_build/sample_threadx_module/
Dsample_threadx_module.c46 TX_SEMAPHORE *semaphore_0; variable
81 if (semaphore_ptr == semaphore_0) in semaphore_0_notify()
121 txm_module_object_allocate((void*)&semaphore_0, sizeof(TX_SEMAPHORE)); in demo_module_start()
209 tx_semaphore_create(semaphore_0, "module semaphore 0", 1); in demo_module_start()
211 tx_semaphore_put_notify(semaphore_0, semaphore_0_notify); in demo_module_start()
335 status = tx_semaphore_get(semaphore_0, TX_WAIT_FOREVER); in thread_3_and_4_entry()
345 status = tx_semaphore_put(semaphore_0); in thread_3_and_4_entry()

123456789