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

  /bionic/libc/bionic/
spawn.cpp 171 int posix_spawnp(pid_t* pid, const char* file, const posix_spawn_file_actions_t* actions, function
  /external/clang/tools/scan-build-py/libear/
ear.c 275 int posix_spawnp(pid_t *restrict pid, const char *restrict file, function
396 DLSYM(func, fp, "posix_spawnp");
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
pthread.h 610 #define posix_spawnp(...) (pthread_testcancel(), posix_spawnp(__VA_ARGS__)) macro
    [all...]

Completed in 175 milliseconds