HomeSort by: relevance | last modified time | path
    Searched defs:futex_key (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/kern/
sys_futex.c 144 * union futex_key
149 union futex_key { union
172 union futex_key fx_key;
228 const union futex_key *fka = &fa->fx_key;
229 const union futex_key *fkb = k;
263 const union futex_key *fka = &fa->fx_key;
264 const union futex_key *fkb = k;
417 futex_key_init(union futex_key *fk, struct vmspace *vm, vaddr_t va, bool shared)
438 futex_key_fini(union futex_key *fk, bool shared)
456 futex_create(union futex_key *fk, bool shared
    [all...]

Completed in 11 milliseconds