HomeSort by relevance Sort by last modified time
    Searched defs:semop (Results 1 - 2 of 2) sorted by null

  /bionic/libc/bionic/
sys_sem.cpp 60 int semop(int id, sembuf* ops, size_t op_count) { function
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 647 #define semop(...) (pthread_testcancel(), semop(__VA_ARGS__)) macro
    [all...]

Completed in 1918 milliseconds