Searched refs:so_background_thread (Results 1 - 5 of 5) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dkern_resource.c530 sockp->so_background_thread = NULL;
554 if ((thread) && (sockp->so_background_thread != thread)) {
558 sockp->so_background_thread = NULL;
H A Duipc_socket2.c340 so->so_background_thread = head->so_background_thread;
H A Duipc_syscalls.c204 so->so_background_thread = thread;
H A Duipc_socket.c630 so->so_background_thread = current_thread();
/darwin-on-arm/xnu/bsd/sys/
H A Dsocketvar.h275 thread_t so_background_thread; /* thread that marked this socket background */ member in struct:socket

Completed in 88 milliseconds