Home
last modified time | relevance | path

Searched refs:state (Results 1 – 25 of 344) sorted by relevance

12345678910>>...14

/ThreadX-v6.4.1/utility/rtos_compatibility_layers/posix/
Dpx_pth_once.c87 if ( once_control->state==PTH_ONCE_DONE) in pthread_once()
95 if (once_control->state==PTH_ONCE_INIT) in pthread_once()
97 once_control->state=PTH_ONCE_STARTED; in pthread_once()
106 once_control->state=PTH_ONCE_DONE; in pthread_once()
112 if (once_control->state==PTH_ONCE_STARTED) in pthread_once()
Dpx_pth_setcancelstate.c72 INT pthread_setcancelstate (INT state, INT *oldstate) in pthread_setcancelstate() argument
81 if ( (state == PTHREAD_CANCEL_ENABLE) || (state == PTHREAD_CANCEL_DISABLE) ) in pthread_setcancelstate()
90 pthread_ptr->cancel_state = state; in pthread_setcancelstate()
/ThreadX-v6.4.1/ports_module/cortex_a35/gnu/example_build/sample_threadx_module_manager/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_module/cortex_a35_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_module/cortex_a35_smp/ac6/example_build/sample_threadx_module_manager/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_arch/ARMv8-A/threadx/ports/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_arch/ARMv8-A/threadx_smp/ports/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_arch/ARMv8-A/threadx_smp/ports/ac6/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_smp/cortex_a77_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_module/cortex_a35/ac6/example_build/sample_threadx_module_manager/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_smp/cortex_a78_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_smp/cortex_a73_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_smp/cortex_a78_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_smp/cortex_a75_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_smp/cortex_a75_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_smp/cortex_a76ae_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports/cortex_a75/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports/cortex_a76/ac6/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_smp/cortex_a53_smp/ac6/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports/cortex_a76/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_smp/cortex_a53_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports/cortex_a76ae/ac6/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports/cortex_a65ae/ac6/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports_smp/cortex_a55_smp/gnu/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()
/ThreadX-v6.4.1/ports/cortex_a77/ac6/example_build/sample_threadx/
Dtimer_interrupts.c24 static int state = 1; in nudge_leds() local
27 if (state) in nudge_leds()
32 state = 0; in nudge_leds()
38 state = 1; in nudge_leds()

12345678910>>...14