Searched refs:lock_scope (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13-stable/sys/compat/cloudabi32/ |
| HD | cloudabi32_poll.c | 243 sub.condvar.lock_scope, in cloudabi32_sys_poll() 252 sub.lock.lock_scope, CLOUDABI_CLOCK_MONOTONIC, in cloudabi32_sys_poll() 261 sub.lock.lock_scope, CLOUDABI_CLOCK_MONOTONIC, in cloudabi32_sys_poll() 285 sub[0].condvar.lock_scope, sub[1].clock.clock_id, in cloudabi32_sys_poll() 303 sub[0].lock.lock_scope, sub[1].clock.clock_id, in cloudabi32_sys_poll() 321 sub[0].lock.lock_scope, sub[1].clock.clock_id, in cloudabi32_sys_poll()
|
| /freebsd-13-stable/sys/compat/cloudabi64/ |
| HD | cloudabi64_poll.c | 243 sub.condvar.lock_scope, in cloudabi64_sys_poll() 252 sub.lock.lock_scope, CLOUDABI_CLOCK_MONOTONIC, in cloudabi64_sys_poll() 261 sub.lock.lock_scope, CLOUDABI_CLOCK_MONOTONIC, in cloudabi64_sys_poll() 285 sub[0].condvar.lock_scope, sub[1].clock.clock_id, in cloudabi64_sys_poll() 303 sub[0].lock.lock_scope, sub[1].clock.clock_id, in cloudabi64_sys_poll() 321 sub[0].lock.lock_scope, sub[1].clock.clock_id, in cloudabi64_sys_poll()
|
| /freebsd-13-stable/sys/contrib/cloudabi/ |
| HD | cloudabi64_types.h | 132 _Alignas(1) cloudabi_scope_t lock_scope; 140 _Alignas(1) cloudabi_scope_t lock_scope; 158 _Static_assert(offsetof(cloudabi64_subscription_t, condvar.lock_scope) == 33, "Incorrect layout"); 162 _Static_assert(offsetof(cloudabi64_subscription_t, lock.lock_scope) == 24, "Incorrect layout");
|
| HD | cloudabi32_types.h | 132 _Alignas(1) cloudabi_scope_t lock_scope; 140 _Alignas(1) cloudabi_scope_t lock_scope; 158 _Static_assert(offsetof(cloudabi32_subscription_t, condvar.lock_scope) == 25, "Incorrect layout"); 162 _Static_assert(offsetof(cloudabi32_subscription_t, lock.lock_scope) == 20, "Incorrect layout");
|
| /freebsd-13-stable/sys/compat/cloudabi/ |
| HD | cloudabi_futex.c | 288 const cloudabi_lock_t *lock, cloudabi_scope_t lock_scope, in futex_condvar_lookup_or_create() argument 299 error = futex_address_create(&fa_lock, td, lock, lock_scope); in futex_condvar_lookup_or_create() 978 cloudabi_scope_t lock_scope, cloudabi_clockid_t clock_id, in cloudabi_futex_condvar_wait() argument 988 lock_scope, &fc); in cloudabi_futex_condvar_wait()
|