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

  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.4.3/sysroot/usr/include/sys/
syslog.h 181 extern void openlog (__const char *__ident, int __option, int __facility);
  /prebuilts/gcc/linux-x86/host/i686-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syslog.h 181 extern void openlog (__const char *__ident, int __option, int __facility);
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.7-4.6/sysroot/usr/include/sys/
syslog.h 181 extern void openlog (__const char *__ident, int __option, int __facility);
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
threading.py 686 self.__ident = None
720 if self.__ident is not None:
721 status += " %s" % self.__ident
788 self.__ident = _get_ident()
795 _active[self.__ident] = self
    [all...]
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
threading.py 686 self.__ident = None
720 if self.__ident is not None:
721 status += " %s" % self.__ident
788 self.__ident = _get_ident()
795 _active[self.__ident] = self
    [all...]

Completed in 686 milliseconds