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

  /src/external/gpl3/gcc/dist/libgomp/config/linux/
sem.c 59 unsigned int wake = count & ~SEM_WAIT; local
62 if (wake != 0)
63 newval |= wake - SEM_INC;
67 if (wake != 0)
69 /* If we can wake more threads, do so now. */
70 if (wake > SEM_INC)
  /src/external/gpl3/gcc.old/dist/libgomp/config/linux/
sem.c 59 unsigned int wake = count & ~SEM_WAIT; local
62 if (wake != 0)
63 newval |= wake - SEM_INC;
67 if (wake != 0)
69 /* If we can wake more threads, do so now. */
70 if (wake > SEM_INC)
  /src/usr.sbin/wakeonlan/
wakeonlan.c 29 /* Send Wake on LAN packets to hosts on a local Ethernet network */
68 static int wake(int, const char *);
83 wake(int bpf, const char *host) function
215 if (wake(bpf, argv[n]))
216 warn("Cannot send Wake on LAN frame over `%s' to `%s'",
  /src/games/worm/
worm.c 94 static void wake(int);
117 signal(SIGALRM, wake);
220 wake(int dummy) function
222 signal(SIGALRM, wake);
  /src/external/gpl3/gcc/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.h 188 // thread does not wake up other threads.
272 // thread does not wake up other threads.
298 bool wake; local
305 wake = (new_state &
308 if (wake)
312 if (UNLIKELY(wake))
355 // After wake up both writers and readers compete to lock the
  /src/external/gpl3/gcc.old/dist/libsanitizer/sanitizer_common/
sanitizer_mutex.h 186 // thread does not wake up other threads.
256 // thread does not wake up other threads.
282 bool wake; local
289 wake = (new_state &
292 if (wake)
296 if (UNLIKELY(wake))
339 // After wake up both writers and readers compete to lock the
  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_fence.c 227 bool wake = false; local
269 wake = true;
284 return wake;
  /src/lib/librumpuser/
rumpfiber.c 149 wakeup = tm + 1000; /* wake up in 1s max */
155 wake(thread);
278 wake(jw_iter->jw_thread);
322 wake(joinable);
363 void wake(struct thread *thread) function
623 wake(w->who);
635 wake(w->who);
  /src/lib/libpthread/
pthread.c 444 * here to the correct lid so we go to sleep and wake
875 bool wake; local
892 wake = false;
895 wake = true;
901 if (wake)

Completed in 20 milliseconds