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

  /src/sys/kern/
subr_thmap.c 234 thmap_gc_t * gc_list; // C11 _Atomic member in struct:thmap
972 head = atomic_load_relaxed(&thmap->gc_list);
976 if (!atomic_compare_exchange_weak_explicit_ptr(&thmap->gc_list, &head, gc,
986 return atomic_exchange_explicit(&thmap->gc_list, NULL,
subr_thmap.c 234 thmap_gc_t * gc_list; // C11 _Atomic member in struct:thmap
972 head = atomic_load_relaxed(&thmap->gc_list);
976 if (!atomic_compare_exchange_weak_explicit_ptr(&thmap->gc_list, &head, gc,
986 return atomic_exchange_explicit(&thmap->gc_list, NULL,

Completed in 50 milliseconds