Searched full:schedule (Results 1 – 25 of 135) sorted by relevance
123456
12 schedule:56 if [ "${{github.event_name}}" = "schedule" ]; then
6 schedule:
7 schedule:
44 elif [ "${{ github.event_name }}" = "schedule" ]; then
3 schedule:
4 schedule:
48 elif [ "${{github.event.workflow_run.event}}" = "schedule" ]; then
12 schedule:
110 …y_owner == 'zephyrproject-rtos' && (github.event_name == 'push' || github.event_name == 'schedule')138 …elif [ "${{github.event_name}}" = "schedule" -a "${{github.repository}}" = "zephyrproject-rtos/zep…
52 /* return value not checked as we allow multiple calls to schedule in hal_ticker_instance0_sched()54 * schedule. in hal_ticker_instance0_sched()
42 /* Loads the key into CAU3's DMEM and expands the AES key schedule */ in ecb_encrypt_be()84 /* Loads the key into CAU3's DMEM and expands the AES key schedule */ in ecb_encrypt()
100 /** @brief Schedule advertising of Solicitation PDUs.102 * Once called, the device will schedule advertising Solicitation PDUs for the amount of time
234 /* schedule event in 5678us from now */ in ZTEST()246 /* schedule event now. */ in ZTEST()380 /* Schedule event in 5 ticks from now. */ in ZTEST()395 /* Schedule event now. */ in ZTEST()411 /* Schedule event far in the past. */ in ZTEST()494 /* This test tries to schedule an alarm to CYCLE_DIFF cycles from in ZTEST()
498 /* Single CPU schedule a work item and wait for flush. */652 /* Schedule to release, then cancel should delay. */ in ZTEST()705 /* Schedule the async process to capture state and release work. */ in ZTEST()768 /* Schedule the async process to capture state and release work. */ in ZTEST()893 /* Schedule the async process to capture submission state in ZTEST()994 /* Align to tick, then schedule after normal delay. */ in ZTEST()1036 /* Co-opt the resubmits so we can test the schedule API in handle_1cpu_basic_schedule_running()1040 /* Schedule again on current queue */ in handle_1cpu_basic_schedule_running()1044 /* Flag that it didn't schedule */ in handle_1cpu_basic_schedule_running()1087 /* Single CPU test schedule without delay is queued immediately. */[all …]
12 more than one CPU to schedule Zephyr tasks at a time.75 to check if schedule IPI has called or not, for testing
34 * to schedule and its argument.124 * the scheduler can schedule actual threads to run. in smp_init_top()
69 uint8_t next_subevent; /* Next subevent to schedule */85 uint16_t resume_cis; /* CIS handle to schedule at resume */
110 /* helper function to schedule a mayfly to get aux offset */315 /* helper function to schedule a mayfly to get sync offset */330 /* helper function to schedule a mayfly to get BIG offset */
22 # If thread local storage isn't used - we can safely schedule thread pointer register
318 bool schedule = false; in xfer_work_handler() local328 schedule = true; in xfer_work_handler()332 schedule = true; in xfer_work_handler()349 if (schedule && !priv->busy) { in xfer_work_handler()
33 * schedule a new thread until they are unlocked which is not what we want.
39 timeout occurs. Schedule a timeout to occur after this delay.
50 * This work queue is used to schedule the uplink messages, but can be used by
78 * Schedule Class C session if valid timing is found93 LOG_ERR("Clocks not synchronized, cannot schedule class C session"); in multicast_schedule_class_c_session()