HomeSort by relevance Sort by last modified time
    Searched refs:posix_spawnattr_t (Results 1 - 6 of 6) sorted by null

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/
spawn.h 39 } posix_spawnattr_t; typedef in typeref:struct:__anon23566
53 /* Flags to be set in the `posix_spawnattr_t'. */
76 __const posix_spawnattr_t *__restrict __attrp,
86 __const posix_spawnattr_t *__attrp,
91 extern int posix_spawnattr_init (posix_spawnattr_t *__attr) __THROW;
94 extern int posix_spawnattr_destroy (posix_spawnattr_t *__attr) __THROW;
98 extern int posix_spawnattr_getsigdefault (__const posix_spawnattr_t *
104 extern int posix_spawnattr_setsigdefault (posix_spawnattr_t *__restrict __attr,
110 extern int posix_spawnattr_getsigmask (__const posix_spawnattr_t *__restrict
115 extern int posix_spawnattr_setsigmask (posix_spawnattr_t *__restrict __attr
    [all...]
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/
spawn.h 39 } posix_spawnattr_t; typedef in typeref:struct:__anon25229
53 /* Flags to be set in the `posix_spawnattr_t'. */
76 __const posix_spawnattr_t *__restrict __attrp,
86 __const posix_spawnattr_t *__attrp,
91 extern int posix_spawnattr_init (posix_spawnattr_t *__attr) __THROW;
94 extern int posix_spawnattr_destroy (posix_spawnattr_t *__attr) __THROW;
98 extern int posix_spawnattr_getsigdefault (__const posix_spawnattr_t *
104 extern int posix_spawnattr_setsigdefault (posix_spawnattr_t *__restrict __attr,
110 extern int posix_spawnattr_getsigmask (__const posix_spawnattr_t *__restrict
115 extern int posix_spawnattr_setsigmask (posix_spawnattr_t *__restrict __attr
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/
spawn.h 39 } posix_spawnattr_t; typedef in typeref:struct:__anon26668
53 /* Flags to be set in the `posix_spawnattr_t'. */
76 __const posix_spawnattr_t *__restrict __attrp,
86 __const posix_spawnattr_t *__attrp,
91 extern int posix_spawnattr_init (posix_spawnattr_t *__attr) __THROW;
94 extern int posix_spawnattr_destroy (posix_spawnattr_t *__attr) __THROW;
98 extern int posix_spawnattr_getsigdefault (__const posix_spawnattr_t *
104 extern int posix_spawnattr_setsigdefault (posix_spawnattr_t *__restrict __attr,
110 extern int posix_spawnattr_getsigmask (__const posix_spawnattr_t *__restrict
115 extern int posix_spawnattr_setsigmask (posix_spawnattr_t *__restrict __attr
    [all...]
  /external/webkit/Tools/WebKitLauncher/
main.m 39 typedef void *posix_spawnattr_t;
41 int posix_spawnattr_init(posix_spawnattr_t *) WEAK_IMPORT;
42 int posix_spawn(pid_t * __restrict, const char * __restrict, const posix_spawn_file_actions_t *, const posix_spawnattr_t * __restrict, char *const __argv[ __restrict], char *const __envp[ __restrict]) WEAK_IMPORT;
43 int posix_spawnattr_setbinpref_np(posix_spawnattr_t * __restrict, size_t, cpu_type_t *__restrict, size_t *__restrict) WEAK_IMPORT;
44 int posix_spawnattr_setflags(posix_spawnattr_t *, short) WEAK_IMPORT;
127 posix_spawnattr_t attr;
  /external/webkit/Source/WebKit/mac/Plugins/Hosted/
NetscapePluginHostManager.mm 282 posix_spawnattr_t attr;
  /external/webkit/Source/WebKit2/UIProcess/Launcher/mac/
ProcessLauncherMac.mm 223 posix_spawnattr_t attr;

Completed in 147 milliseconds