Searched refs:SEM_INFO (Results 1 – 5 of 5) sorted by relevance
5 #if !(defined(SEM_INFO) || (defined(HAVE_DECL_SEM_INFO) && HAVE_DECL_SEM_INFO))6 # define SEM_INFO 19 macro30 XLAT(SEM_INFO),
6 SEM_INFO 19
20 #define SEM_INFO 19 macro
61 int max = semctl(0, 0, SEM_INFO, un); in main()
259 if ((max_nr = semctl(0, 0, SEM_INFO, u)) < 0) { in sem_array()