Searched refs:lock_scope (Results 1 – 5 of 5) sorted by relevance
| /freebsd-13.1/sys/compat/cloudabi32/ |
| H A D | cloudabi32_poll.c | 245 sub.condvar.lock_scope, in cloudabi32_sys_poll() 254 sub.lock.lock_scope, CLOUDABI_CLOCK_MONOTONIC, in cloudabi32_sys_poll() 263 sub.lock.lock_scope, CLOUDABI_CLOCK_MONOTONIC, in cloudabi32_sys_poll() 287 sub[0].condvar.lock_scope, sub[1].clock.clock_id, in cloudabi32_sys_poll() 305 sub[0].lock.lock_scope, sub[1].clock.clock_id, in cloudabi32_sys_poll() 323 sub[0].lock.lock_scope, sub[1].clock.clock_id, in cloudabi32_sys_poll()
|
| /freebsd-13.1/sys/compat/cloudabi64/ |
| H A D | cloudabi64_poll.c | 245 sub.condvar.lock_scope, in cloudabi64_sys_poll() 254 sub.lock.lock_scope, CLOUDABI_CLOCK_MONOTONIC, in cloudabi64_sys_poll() 263 sub.lock.lock_scope, CLOUDABI_CLOCK_MONOTONIC, in cloudabi64_sys_poll() 287 sub[0].condvar.lock_scope, sub[1].clock.clock_id, in cloudabi64_sys_poll() 305 sub[0].lock.lock_scope, sub[1].clock.clock_id, in cloudabi64_sys_poll() 323 sub[0].lock.lock_scope, sub[1].clock.clock_id, in cloudabi64_sys_poll()
|
| /freebsd-13.1/sys/contrib/cloudabi/ |
| H A D | 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");
|
| H A D | 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.1/sys/compat/cloudabi/ |
| H A D | cloudabi_futex.c | 290 const cloudabi_lock_t *lock, cloudabi_scope_t lock_scope, in futex_condvar_lookup_or_create() argument 301 error = futex_address_create(&fa_lock, td, lock, lock_scope); in futex_condvar_lookup_or_create() 980 cloudabi_scope_t lock_scope, cloudabi_clockid_t clock_id, in cloudabi_futex_condvar_wait() argument 990 lock_scope, &fc); in cloudabi_futex_condvar_wait()
|