HomeSort by: relevance | last modified time | path
    Searched defs:once_control (Results 1 - 2 of 2) sorted by relevancy

  /src/external/gpl2/gettext/dist/gettext-runtime/tests/
test-lock.c 514 static gl_once_t once_control; variable
558 gl_once (once_control, once_execute);
621 /* Preparation for the next round: Initialize once_control. */
622 memcpy (&once_control, &fresh_once, sizeof (gl_once_t));
  /src/external/bsd/libc++/dist/libcxxrt/src/
exception.cc 362 static pthread_once_t once_control = PTHREAD_ONCE_INIT; variable
397 if ((0 == pthread_once) || pthread_once(&once_control, init_key))

Completed in 15 milliseconds