Home
last modified time | relevance | path

Searched full:schedule (Results 1 – 25 of 125) sorted by relevance

12345

/Zephyr-Core-3.6.0/.github/workflows/
Dbug_snapshot.yaml12 schedule:
57 if [ "${{github.event_name}}" = "schedule" ]; then
Dstale-workflow-queue-cleanup.yml6 schedule:
Ddaily_test_version.yml7 schedule:
Dstale_issue.yml3 schedule:
Dtwister.yaml14 schedule:
111 …elif [ "${{github.event_name}}" = "schedule" -a "${{github.repository}}" = "zephyrproject-rtos/zep…
254 - if: github.event_name == 'schedule'
314 - if: github.event_name == 'push' || github.event_name == 'schedule'
326 - if: github.event_name == 'push' || github.event_name == 'schedule'
335 elif [ "${{github.event_name}}" = "schedule" ]; then
Dassigner.yml45 elif [ "${{ github.event_name }}" = "schedule" ]; then
Dissue_count.yml4 schedule:
Dfootprint-tracking.yml5 schedule:
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/nordic/hal/nrf5/
Dticker.c52 /* return value not checked as we allow multiple calls to schedule in hal_ticker_instance0_sched()
54 * schedule. in hal_ticker_instance0_sched()
/Zephyr-Core-3.6.0/include/zephyr/bluetooth/mesh/
Dproxy.h100 /** @brief Schedule advertising of Solicitation PDUs.
102 * Once called, the device will schedule advertising Solicitation PDUs for the amount of time
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/openisa/hal/RV32M1/
Dticker.c52 /* return value not checked as we allow multiple calls to schedule in hal_ticker_instance0_sched()
54 * schedule. in hal_ticker_instance0_sched()
Decb.c42 /* 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()
/Zephyr-Core-3.6.0/tests/drivers/timer/nrf_rtc_timer/src/
Dmain.c234 /* 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()
/Zephyr-Core-3.6.0/tests/kernel/workq/work/src/
Dmain.c498 /* 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 …]
/Zephyr-Core-3.6.0/subsys/bluetooth/controller/ll_sw/
Dlll_conn_iso.h64 uint8_t next_subevent; /* Next subevent to schedule */
80 uint16_t resume_cis; /* CIS handle to schedule at resume */
Dull_adv_internal.h110 /* helper function to schedule a mayfly to get aux offset */
292 /* helper function to schedule a mayfly to get sync offset */
307 /* helper function to schedule a mayfly to get BIG offset */
/Zephyr-Core-3.6.0/arch/arc/
DCMakeLists.txt22 # If thread local storage isn't used - we can safely schedule thread pointer register
/Zephyr-Core-3.6.0/drivers/usb/uhc/
Duhc_virtual.c318 bool schedule = false; in xfer_work_handler() local
328 schedule = true; in xfer_work_handler()
332 schedule = true; in xfer_work_handler()
349 if (schedule && !priv->busy) { in xfer_work_handler()
/Zephyr-Core-3.6.0/doc/connectivity/networking/api/
Dnet_timeout.rst39 timeout occurs. Schedule a timeout to occur after this delay.
/Zephyr-Core-3.6.0/include/zephyr/arch/arm/
Derror.h32 * schedule a new thread until they are unlocked which is not what we want.
/Zephyr-Core-3.6.0/subsys/lorawan/services/
Dlorawan_services.h50 * This work queue is used to schedule the uplink messages, but can be used by
Dmulticast.c78 * Schedule Class C session if valid timing is found
93 LOG_ERR("Clocks not synchronized, cannot schedule class C session"); in multicast_schedule_class_c_session()
/Zephyr-Core-3.6.0/kernel/
Dsmp.c34 * to schedule and its argument.
124 * the scheduler can schedule actual threads to run. in smp_init_top()
/Zephyr-Core-3.6.0/subsys/net/ip/
DKconfig.mgmt36 Submit work to the system work queue to schedule calling network
/Zephyr-Core-3.6.0/arch/mips/core/
Disr.S202 * Check if next thread to schedule is current thread.
248 /* Get next thread to schedule. */

12345