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

  /src/external/gpl3/gcc/dist/libgomp/config/linux/alpha/
futex.h 69 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/alpha/
futex.h 69 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc/dist/libgomp/config/linux/
futex.h 55 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc/dist/libgomp/config/linux/ia64/
futex.h 74 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc/dist/libgomp/config/linux/powerpc/
futex.h 72 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc/dist/libgomp/config/linux/s390/
futex.h 64 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
futex.h 55 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/ia64/
futex.h 74 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/powerpc/
futex.h 72 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/s390/
futex.h 64 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc/dist/libgomp/config/linux/mips/
futex.h 35 #define FUTEX_WAKE 1
69 futex_wake (int *addr, int count) function
71 sys_futex0 (addr, FUTEX_WAKE, count);
  /src/external/gpl3/gcc/dist/libgomp/config/linux/sparc/
futex.h 80 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/mips/
futex.h 35 #define FUTEX_WAKE 1
69 futex_wake (int *addr, int count) function
71 sys_futex0 (addr, FUTEX_WAKE, count);
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/sparc/
futex.h 80 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc/dist/libgomp/config/linux/x86/
futex.h 107 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc/dist/libgomp/config/rtems/
bar.c 49 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/x86/
futex.h 107 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/nvptx/
bar.c 108 /* Implement futex_wake-like behaviour to plug into the linux/bar.c
112 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc.old/dist/libgomp/config/rtems/
bar.c 49 futex_wake (int *addr, int count) function
  /src/external/gpl3/gcc/dist/libgomp/config/linux/tile/
futex.h 58 futex_wake (int *addr, int count) function
60 sys_futex0 (addr, FUTEX_WAKE, count);
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/tile/
futex.h 58 futex_wake (int *addr, int count) function
60 sys_futex0 (addr, FUTEX_WAKE, count);
  /src/sys/kern/
sys_futex.c 79 * futex(&lock, FUTEX_WAKE, 1, NULL, NULL, 0, 0);
89 * FUTEX_WAKE could just wake every FUTEX_WAIT in the system.
169 * See futex_wake() for why overflow needs to be avoided.
1000 * futex_wake(f, nwake, f2, nrequeue, bitset)
1008 futex_wake(struct futex *f, unsigned nwake, struct futex *f2, function
1257 * Since FUTEX_WAKE will use the same lock and be done after
1297 * Implement futex(FUTEX_WAKE) and futex(FUTEX_WAKE_BITSET): Wake
1303 * For FUTEX_WAKE, bitset has all bits set and val3 is ignored.
1333 nwoken = futex_wake(f, nwake, NULL, /*nrequeue*/0, bitset);
1411 nwoken_or_requeued = futex_wake(f, nwake, f2, nrequeue
    [all...]

Completed in 35 milliseconds