Searched defs:lock (Results 1 - 25 of 56) sorted by relevance

123

/barrelfish-2018-10-04/kernel/include/arch/armv7/
H A Dboot_protocol.h20 spinlock_t lock; member in struct:armv7_boot_record
/barrelfish-2018-10-04/include/arch/x86/barrelfish_kpi/
H A Dspinlocks_arch.h23 static inline void acquire_spinlock(spinlock_t *lock) argument
53 static inline void release_spinlock(spinlock_t *lock) argument
/barrelfish-2018-10-04/lib/phoenix/
H A Dsynch.c74 void lock_acquire (mr_lock_t lock) argument
81 lock_release(mr_lock_t lock) argument
88 lock_free(mr_lock_t lock) argument
96 lock_free_per_thread(mr_lock_t lock) argument
[all...]
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dshared_mutex.cpp23 shared_timed_mutex::lock() function in class:shared_timed_mutex
H A Dmutex.cpp28 mutex::lock() function in class:mutex
88 recursive_mutex::lock() function in class:recursive_mutex
122 timed_mutex::lock() function in class:timed_mutex
164 recursive_timed_mutex::lock() function in class:recursive_timed_mutex
/barrelfish-2018-10-04/usr/tests/octopus/
H A Dd2locksimple.c30 char* lock = NULL; variable
/barrelfish-2018-10-04/lib/libc/sys/barrelfish/
H A Dlock.c33 void bf_libc_lock_init(struct thread_mutex *lock) argument
38 void bf_libc_lock_close(struct thread_mutex *lock) argument
41 void bf_libc_lock_acquire(struct thread_mutex *lock) argument
47 void bf_libc_lock_acquire_recursive(struct thread_mutex *lock) argument
53 bf_libc_lock_try_acquire(struct thread_mutex *lock) argument
59 bf_libc_lock_try_acquire_recursive(struct thread_mutex *lock) argument
65 bf_libc_lock_release(struct thread_mutex *lock) argument
71 thread_mutex_unlock_disabled(curdispatcher(), lock); local
[all...]
/barrelfish-2018-10-04/usr/bench/bomp_benchmark/
H A Dlock_scalability.c30 static inline void acquire_spinlock(spinlock_t * volatile lock) argument
41 static inline void release_spinlock(spinlock_t * volatile lock) argument
64 static struct thread_mutex lock = THREAD_MUTEX_INITIALIZER; local
66 static spinlock_t lock = 0; local
70 static spinlock_t lock = 0; local
72 static pthread_mutex_t lock = PTHREAD_MUTEX_INITIALIZER; local
[all...]
/barrelfish-2018-10-04/lib/cxx/cxxabi/
H A Dcxa_guard.cpp119 uint8_t lock[2]; member in union:__cxxabiv1::__anon591::__anon592
131 uint8_t lock[2]; member in union:__cxxabiv1::__anon591::__anon593
144 uint8_t lock[2]; member in union:__cxxabiv1::__anon591::__anon594
156 uint8_t lock[2]; member in union:__cxxabiv1::__anon591::__anon595
[all...]
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dspinlock.h57 spin_lock_init(spinlock_t *lock) argument
[all...]
H A Drwlock.h57 rwlock_init(rwlock_t *lock) argument
[all...]
/barrelfish-2018-10-04/lib/bomp/include/
H A Dspin.h25 static inline void bomp_lock(bomp_lock_t *lock) argument
55 static inline void bomp_unlock(bomp_lock_t *lock) argument
60 static inline void bomp_lock_init(bomp_lock_t *lock) argument
/barrelfish-2018-10-04/include/barrelfish/
H A Dthread_sync.h29 spinlock_t lock; member in struct:thread_mutex
42 spinlock_t lock; member in struct:thread_cond
55 spinlock_t lock; member in struct:thread_sem
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/drivers/infiniband/core/
H A Diwcm.h54 spinlock_t lock; member in struct:iwcm_id_private
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/rdma/
H A Dib_peer_mem.h31 struct mutex lock; member in struct:ib_peer_memory_client
/barrelfish-2018-10-04/lib/compiler-rt/builtins/
H A Datomic.c65 __inline static void lock(Lock *l) { function
84 __inline static void lock(Lock *l) { function
97 __inline static void lock(Loc function
[all...]
/barrelfish-2018-10-04/usr/mem_serv_dist/
H A Dsteal.c45 thc_lock_t lock; member in struct:peer_core
/barrelfish-2018-10-04/usr/tests/posixcompat/
H A Dpthreads.c102 static pthread_mutex_t lock; variable
/barrelfish-2018-10-04/lib/libc/gen/
H A Dsem.c82 pthread_mutex_t lock; member in struct:sem
/barrelfish-2018-10-04/lib/lwip/src/
H A Dsys_arch.c72 static struct thread_mutex lock = THREAD_MUTEX_INITIALIZER; variable in typeref:struct:thread_mutex
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/bn/
H A Dbn_mont.c536 BN_MONT_CTX *BN_MONT_CTX_set_locked(BN_MONT_CTX **pmont, int lock, argument
/barrelfish-2018-10-04/lib/thc/
H A Dthcsync.c213 thc_lock_t *lock; member in struct:__anon1396
223 void thc_condvar_wait(thc_condvar_t *cv, thc_lock_t *lock) { argument
286 thc_condvar_wait_x(thc_condvar_t *cv, thc_lock_t *lock) argument
[all...]
/barrelfish-2018-10-04/lib/bomp/
H A Domp.c552 void omp_init_lock(omp_lock_t *lock) argument
581 struct __omp_lock *lock = (struct __omp_lock *) arg; local
609 struct __omp_lock *lock = (struct __omp_lock *) arg; local
628 struct __omp_lock *lock = (struct __omp_lock *) arg; local
653 struct __omp_lock *lock = (struct __omp_lock *) arg; local
[all...]
/barrelfish-2018-10-04/lib/bomp_new/
H A Domp.c537 struct __omp_lock *lock = (struct __omp_lock *)arg; local
554 struct __omp_lock *lock = (struct __omp_lock *) arg; local
572 struct __omp_lock *lock = (struct __omp_lock *) arg; local
587 struct __omp_lock *lock = (struct __omp_lock *) arg; local
608 struct __omp_lock *lock = (struct __omp_lock *) arg; local
[all...]
/barrelfish-2018-10-04/tools/harness/machines/
H A D__init__.py168 def lock(self): member in class:Machine
289 def lock(self): member in class:MachineOperations
428 def lock(self): member in class:ARMSimulatorOperations

Completed in 297 milliseconds

123