Searched refs:tl (Results 1 - 3 of 3) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dpthread_synch.c132 static void wq_runreq(proc_t p, boolean_t overcommit, uint32_t priority, thread_t th, struct threadlist *tl,
135 static int setup_wqthread(proc_t p, thread_t th, boolean_t overcommit, uint32_t priority, int reuse_thread, struct threadlist *tl);
141 static void workqueue_removethread(struct threadlist *tl, int fromexit);
841 struct threadlist *tl; local
844 if ((tl = uth->uu_threadlist))
845 affinity = tl->th_affinity_tag;
883 struct threadlist *tl; local
887 tl = uth->uu_threadlist;
888 wq = tl->th_workq;
896 old_activecount = OSAddAtomic(-1, &wq->wq_thactive_count[tl
947 workqueue_removethread(struct threadlist *tl, int fromexit) argument
1017 struct threadlist *tl; local
1432 struct threadlist * tl, *tlist; local
1538 struct threadlist *tl = NULL; local
2032 struct threadlist *tl; local
2105 struct threadlist *tl; local
2174 wq_runreq(proc_t p, boolean_t overcommit, uint32_t priority, thread_t th, struct threadlist *tl, int reuse_thread, int wake_thread, int return_directly) argument
2227 setup_wqthread(proc_t p, thread_t th, boolean_t overcommit, uint32_t priority, int reuse_thread, struct threadlist *tl) argument
[all...]
/darwin-on-arm/xnu/security/
H A Dmac_task.c109 mac_task_label_associate_kernel(struct task *t, struct label *tl, struct label *tportl) argument
113 mac_label_journal(tl, MLJ_TASK_OP_CREATE_K);
114 MAC_PERFORM(task_label_associate_kernel, t, tl, tportl);
/darwin-on-arm/xnu/bsd/nfs/
H A Dnfs_socket.c5414 u_int32_t *tl; local
5439 tl = mbuf_data(mrep);
5440 tl += 80/sizeof(*tl); /* XXX max_hdr? XXX */
5441 mbuf_setdata(mrep, tl, 6 * NFSX_UNSIGNED);

Completed in 87 milliseconds