Searched defs:mutex (Results 1 - 25 of 41) sorted by relevance

12

/barrelfish-2018-10-04/lib/libc/gen/
H A D__pthread_mutex_init_calloc_cb_stub.c40 _pthread_mutex_init_calloc_cb_stub(pthread_mutex_t *mutex, argument
/barrelfish-2018-10-04/lib/bomp/include/
H A Dmutex.h18 static inline void bomp_mutex_init (bomp_mutex_t *mutex) argument
23 static inline void bomp_mutex_lock (bomp_mutex_t *mutex) argument
28 static inline void bomp_mutex_unlock (bomp_mutex_t *mutex) argument
33 static inline void bomp_mutex_destroy (bomp_mutex_t *mutex) argument
42 static inline void bomp_mutex_init (bomp_mutex_t *mutex) argument
47 static inline void bomp_mutex_lock (bomp_mutex_t *mutex) argument
52 bomp_mutex_unlock(bomp_mutex_t *mutex) argument
57 bomp_mutex_destroy(bomp_mutex_t *mutex) argument
[all...]
/barrelfish-2018-10-04/lib/posixcompat/
H A Dpthreads_private.h16 struct thread_sem mutex; member in struct:pthread_barrier
H A Dunixsock.h38 struct thread_mutex mutex; // Mutex for this socket member in struct:_unix_socket
/barrelfish-2018-10-04/include/arch/aarch64/barrelfish/
H A Dcore_state_arch.h26 struct thread_mutex mutex; member in struct:pinned_state
/barrelfish-2018-10-04/include/arch/arm/barrelfish/
H A Dcore_state_arch.h26 struct thread_mutex mutex; member in struct:pinned_state
/barrelfish-2018-10-04/include/arch/x86/barrelfish/
H A Dcore_state_arch.h26 struct thread_mutex mutex; member in struct:pinned_state
/barrelfish-2018-10-04/include/barrelfish/
H A Devent_queue.h41 struct thread_mutex mutex; member in struct:event_queue
H A Dslot_alloc.h29 struct thread_mutex mutex; ///< Mutex for thread safety member in struct:slot_allocator
70 struct thread_mutex mutex; ///< Mutex for thread safety (used when is_head == true) member in struct:range_slot_allocator
H A Dthread_sync.h71 struct thread_sem mutex; member in struct:thread_barrier
H A Dcore_state.h37 struct thread_mutex mutex; member in struct:morecore_state
/barrelfish-2018-10-04/include/lwip/arch/
H A Dsys_arch.h27 struct thread_mutex mutex; member in struct:bf_sys_mbox
/barrelfish-2018-10-04/lib/devif/backends/net/mlx4/include/linux/
H A Dmutex.h38 typedef struct mutex { struct
/barrelfish-2018-10-04/usr/examples/xmpl-thread/
H A Dthread.c27 struct thread_mutex *mutex; member in struct:my_thread_data
66 struct thread_mutex mutex = THREAD_MUTEX_INITIALIZER; local
/barrelfish-2018-10-04/include/sys/
H A D_pthreadtypes.h95 pthread_mutex_t mutex; member in struct:pthread_once
/barrelfish-2018-10-04/lib/cxx/cxx/
H A Dmutex.cpp[all...]
/barrelfish-2018-10-04/include/
H A Dstdio_file.h119 struct thread_mutex mutex; // Mutex to protect file access member in struct:__file
H A Domp.h39 struct thread_mutex mutex; member in struct:__omp_lock
46 struct thread_mutex mutex; member in struct:__omp_nested_lock
/barrelfish-2018-10-04/include/ahci/
H A Dahci.h61 struct event_mutex mutex; member in struct:ahci_binding
/barrelfish-2018-10-04/include/bulk_transfer/
H A Dbulk_sm.h47 struct thread_mutex mutex;//used for changes to pending_msg member in struct:bulk_sm_impl_data
/barrelfish-2018-10-04/lib/barrelfish/
H A Dthread_sync.c49 void thread_cond_wait(struct thread_cond *cond, struct thread_mutex *mutex) argument
163 thread_mutex_init(struct thread_mutex *mutex) argument
178 thread_mutex_lock(struct thread_mutex *mutex) argument
208 thread_mutex_lock_nested(struct thread_mutex *mutex) argument
242 thread_mutex_trylock(struct thread_mutex *mutex) argument
280 thread_mutex_unlock_disabled(dispatcher_handle_t handle, struct thread_mutex *mutex) argument
316 thread_mutex_unlock(struct thread_mutex *mutex) argument
[all...]
/barrelfish-2018-10-04/lib/barrelfish/slot_alloc/
H A Dsingle_slot_alloc.c58 free_slots(struct single_slot_allocator *sca, cslot_t slot, cslot_t count, struct thread_mutex *mutex) argument
/barrelfish-2018-10-04/lib/lwip/src/
H A Dsys_arch.c37 thread_cond_wait_timeout(struct thread_cond *cond, struct thread_mutex *mutex, u32_t timeout) argument
[all...]
/barrelfish-2018-10-04/include/thc/
H A Dthcstubs.h52 struct event_mutex mutex; member in struct:common_binding
/barrelfish-2018-10-04/lib/bomp/
H A Domp.c526 pthread_mutex_t *mutex; member in struct:__omp_lock
533 pthread_mutex_t *mutex; member in struct:__omp_nested_lock
[all...]

Completed in 230 milliseconds

12