Searched refs:background (Results 1 – 6 of 6) sorted by relevance
| /xnu-8019.80.24/osfmk/mach/ |
| H A D | ktrace_background.defs | 30 * Interface definition for background available notifications for the
|
| /xnu-8019.80.24/bsd/kern/ |
| H A D | kern_resource.c | 797 int background = false; in do_background_socket() local 810 background = proc_get_effective_thread_policy(thread, TASK_POLICY_ALL_SOCKETS_BG); in do_background_socket() 812 background = proc_get_effective_task_policy(proc_task(p), TASK_POLICY_ALL_SOCKETS_BG); in do_background_socket() 815 if (background) { in do_background_socket() 830 if (necp_set_client_as_background(p, fp, background)) { in do_background_socket() 857 if (necp_set_client_as_background(p, fp, background)) { in do_background_socket()
|
| /xnu-8019.80.24/bsd/netinet/ |
| H A D | ip_output.c | 2465 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-8019.80.24/tools/lldbmacros/ |
| H A D | skywalk.py | 541 if necp.background != 0:
|
| /xnu-8019.80.24/bsd/net/ |
| H A D | necp_client.c | 609 unsigned background : 1; member 4412 if (client_fd->background) { in necp_update_client_result() 4426 u_int32_t background = client_fd->background; in necp_update_client_result() local 4428 sizeof(background), &background, &updated, in necp_update_client_result() 4970 bool background) in necp_set_client_as_background() argument 4994 client_fd->background = background; in necp_set_client_as_background()
|
| H A D | necp.h | 1297 extern bool necp_set_client_as_background(proc_t proc, struct fileproc *fp, bool background); // Se…
|