Home
last modified time | relevance | path

Searched refs:background (Results 1 – 7 of 7) sorted by relevance

/xnu-8792.41.9/osfmk/mach/
H A Dktrace_background.defs30 * Interface definition for background available notifications for the
/xnu-8792.41.9/bsd/kern/
H A Dkern_resource.c796 int background = false; in do_background_socket() local
809 background = proc_get_effective_thread_policy(thread, TASK_POLICY_ALL_SOCKETS_BG); in do_background_socket()
811 background = proc_get_effective_task_policy(proc_task(p), TASK_POLICY_ALL_SOCKETS_BG); in do_background_socket()
814 if (background) { in do_background_socket()
829 if (necp_set_client_as_background(p, fp, background)) { in do_background_socket()
856 if (necp_set_client_as_background(p, fp, background)) { in do_background_socket()
/xnu-8792.41.9/bsd/netinet/
H A Dip_output.c2465 unsigned background = 0; in ip_ctloutput() local
2467 error = sooptcopyin(sopt, &background, in ip_ctloutput()
2468 sizeof(background), sizeof(background)); in ip_ctloutput()
2473 if (background) { in ip_ctloutput()
2652 unsigned background = (so->so_flags1 & in ip_ctloutput() local
2654 return sooptcopyout(sopt, &background, in ip_ctloutput()
2655 sizeof(background)); in ip_ctloutput()
/xnu-8792.41.9/doc/memorystatus/
H A Dfreezer.md68 …other 80MB stays on NAND. As a result, when the app is put back in the background it goes to band …
72 Once a thawed app goes back into the background, we may re-freeze it. The exact heuristics for re-f…
/xnu-8792.41.9/tools/lldbmacros/
H A Dskywalk.py545 if necp.background != 0:
/xnu-8792.41.9/bsd/net/
H A Dnecp_client.c627 unsigned background : 1; member
4538 if (client_fd->background) { in necp_update_client_result()
4552 u_int32_t background = client_fd->background; in necp_update_client_result() local
4554 sizeof(background), &background, &updated, in necp_update_client_result()
5159 bool background) in necp_set_client_as_background() argument
5183 client_fd->background = background; in necp_set_client_as_background()
H A Dnecp.h1401 extern bool necp_set_client_as_background(proc_t proc, struct fileproc *fp, bool background); // Se…