/openbsd/regress/sys/kern/signal/sigpthread/ |
H A D | Makefile | 316 REGRESS_TARGETS += run-block-thread-3-waiter-$t 317 run-block-thread-3-waiter-$t: 327 REGRESS_TARGETS += run-block-thread-3-sleep-main-waiter-$t 328 run-block-thread-3-sleep-main-waiter-$t: 340 run-block-thread-3-sleep-thread-waiter-$t: 351 REGRESS_TARGETS += run-block-thread-3-kill-$t-waiter-$t 352 run-block-thread-3-kill-$t-waiter-$t: 363 run-block-thread-3-sleep-main-kill-$t-waiter-$t: 375 run-block-thread-3-kill-$t-sleep-thread-waiter-$t: 402 REGRESS_TARGETS += run-block-thread-100-waiter-42 [all …]
|
/openbsd/usr.sbin/smtpd/ |
H A D | waitq.c | 23 struct waiter { struct 24 TAILQ_ENTRY(waiter) entry; 32 TAILQ_HEAD(, waiter) waiters; argument 58 struct waiter *w; in waitq_wait() 81 struct waiter *w; in waitq_run()
|
/openbsd/regress/lib/libpthread/semaphore/sem_wait/ |
H A D | sem_wait.c | 15 void *waiter(void *arg); 39 CHECKr(pthread_create(&th, NULL, waiter, &sem)); in main() 59 CHECKr(pthread_create(&th, NULL, waiter, &sem)); in main() 77 waiter(void *arg) in waiter() function
|
/openbsd/sys/dev/pci/drm/amd/amdkfd/ |
H A D | kfd_events.c | 263 struct kfd_event_waiter *waiter; in destroy_event() local 268 WRITE_ONCE(waiter->event, NULL); in destroy_event() 625 struct kfd_event_waiter *waiter; in set_event() local 808 waiter->event = ev; in init_event_waiter() 817 waiter->activated = true; in init_event_waiter() 820 if (!waiter->activated) in init_event_waiter() 869 struct kfd_event_waiter *waiter; in copy_signaled_event_data() local 874 waiter = &event_waiters[i]; in copy_signaled_event_data() 875 event = waiter->event; in copy_signaled_event_data() 878 if (waiter->activated) { in copy_signaled_event_data() [all …]
|
/openbsd/regress/lib/libpthread/semaphore/sem_timedwait/ |
H A D | sem_timedwait.c | 18 void *waiter(void *arg); 48 CHECKr(pthread_create(&th, NULL, waiter, &sem)); in main() 68 CHECKr(pthread_create(&th, NULL, waiter, &sem)); in main() 111 waiter(void *arg) in waiter() function
|
/openbsd/usr.sbin/cron/ |
H A D | do_command.c | 432 int waiter; in child_process() local 434 while (waitpid(jobpid, &waiter, 0) == -1 && errno == EINTR) in child_process() 440 if (WIFEXITED(waiter) && WEXITSTATUS(waiter) == 0 in child_process() 471 while (waitpid(stdinjob, &waiter, 0) == -1 && errno == EINTR) in child_process()
|
H A D | cron.c | 493 int waiter; in sigchld_reaper() local 497 pid = waitpid(-1, &waiter, WNOHANG); in sigchld_reaper()
|
H A D | atrun.c | 331 int waiter; in run_job() local 601 if (waitpid(pid, &waiter, 0) == -1) { in run_job()
|
/openbsd/regress/sys/kern/sysvsem/ |
H A D | semtest.c | 56 void waiter(void); 176 waiter(); 321 waiter() in waiter() function
|
/openbsd/regress/lib/libpthread/socket/2/ |
H A D | socket2.c | 75 waiter(void *arg) in waiter() function 126 CHECKr(pthread_create(&wthread, NULL, waiter, NULL)); in sock_accept()
|
/openbsd/sys/dev/pci/drm/i915/ |
H A D | i915_scheduler_types.h | 74 struct i915_sched_node *waiter; member
|
H A D | i915_scheduler.c | 356 dep->waiter = node; in __i915_sched_node_add_dependency()
|
/openbsd/sys/kern/ |
H A D | kern_exit.c | 732 proc_finish_wait(struct proc *waiter, struct process *pr) in proc_finish_wait() argument 752 scheduler_wait_hook(waiter, pr->ps_mainproc); in proc_finish_wait() 753 rup = &waiter->p_p->ps_cru; in proc_finish_wait()
|
/openbsd/gnu/usr.bin/perl/t/porting/ |
H A D | diag.t | 668 join with a thread with a waiter
|
/openbsd/sys/dev/pci/drm/i915/gt/ |
H A D | intel_execlists_submission.c | 1097 container_of(p->waiter, typeof(*w), sched); in defer_request() 2077 container_of(p->waiter, typeof(*w), sched); in __execlists_hold() 2178 container_of(p->waiter, typeof(*w), sched); in __execlists_unhold()
|
/openbsd/games/fortune/datfiles/ |
H A D | zippy | 269 Hey, waiter! I want a NEW SHIRT and a PONY TAIL with lemon sauce!
|
H A D | fortunes2-o | 587 the waiter in halting English, "are the cojones -- the, what you say, the 591 served, he commented to the waiter, "But these -- these cojones -- are 1644 waiter approached the table. "Good afternoon, sir. What may I serve you?" 1646 As the waiter headed for the kitchen, the diner noticed that he 1647 wore a spotless white apron and clean white gloves. Soon the waiter 1653 The waiter continued serving. "Confidentially," he said, "we even 1657 The waiter put a large browned potato on the plate with his tongs. 1662 "Well, I don't know about the other guys," the waiter confided, "but
|
H A D | fortunes | 5491 carried by a waiter at a nice party? 11109 (4) You have a hard time getting a waiter. 16070 You should tip the waiter $10, minus $2 if he tells you his name, 16074 many restaurants, this means the waiter will actually owe you money.
|
H A D | limerick | 593 Said the waiter, "Don't shout,
|
H A D | fortunes2 | 6440 staggers up to the door and confronts the head waiter. 34981 head waiter. 38443 restaurant when their waiter, stumbling as he brought their drinks, 38448 to the waiter and said, "We'll have two of whatever she was drinking."
|
/openbsd/share/dict/ |
H A D | web2a | 15788 day waiter 18464 dumb-waiter 24691 gentleman-waiter 32006 landing waiter 70665 waiter-on
|
H A D | web2 | 230240 waiter
|