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

  /bionic/libc/bionic/
sys_msg.cpp 63 int msgsnd(int id, const void* msg, size_t n, int flags) { function
67 return syscall(SYS_ipc, MSGSND, id, n, flags, msg, 0);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 464 #define msgsnd(...) (pthread_testcancel(), msgsnd(__VA_ARGS__)) macro
    [all...]

Completed in 60 milliseconds