Searched refs:waiter (Results 1 - 10 of 10) sorted by relevance

/macosx-10.10/dcerpc-61/dcerpc/ncklib/
H A Ddgpkt.c180 rpc_dg_call_p_t waiter = *head, prev = NULL; local
182 for ( ; waiter != NULL; prev = waiter, waiter = waiter->pkt_chain)
184 if (waiter == call)
240 rpc_dg_call_p_t waiter = NULL, prev = NULL; local
251 * since a reservation waiter requires N+2 free packets in the pool
264 waiter = pool->rsv_waiters_head;
265 pool->rsv_waiters_head = waiter
[all...]
/macosx-10.10/tcl-105/tcl_ext/thread/thread/tcl/tpool/
H A Dtpool.tcl36 variable waiter ; # Waits for an idle worker thread
243 vwait ${ns}::waiter
447 # Signalize waiter threads if any
450 set waiter [tsv::lpop $tpid thrwaiters]
451 if {$waiter != ""} {
452 thread::send -async $waiter [subst {
453 set [namespace current]::waiter 1
551 set waiter [tsv::lpop $tpid thrwaiters]
552 if {$waiter != ""} {
553 thread::send -async $waiter [subs
[all...]
/macosx-10.10/cron-39/crontab/
H A Dcrontab.c387 WAIT_T waiter; local
491 xpid = wait(&waiter);
500 if (WIFEXITED(waiter) && WEXITSTATUS(waiter)) {
501 warnx("\"%s\" exited with status %d", editor, WEXITSTATUS(waiter));
504 if (WIFSIGNALED(waiter)) {
506 editor, WTERMSIG(waiter), WCOREDUMP(waiter) ?"" :"no ");
/macosx-10.10/libdispatch-442.1.4/private/
H A Dintrospection_private.h182 * @field waiter
200 pthread_t waiter; member in struct:dispatch_introspection_queue_block_s
231 * @field waiter
249 pthread_t waiter; member in struct:dispatch_introspection_queue_function_s
/macosx-10.10/kext_tools-384.1.4/
H A Dkextd_watchvol.c526 // caller responsibile for setting up the lock and cleaning up the waiter
527 static int signalWaiter(CFMachPortRef waiter, int status) argument
533 replyPort=(mach_port_t)(intptr_t)CFDictionaryGetValue(sReplyPorts,waiter);
534 CFDictionaryRemoveValue(sReplyPorts, waiter);
537 if (waiter == sRebootWaiter) {
567 // signal the waiter
569 // on success, make the waiter the locker
584 CFMachPortRef waiter = NULL; local
593 waiter = (CFMachPortRef)CFArrayGetValueAtIndex(watched->waiters, 0);
595 // move waiter int
1140 CFMachPortRef waiter; local
1797 CFMachPortRef waiter; local
2046 CFMachPortRef waiter; local
[all...]
/macosx-10.10/cron-39/cron/
H A Ddo_command.c650 WAIT_T waiter; local
655 pid = wait(&waiter);
662 getpid(), pid, WEXITSTATUS(waiter)))
663 if (WIFSIGNALED(waiter) && WCOREDUMP(waiter))
H A Dcron.c426 WAIT_T waiter; local
435 pid = waitpid(-1, &waiter, WNOHANG);
437 pid = wait3(&waiter, WNOHANG, (struct rusage *)0);
451 getpid(), pid, WEXITSTATUS(waiter)))
/macosx-10.10/apr-32/apr/apr/locks/beos/
H A Dthread_cond.c24 struct waiter *w;
40 w->sem = create_sem(0, "apr conditional waiter");
/macosx-10.10/libdispatch-442.1.4/src/
H A Dintrospection.c148 pthread_t waiter = NULL; local
152 waiter = pthread_from_mach_thread_np((mach_port_t)dc->dc_data);
200 .waiter = waiter,
/macosx-10.10/xnu-2782.1.97/bsd/kern/
H A Dkern_aio.c2220 int waiter = 0; local
2236 waiter = lio_context->io_waiter;
2239 if ((entryp->flags & AIO_LIO_NOTIFY) && (lastLioCompleted) && (waiter != 0)) {
2240 /* wake up the waiter */
2346 if (lastLioCompleted && (waiter == 0))

Completed in 121 milliseconds