Searched refs:background (Results 1 – 7 of 7) sorted by relevance
| /xnu-10063.141.1/osfmk/mach/ |
| H A D | ktrace_background.defs | 30 * Interface definition for background available notifications for the
|
| /xnu-10063.141.1/bsd/netinet/ |
| H A D | ip_output.c | 2480 unsigned background = 0; in ip_ctloutput() local 2482 error = sooptcopyin(sopt, &background, in ip_ctloutput() 2483 sizeof(background), sizeof(background)); in ip_ctloutput() 2488 if (background) { in ip_ctloutput() 2667 unsigned background = (so->so_flags1 & in ip_ctloutput() local 2669 return sooptcopyout(sopt, &background, in ip_ctloutput() 2670 sizeof(background)); in ip_ctloutput()
|
| /xnu-10063.141.1/bsd/kern/ |
| H A D | kern_resource.c | 923 int background = false; in do_background_socket() local 936 background = proc_get_effective_thread_policy(thread, TASK_POLICY_ALL_SOCKETS_BG); in do_background_socket() 938 background = proc_get_effective_task_policy(proc_task(p), TASK_POLICY_ALL_SOCKETS_BG); in do_background_socket() 941 if (background) { in do_background_socket() 956 if (necp_set_client_as_background(p, fp, background)) { in do_background_socket() 983 if (necp_set_client_as_background(p, fp, background)) { in do_background_socket()
|
| /xnu-10063.141.1/doc/vm/ |
| H A D | freezer.md | 64 …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-10063.141.1/tools/lldbmacros/ |
| H A D | skywalk.py | 539 if necp.background != 0:
|
| /xnu-10063.141.1/bsd/net/ |
| H A D | necp_client.c | 641 unsigned background : 1; member 4576 if (client_fd->background) { in necp_update_client_result() 4590 u_int32_t background = client_fd->background; in necp_update_client_result() local 4592 sizeof(background), &background, &updated, in necp_update_client_result() 5227 bool background) in necp_set_client_as_background() argument 5251 client_fd->background = background; in necp_set_client_as_background()
|
| H A D | necp.h | 1469 extern bool necp_set_client_as_background(proc_t proc, struct fileproc *fp, bool background); // Se…
|