Searched refs:locks (Results 1 – 15 of 15) sorted by relevance
6 bool "POSIX spin locks"8 Select 'y' here to enable POSIX spin locks.16 int "Maximum number of POSIX spin locks"19 Maximum simultaneously active spin locks in a POSIX application.
6 bool "POSIX reader-writer locks"8 Select 'y' here to enable POSIX reader-writer locks.16 int "Maximum number of POSIX reader-writer locks"19 Maximum simultaneously active reader-writer locks in a POSIX application.
10 app PRIVATE src/locks.c
10 locks.c
6 /* By default, EHL_CRB on SBL, SBL locks all gpio registeration configuration.
128 When this option is selected, the SystemInit() function locks170 When this option is selected, the SystemInit() function locks the
92 Other constraints placed upon the decision may include locks disallowing certain power states,
21 If the locks on set members shall persists through disconnects, it is
58 One important difference between IRQ locks and spinlocks is that the61 Spinlocks are separable: you can have many locks for separate72 identical code to legacy IRQ locks. In fact the entirety of the
419 locks (:c:struct:`k_spinlock`) or thread-aware locks (:c:struct:`k_sem`,
216 - The publishing (VDED) process starts. The VDED locks the channel A.273 - The publishing (VDED) process starts. The VDED locks the channel A.
136 The IRQ lock is thread-specific. If thread A locks out interrupts
1108 * Fixed missing mutex locks in a few net_if functions.
1241 * :github:`30636` - TCP stack locks irq's for too long
1933 * :github:`38632` - Multiple potential dead-locks modem_socket_wait_data