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

  /src/sys/kern/
sys_futex.c 196 struct futex *fw_futex; member in struct:futex_wait
796 fw->fw_futex = NULL;
811 KASSERT(fw->fw_futex == NULL);
830 KASSERT(fw->fw_futex == NULL);
833 fw->fw_futex = f;
850 KASSERT(fw->fw_futex == f);
853 fw->fw_futex = NULL;
874 f = fw->fw_futex;
919 KASSERT(fw->fw_futex == NULL);
942 if (fw->fw_bitset == 0 || fw->fw_futex == NULL)
    [all...]
sys_futex.c 196 struct futex *fw_futex; member in struct:futex_wait
796 fw->fw_futex = NULL;
811 KASSERT(fw->fw_futex == NULL);
830 KASSERT(fw->fw_futex == NULL);
833 fw->fw_futex = f;
850 KASSERT(fw->fw_futex == f);
853 fw->fw_futex = NULL;
874 f = fw->fw_futex;
919 KASSERT(fw->fw_futex == NULL);
942 if (fw->fw_bitset == 0 || fw->fw_futex == NULL)
    [all...]
sys_futex.c 196 struct futex *fw_futex; member in struct:futex_wait
796 fw->fw_futex = NULL;
811 KASSERT(fw->fw_futex == NULL);
830 KASSERT(fw->fw_futex == NULL);
833 fw->fw_futex = f;
850 KASSERT(fw->fw_futex == f);
853 fw->fw_futex = NULL;
874 f = fw->fw_futex;
919 KASSERT(fw->fw_futex == NULL);
942 if (fw->fw_bitset == 0 || fw->fw_futex == NULL)
    [all...]

Completed in 32 milliseconds