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

/macosx-10.9.5/dcerpc-58/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.9.5/tcl-102/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.9.5/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.9.5/libdispatch-339.92.1/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.9.5/kext_tools-326.95.1/
H A Dkextd_watchvol.c538 // caller responsibile for setting up the lock and cleaning up the waiter
539 static int signalWaiter(CFMachPortRef waiter, int status) argument
545 replyPort=(mach_port_t)(intptr_t)CFDictionaryGetValue(sReplyPorts,waiter);
546 CFDictionaryRemoveValue(sReplyPorts, waiter);
549 if (waiter == sRebootWaiter) {
579 // signal the waiter
581 // on success, make the waiter the locker
596 CFMachPortRef waiter = NULL; local
605 waiter = (CFMachPortRef)CFArrayGetValueAtIndex(watched->waiters, 0);
607 // move waiter int
1022 CFMachPortRef waiter; local
1652 CFMachPortRef waiter; local
1901 CFMachPortRef waiter; local
[all...]
/macosx-10.9.5/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.9.5/apache-786.1/httpd/srclib/apr/locks/beos/
H A Dthread_cond.c24 struct waiter *w;
40 w->sem = create_sem(0, "apr conditional waiter");
/macosx-10.9.5/apr-30/apr/apr/locks/beos/
H A Dthread_cond.c24 struct waiter *w;
40 w->sem = create_sem(0, "apr conditional waiter");
/macosx-10.9.5/libdispatch-339.92.1/src/
H A Dintrospection.c148 pthread_t waiter = NULL; local
152 waiter = dc->dc_data;
200 .waiter = waiter,
/macosx-10.9.5/xnu-2422.115.4/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 249 milliseconds