HomeSort by: relevance | last modified time | path
    Searched defs:spinlock (Results 1 - 12 of 12) sorted by relevancy

  /src/tests/lib/libc/membar/
t_spinlock.c 111 ATF_TC(spinlock); variable
112 ATF_TC_HEAD(spinlock, tc)
117 ATF_TC_BODY(spinlock, tc)
156 ATF_TP_ADD_TC(tp, spinlock);
t_spinlock.c 111 ATF_TC(spinlock); variable
112 ATF_TC_HEAD(spinlock, tc)
117 ATF_TC_BODY(spinlock, tc)
156 ATF_TP_ADD_TC(tp, spinlock);
t_spinlock.c 111 ATF_TC(spinlock); variable
112 ATF_TC_HEAD(spinlock, tc)
117 ATF_TC_BODY(spinlock, tc)
156 ATF_TP_ADD_TC(tp, spinlock);
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_auth.h 43 #include <linux/spinlock.h>
70 spinlock_t spinlock; member in struct:drm_lock_data
drm_auth.h 43 #include <linux/spinlock.h>
70 spinlock_t spinlock; member in struct:drm_lock_data
drm_auth.h 43 #include <linux/spinlock.h>
70 spinlock_t spinlock; member in struct:drm_lock_data
  /src/sys/external/bsd/drm2/include/linux/
spinlock.h 1 /* $NetBSD: spinlock.h,v 1.15 2022/10/25 23:33:29 riastradh Exp $ */
45 typedef struct spinlock { struct
50 spin_is_locked(spinlock_t *spinlock)
52 return mutex_owned(&spinlock->sl_lock);
56 spin_lock(spinlock_t *spinlock)
58 mutex_enter(&spinlock->sl_lock);
62 spin_unlock(spinlock_t *spinlock)
64 mutex_exit(&spinlock->sl_lock);
68 spin_lock_bh(spinlock_t *spinlock)
70 spin_lock(spinlock);
    [all...]
spinlock.h 1 /* $NetBSD: spinlock.h,v 1.15 2022/10/25 23:33:29 riastradh Exp $ */
45 typedef struct spinlock { struct
50 spin_is_locked(spinlock_t *spinlock)
52 return mutex_owned(&spinlock->sl_lock);
56 spin_lock(spinlock_t *spinlock)
58 mutex_enter(&spinlock->sl_lock);
62 spin_unlock(spinlock_t *spinlock)
64 mutex_exit(&spinlock->sl_lock);
68 spin_lock_bh(spinlock_t *spinlock)
70 spin_lock(spinlock);
    [all...]
spinlock.h 1 /* $NetBSD: spinlock.h,v 1.15 2022/10/25 23:33:29 riastradh Exp $ */
45 typedef struct spinlock { struct
50 spin_is_locked(spinlock_t *spinlock)
52 return mutex_owned(&spinlock->sl_lock);
56 spin_lock(spinlock_t *spinlock)
58 mutex_enter(&spinlock->sl_lock);
62 spin_unlock(spinlock_t *spinlock)
64 mutex_exit(&spinlock->sl_lock);
68 spin_lock_bh(spinlock_t *spinlock)
70 spin_lock(spinlock);
    [all...]
  /src/external/bsd/unbound/dist/testcode/
checklocks.h 169 /** fast spinlock */
178 /** spinlock */
179 pthread_spinlock_t spinlock; member in union:checked_lock::__anon5911
285 * @param type: what type of lock this is. Had better be mutex or spinlock.
346 /** debugging spinlock */
checklocks.h 169 /** fast spinlock */
178 /** spinlock */
179 pthread_spinlock_t spinlock; member in union:checked_lock::__anon5911
285 * @param type: what type of lock this is. Had better be mutex or spinlock.
346 /** debugging spinlock */
checklocks.h 169 /** fast spinlock */
178 /** spinlock */
179 pthread_spinlock_t spinlock; member in union:checked_lock::__anon5911
285 * @param type: what type of lock this is. Had better be mutex or spinlock.
346 /** debugging spinlock */

Completed in 66 milliseconds