Home
last modified time | relevance | path

Searched refs:InterlockedIncrement (Results 1 – 8 of 8) sorted by relevance

/trueos/contrib/gcc/config/i386/
HDgthr-win32.c81 if (InterlockedIncrement (&(once->started)) == 0) in __gthr_win32_once()
156 if (InterlockedIncrement (&mutex->counter) == 0 || in __gthr_win32_mutex_lock()
199 if (InterlockedIncrement (&mutex->counter) == 0) in __gthr_win32_recursive_mutex_lock()
/trueos/contrib/gcc/
HDgthr-win32.h541 if (InterlockedIncrement (&(once->started)) == 0) in __gthread_once()
624 if (InterlockedIncrement (&mutex->counter) == 0 || in __gthread_mutex_lock()
679 if (InterlockedIncrement (&mutex->counter) == 0) in __gthread_recursive_mutex_lock()
HDChangeLog-200435267 (__gthread_mutex_lock): Use InterlockedIncrement.
/trueos/crypto/heimdal/base/
HDbaselocl.h75 #define heim_base_atomic_inc(x) InterlockedIncrement(x)
/trueos/contrib/llvm/lib/Support/
HDAtomic.cpp66 return InterlockedIncrement(ptr); in AtomicIncrement()
/trueos/contrib/jansson/src/
HDhashtable_seed.c251 if (InterlockedIncrement(&seed_initialized) == 1) { in json_object_seed()
/trueos/contrib/llvm/lib/ExecutionEngine/IntelJITEvents/
HDittnotify_config.h220 return InterlockedIncrement(ptr); in __itt_interlocked_increment()
/trueos/sys/compat/ndis/
HDsubr_ntoskrnl.c201 static uint32_t InterlockedIncrement(volatile uint32_t *);
2365 InterlockedIncrement(addend) function
4379 IMPORT_FFUNC(InterlockedIncrement, 1),