Searched refs:thread_mutex (Results 26 - 43 of 43) sorted by relevance

12

/barrelfish-master/include/barrelfish/
H A Dthread_sync.h30 struct thread_mutex { struct
/barrelfish-master/lib/posixcompat/
H A Dpty.h65 struct thread_mutex mmutex;
H A Dpthreads.c35 struct thread_mutex mutex;
71 static struct thread_mutex key_mutex = THREAD_MUTEX_INITIALIZER;
216 static struct thread_mutex mutex_mutex = THREAD_MUTEX_INITIALIZER;
/barrelfish-master/lib/devif/backends/net/mlx4/include/linux/
H A Dworkqueue.h49 struct thread_mutex work_list_lock;
/barrelfish-master/usr/drivers/solarflare/
H A Dmcdi_rpc.c22 static struct thread_mutex mcdi;
/barrelfish-master/lib/lwip/src/core/
H A Dinit.c331 extern struct thread_mutex *lwip_mutex; // idc_barrelfish.c
365 struct waitset *opt_waitset, struct thread_mutex *opt_mutex)
459 struct thread_mutex * opt_mutex)
/barrelfish-master/lib/lwip/src/
H A Dsys_arch.c38 struct thread_mutex *mutex,
48 struct thread_mutex *lwip_mutex;
72 static struct thread_mutex lock = THREAD_MUTEX_INITIALIZER;
/barrelfish-master/lib/lwip2/src/
H A Dsys_arch.c48 struct thread_mutex *mutex,
58 struct thread_mutex *lwip_mutex;
82 static struct thread_mutex lock = THREAD_MUTEX_INITIALIZER;
/barrelfish-master/usr/bench/scheduling/
H A Dphases_scale.c33 static struct thread_mutex init_lock = THREAD_MUTEX_INITIALIZER;
/barrelfish-master/lib/barrelfish/include/
H A Dthreads_priv.h63 struct thread_mutex exit_lock; ///< Protects exited state
/barrelfish-master/include/lwip/lwip/
H A Dsys.h245 extern struct thread_mutex *lwip_mutex;
/barrelfish-master/lib/barrelfish/slot_alloc/
H A Dsingle_slot_alloc.c59 cslot_t count, struct thread_mutex *mutex)
/barrelfish-master/usr/tests/net-test/
H A Dnet-test.c100 static struct thread_mutex my_mutex = THREAD_MUTEX_INITIALIZER;
/barrelfish-master/lib/timer/
H A Dtimer.c69 static struct thread_mutex timer_mutex = THREAD_MUTEX_INITIALIZER;
/barrelfish-master/usr/tests/spantest/
H A Dspantest.c213 static struct thread_mutex print_mutex = THREAD_MUTEX_INITIALIZER;
/barrelfish-master/lib/barrelfish/
H A Dthreads.c55 static struct thread_mutex staticthread_lock = THREAD_MUTEX_INITIALIZER;
69 static struct thread_mutex thread_slabs_mutex = THREAD_MUTEX_INITIALIZER;
/barrelfish-master/lib/arranet/
H A Darranet.c592 struct thread_mutex *lwip_mutex = NULL;
/barrelfish-master/lib/dmalloc/
H A Ddmalloc.c1856 #define MLOCK_T struct thread_mutex

Completed in 683 milliseconds

12