Home
last modified time | relevance | path

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

/bsp/allwinner/libraries/libos/include/
A Dinterrupt.h662 TASKLET_STATE_RUN /* Tasklet is running (SMP only) */ enumerator
669 return !test_and_set_bit(TASKLET_STATE_RUN, &(t)->state);
675 clear_bit(TASKLET_STATE_RUN, &(t)->state);
680 while (test_bit(TASKLET_STATE_RUN, &(t)->state))

Completed in 6 milliseconds