Lines Matching refs:user
79 /// The maximum number of kqueues this user id is allowed to create.
103 /// message queues for the real user ID of the calling process.
120 /// The maximum number of simultaneous processes for this user id.
125 /// The maximum number of pseudo-terminals this user id is allowed to
156 /// user ID of the calling process.
161 /// The maximum size (in bytes) of socket buffer usage for this user.
167 /// or used by all of this user id's processes.
306 /// Total amount of time spent executing in user mode.
438 let user = usage.user_time();
439 assert!(user.tv_sec() > 0 || user.tv_usec() > 0);
440 assert_eq!(user.tv_sec(), rusage.ru_utime.tv_sec);
441 assert_eq!(user.tv_usec(), rusage.ru_utime.tv_usec);