HomeSort by: relevance | last modified time | path
    Searched refs:THREADSAFE (Results 1 - 6 of 6) sorted by relevancy

  /src/external/bsd/openldap/include/
portable.h 31 /* define this if needed to get threadsafe functions */
32 #ifndef THREADSAFE
33 #define THREADSAFE 1
  /src/external/bsd/ntp/include/
config.h 1638 #define THREADSAFE 1
  /src/external/bsd/openldap/dist/include/
portable.hin 30 /* define this if needed to get threadsafe functions */
31 #ifndef THREADSAFE
32 #undef THREADSAFE
  /src/external/bsd/ntp/dist/sntp/
config.h.in 840 #undef THREADSAFE
  /src/external/bsd/ntp/dist/
config.h.in 1608 #undef THREADSAFE
  /src/external/public-domain/sqlite/dist/
sqlite3.c 545 ** CAPI3REF: Test To See If The Library Is Threadsafe
553 ** are enabled and SQLite is threadsafe. When the
1957 ** The sqlite3_initialize() interface is threadsafe, but sqlite3_shutdown()
2024 ** <b>The sqlite3_config() interface is not threadsafe. The application
2121 ** the xInit method, so the xInit method need not be threadsafe. The
2123 ** not need to be threadsafe either. For all other methods, SQLite
2128 ** methods must be threadsafe or else make their own arrangements for
2385 ** function must be threadsafe. </dd>
5796 ** or [sqlite3_value_bytes()], the behavior is not threadsafe.
6373 ** is not threadsafe
    [all...]

Completed in 129 milliseconds