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

  /bionic/libc/bionic/
sys_msg.cpp 55 ssize_t msgrcv(int id, void* msg, size_t n, long type, int flags) { function
59 return syscall(SYS_ipc, IPCCALL(1, MSGRCV), id, n, flags, msg, type);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 463 #define msgrcv(...) (pthread_testcancel(), msgrecv(__VA_ARGS__)) macro
    [all...]

Completed in 724 milliseconds