Searched defs:semarg (Results 1 - 1 of 1) sorted by relevance

/external/ltp/testcases/kernel/sched/process_stress/
H A Dprocess.c107 union semun semarg; variable in typeref:union:semun
316 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
317 if (semctl(sem_lock, 0, IPC_RMID, semarg.val) && errno != EINVAL) {
322 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
323 if (semctl(sem_count, 0, IPC_RMID, semarg.val) && errno != EINVAL) {
566 semarg.val = 0; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
569 GETVAL, semarg);
570 semarg.val = --semval; /* to fix problem with 4th arg of semctl in 64 bits MARIOG */
572 semarg);
573 semarg
[all...]

Completed in 193 milliseconds