Searched refs:current_allocator (Results 1 - 2 of 2) sorted by relevance

/asus-wl-520gu-7.0.1.45/src/router/rcamdmips/
H A Dglist.c45 static GAllocator *current_allocator = NULL; variable
46 G_LOCK_DEFINE_STATIC (current_allocator); variable
80 G_LOCK (current_allocator);
82 allocator->last = current_allocator;
83 current_allocator = allocator;
84 G_UNLOCK (current_allocator);
90 G_LOCK (current_allocator);
91 if (current_allocator)
95 allocator = current_allocator;
96 current_allocator
[all...]
H A Dgslist.c45 G_LOCK_DEFINE_STATIC (current_allocator); variable
46 static GAllocator *current_allocator = NULL; variable
80 G_LOCK (current_allocator);
82 allocator->last = current_allocator;
83 current_allocator = allocator;
84 G_UNLOCK (current_allocator);
90 G_LOCK (current_allocator);
91 if (current_allocator)
95 allocator = current_allocator;
96 current_allocator
[all...]

Completed in 82 milliseconds