Searched refs:cthread (Results 1 - 7 of 7) sorted by relevance

/macosx-10.9.5/dcerpc-58/dcerpc/ncklib/
H A Dcomcthd.c235 cthread_elt_p_t idle_cthread; /* pointer to a known idle cthread */
343 * cthread_mutex protects all of the cthread private structures.
362 cthread_elt_p_t /*cthread*/,
367 cthread_elt_p_t /*cthread*/
435 ** cthread The cthread_table entry to use.
458 cthread_elt_p_t volatile cthread,
475 dcethread_create_throw (&cthread->thread_id,
478 (dcethread_addr)cthread);
480 cthread->thread_state = RPC_C_IDLE_CTHREAD;
482 handle_copy = cthread
450 cthread_create( cthread_elt_p_t volatile cthread, unsigned32 *status ) argument
712 cthread_elt_p_t cthread; local
1003 cthread_elt_p_t cthread; local
1089 cthread_elt_p_t cthread; local
1255 cthread_elt_p_t cthread; local
1399 cthread_elt_p_t cthread = NULL; local
2379 cthread_elt_p_t cthread; local
[all...]
H A Dcom.h914 * Information *private* to the cthread-package.
916 * The "u.server.cthread." fields are logically PRIVATE to the cthread
918 * convienience; only the cthread package should be examining and
920 * to the cthread package, they are concurrency protected in a fashion
921 * that is most sensible for the package (which happens to ba a cthread
930 * Note that we force storage unit alignment of the cthread private data.
950 (call_rep)->u.server.cthread.is_queued
983 unsigned accepting: 1; /* T => can cancel cthread */
985 unsigned had_pending: 1; /* T => cthread ha member in struct:__anon8189::__anon8190::__anon8191
[all...]
H A Ddgscall.c920 scall->c.c.u.server.cthread.is_queued = false;
H A Dcnrcvr.c1067 call_r->common.u.server.cthread.is_queued = false;
/macosx-10.9.5/xnu-2422.115.4/osfmk/i386/
H A Di386_timer.c310 timer_compute_leeway(thread_t cthread, int32_t urgency, int32_t *tshift, uint64_t *tmax, boolean_t *pratelimited) { argument
311 int16_t tpri = cthread->sched_pri;
320 proc_get_effective_thread_policy(cthread, TASK_POLICY_DARWIN_BG)) {
322 if (tcoal_qos_adjust(cthread, tshift, tmax, pratelimited)) {
336 } else if (cthread->sched_mode == TH_MODE_FIXED) {
340 } else if (tcoal_qos_adjust(cthread, tshift, tmax, pratelimited)) {
342 } else if (cthread->sched_mode == TH_MODE_TIMESHARE) {
363 timer_call_slop(uint64_t deadline, uint64_t now, uint32_t flags, thread_t cthread, boolean_t *pratelimited) argument
372 timer_compute_leeway(cthread, urgency, &tcs_shift, &tcs_ns_max, pratelimited);
/macosx-10.9.5/xnu-2422.115.4/osfmk/kern/
H A Dsched_prim.c857 thread_t cthread = current_thread(); local
954 } else if (thread_get_tag_internal(cthread) & THREAD_TAG_CALLOUT) {
955 if (cthread->callout_woken_from_icontext) {
958 if (cthread->callout_woken_from_platform_idle) {
963 cthread->callout_woke_thread = TRUE;
H A Dzalloc.c1532 thread_t cthread = current_thread(); local
1534 if (__improbable(cthread == NULL))
1537 kstackb = cthread->kernel_stack;

Completed in 150 milliseconds