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

  /external/qemu/audio/
audio_pt_int.c 27 const char *efunc; local
40 efunc = "pthread_mutex_init";
46 efunc = "pthread_cond_init";
52 efunc = "pthread_sigmask";
68 efunc = "pthread_create";
87 logerr (p, err, "%s(%s): %s failed", cap, AUDIO_FUNC, efunc);
  /external/chromium_org/third_party/yasm/source/patched-yasm/modules/preprocs/nasm/
nasm.h 47 typedef void (*efunc) (int severity, const char *fmt, ...); typedef
51 * argument to an efunc.
96 void (*init) (char *, efunc);
202 int critical, efunc error);
213 void (*reset) (FILE *, const char *, int, efunc, evalfunc, ListGen *);

Completed in 176 milliseconds