Home
last modified time | relevance | path

Searched +full:older +full:- +full:than +full:- +full:seconds (Results 1 – 2 of 2) sorted by relevance

/Zephyr-latest/.github/workflows/
Dstale-workflow-queue-cleanup.yml8 - cron: '0 15 * * *'
11 group: stale-workflow-queue-cleanup
12 cancel-in-progress: true
17 runs-on: ubuntu-22.04
20 - name: Delete stale queued workflow runs
21 uses: MajorScruffy/delete-old-workflow-runs@78b5af714fefaefdf74862181c467b061782719e # v0.3.0
24 # Remove any workflow runs in "queued" state for more than 1 day
25 older-than-seconds: 86400
/Zephyr-latest/include/zephyr/
Dkernel.h4 * SPDX-License-Identifier: Apache-2.0
54 #define K_PRIO_COOP(x) (-(CONFIG_NUM_COOP_PRIORITIES - (x)))
57 #define K_HIGHEST_THREAD_PRIO (-CONFIG_NUM_COOP_PRIORITIES)
61 #define K_LOWEST_APPLICATION_THREAD_PRIO (K_LOWEST_THREAD_PRIO - 1)
246 * bits, arch-specific use high bits.
290 * from within a user-provided callback they have been invoked.
291 * Effectively it serves as a tiny bit of zero-overhead TLS data.
329 /* end - thread options */
336 * - @ref K_USER allocate a userspace thread (requires `CONFIG_USERSPACE=y`)
354 * @retval -EBUSY if the thread stack is in use.
[all …]