Searched defs:cloneArgs (Results 1 – 4 of 4) sorted by relevance
195 type cloneArgs struct { struct196 flags uint64 // Flags bit mask197 pidFD uint64 // Where to store PID file descriptor (int *)198 childTID uint64 // Where to store child TID, in child's memory (pid_t *)199 parentTID uint64 // Where to store child TID, in parent's memory (pid_t *)200 exitSignal uint64 // Signal to deliver to parent on child termination201 stack uint64 // Pointer to lowest byte of stack202 stackSize uint64 // Size of stack203 tls uint64 // Location of new TLS204 setTID uint64 // Pointer to a pid_t array (since Linux 5.5)[all …]
136 Map<String, String> cloneArgs = new HashMap<>(); in testInsertCrossUserFilesInDirectoryViaMediaProvider() local162 Map<String, String> cloneArgs = new HashMap<>(); in testGetFilesInDirectoryViaMediaProvider() local
235 Map<String, String> cloneArgs = new HashMap<>(); in testCrossUserMediaAccess() local409 Map<String, String> cloneArgs = new HashMap<>(); in testMediaCreationWithContentOwnerSpecifiedAsParentUser() local
87 Map<String, String> cloneArgs = new HashMap<>(); in testCrossUserMediaAccessInPublicSdCard() local