Searched refs:unset (Results 26 - 31 of 31) sorted by relevance

12

/freebsd-11-stable/contrib/llvm-project/openmp/runtime/src/
H A Dkmp_csupport.cpp1526 KMP_D_LOCK_FUNC(lck, unset)((kmp_dyna_lock_t *)lck, global_tid);
1539 KMP_I_LOCK_FUNC(ilk, unset)(lck, global_tid);
2843 KMP_D_LOCK_FUNC(user_lock, unset)((kmp_dyna_lock_t *)user_lock, gtid);
3280 KMP_D_LOCK_FUNC(lck, unset)((kmp_dyna_lock_t *)lck, global_tid);
3286 KMP_I_LOCK_FUNC(ilk, unset)(ilk->lock, global_tid);
H A Dkmp_lock.cpp2928 // unset/release and test functions
2979 // unset/release and test functions
3160 return KMP_I_LOCK_FUNC(l, unset)(l->lock, gtid);
3179 return KMP_I_LOCK_FUNC(l, unset)(l->lock, gtid);
/freebsd-11-stable/contrib/tcsh/
H A Dsh.init.c165 { "unset", unset, 1, INF },
H A Dsh.set.c755 unset(Char **v, struct command *c) function
/freebsd-11-stable/stand/lua/
H A Dconfig.lua39 -- Values to restore env to (nil to unset)
/freebsd-11-stable/sys/dev/usb/wlan/
H A Dif_rum.c1850 rum_modbits(struct rum_softc *sc, uint16_t reg, uint32_t set, uint32_t unset) argument
1852 return (rum_write(sc, reg, (rum_read(sc, reg) & ~unset) | set));

Completed in 150 milliseconds

12