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

  /external/valgrind/drd/
drd_thread.h 96 Int pthread_create_nesting_level; member in struct:__anon20571
247 .pthread_create_nesting_level > 0);
drd_thread.c 203 DRD_(g_threadinfo)[i].pthread_create_nesting_level = 0;
631 tl_assert(DRD_(g_threadinfo)[tid].pthread_create_nesting_level >= 0);
633 DRD_(g_threadinfo)[tid].pthread_create_nesting_level++;
642 tl_assert(DRD_(g_threadinfo)[tid].pthread_create_nesting_level > 0);
644 DRD_(g_threadinfo)[tid].pthread_create_nesting_level--;
    [all...]

Completed in 589 milliseconds