Searched +full:older +full:- +full:than +full:- +full:seconds (Results 1 – 2 of 2) sorted by relevance
8 - cron: '0 15 * * *'11 group: stale-workflow-queue-cleanup12 cancel-in-progress: true17 runs-on: ubuntu-22.0420 - name: Delete stale queued workflow runs21 uses: MajorScruffy/delete-old-workflow-runs@78b5af714fefaefdf74862181c467b061782719e # v0.3.024 # Remove any workflow runs in "queued" state for more than 1 day25 older-than-seconds: 86400
4 * SPDX-License-Identifier: Apache-2.054 #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 …]