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

  /external/chromium_org/native_client_sdk/src/libraries/third_party/pthreads-win32/
pthread_attr_getscope.c 46 pthread_attr_getscope (const pthread_attr_t * attr, int *contentionscope)
49 *contentionscope = (*attr)->contentionscope;
pthread_attr_setscope.c 46 pthread_attr_setscope (pthread_attr_t * attr, int contentionscope)
49 switch (contentionscope)
52 (*attr)->contentionscope = contentionscope;
pthread_attr_init.c 110 attr_result->contentionscope = PTHREAD_SCOPE_SYSTEM;
implement.h 206 int contentionscope; member in struct:pthread_attr_t_
    [all...]

Completed in 42 milliseconds