Searched refs:_spinlock (Results 1 - 3 of 3) sorted by relevance

/barrelfish-master/lib/libc/include/
H A Dspinlock.h43 struct _spinlock { struct
49 typedef struct _spinlock spinlock_t;
57 #define _SPINLOCK(_lck) _spinlock(_lck)
65 void _spinlock(spinlock_t *);
H A Dlibc_private.h85 struct _spinlock;
86 extern struct _spinlock __stdio_thread_lock __hidden;
98 void __libc_spinlock_stub(struct _spinlock *);
99 void __libc_spinunlock_stub(struct _spinlock *);
/barrelfish-master/lib/libc/gen/
H A D_spinlock_stub.c51 __weak_reference(_spinlock, _spinlock_debug);
52 #pragma weak _spinlock macro
54 _spinlock(spinlock_t *lck) function

Completed in 35 milliseconds