Home
last modified time | relevance | path

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

/xnu-11215/osfmk/mach/
H A Dktrace_background.defs30 * Interface definition for background available notifications for the
/xnu-11215/bsd/netinet/
H A Dip_output.c2539 unsigned background = 0; in ip_ctloutput() local
2541 error = sooptcopyin(sopt, &background, in ip_ctloutput()
2542 sizeof(background), sizeof(background)); in ip_ctloutput()
2547 if (background) { in ip_ctloutput()
2735 unsigned background = (so->so_flags1 & in ip_ctloutput() local
2737 return sooptcopyout(sopt, &background, in ip_ctloutput()
2738 sizeof(background)); in ip_ctloutput()
/xnu-11215/bsd/kern/
H A Dkern_resource.c1045 int background = false; in do_background_socket() local
1058 background = proc_get_effective_thread_policy(thread, TASK_POLICY_ALL_SOCKETS_BG); in do_background_socket()
1060 background = proc_get_effective_task_policy(proc_task(p), TASK_POLICY_ALL_SOCKETS_BG); in do_background_socket()
1063 if (background) { in do_background_socket()
1078 if (necp_set_client_as_background(p, fp, background)) { in do_background_socket()
1105 if (necp_set_client_as_background(p, fp, background)) { in do_background_socket()
/xnu-11215/doc/vm/
H A Dfreezer.md64 …other 80MB stays on NAND. As a result, when the app is put back in the background it goes to band …
68 Once a thawed app goes back into the background, we may re-freeze it. The exact heuristics for re-f…
/xnu-11215/tools/lldbmacros/
H A Dskywalk.py539 if necp.background != 0:
/xnu-11215/bsd/net/
H A Dnecp.h1522 extern bool necp_set_client_as_background(proc_t proc, struct fileproc *fp, bool background); // Se…
H A Dnecp_client.c643 unsigned background : 1; member
4689 if (client_fd->background) { in necp_update_client_result()
4703 u_int32_t background = client_fd->background; in necp_update_client_result() local
4705 sizeof(background), &background, &updated, in necp_update_client_result()
5340 bool background) in necp_set_client_as_background() argument
5364 client_fd->background = background; in necp_set_client_as_background()