gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:atomic_bitset (0.00 seconds)
t2ex
t2ex_source/lib/libtk/src_t2ex/fastumlock.c - 5.2KB - 196 lines
73:         for ( ;; ) {
74:                 if ( !(atomic_bitset(&lock->flg, ptn) & ptn) ) {
75:                         ercd = E_OK;
More results from fastumlock.c
t2ex_source/t2ex/network/net/src/netmain/tkn_atomic.c - 3.4KB - 141 lines
97: {
98:         atomic_bitset(target, bits);
99: }