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

/haiku/headers/posix/sys/
H A Dresource.h83 extern int getpriority(int which, id_t who);
84 extern int setpriority(int which, id_t who, int priority);
H A Dwait.h45 extern int waitid(idtype_t idType, id_t id, siginfo_t *info, int options);
H A Dtypes.h37 typedef __haiku_int32 id_t; typedef
/haiku/src/system/libroot/posix/sys/
H A Dwait.cpp95 waitid(idtype_t idType, id_t id, siginfo_t* info, int options)
H A Dpriority.c101 getpriority(int which, id_t who)
145 // `who` (id_t) is int32, but uid_t is uint32, so using this
178 setpriority(int which, id_t who, int value)

Completed in 72 milliseconds