| /ThreadX-v6.2.1/utility/rtos_compatibility_layers/posix/ |
| D | px_pth_once.c | 88 if ( once_control->state==PTH_ONCE_DONE) in pthread_once() 96 if (once_control->state==PTH_ONCE_INIT) in pthread_once() 98 once_control->state=PTH_ONCE_STARTED; in pthread_once() 107 once_control->state=PTH_ONCE_DONE; in pthread_once() 113 if (once_control->state==PTH_ONCE_STARTED) in pthread_once()
|
| D | px_pth_setcancelstate.c | 73 INT pthread_setcancelstate (INT state, INT *oldstate) in pthread_setcancelstate() argument 82 if ( (state == PTHREAD_CANCEL_ENABLE) || (state == PTHREAD_CANCEL_DISABLE) ) in pthread_setcancelstate() 91 pthread_ptr->cancel_state = state; in pthread_setcancelstate()
|
| /ThreadX-v6.2.1/ports/cortex_a55/gnu/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a57/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a57/gnu/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a65/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a34/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a53/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a35/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a53/gnu/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a55/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a77/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a75/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports_smp/cortex_a53_smp/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a75/gnu/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports_smp/cortex_a53_smp/gnu/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a76/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports_module/cortex_a35/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports_smp/cortex_a65_smp/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports_module/cortex_a35/ac6/example_build/sample_threadx_module_manager/ |
| D | timer_interrupts.c | 24 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.2.1/ports_smp/cortex_a65ae_smp/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports_smp/cortex_a65ae_smp/gnu/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports_smp/cortex_a72_smp/ac6/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports_smp/cortex_a73_smp/gnu/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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.2.1/ports/cortex_a76ae/gnu/example_build/sample_threadx/ |
| D | timer_interrupts.c | 24 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()
|