会员体验
专利管家(专利管理)
工作空间(专利管理)
风险监控(情报监控)
数据分析(专利分析)
侵权分析(诉讼无效)
联系我们
交流群
官方交流:
QQ群: 891211   
微信请扫码    >>>
现在联系顾问~
热词
    • 13. 发明申请
    • Conditional variables without spinlocks
    • 没有自旋锁的条件变量
    • US20060048149A1
    • 2006-03-02
    • US10932475
    • 2004-09-01
    • Neill Clift
    • Neill Clift
    • G06F9/46
    • G06F9/52G06F9/526
    • The use of spinlocks is avoided in the combination of mutex and condition variables by using any suitable atomic compare and swap functionality to add a thread to a list of waiting threads that waits for a data event to occur. Various embodiments of the present invention also provide an organization scheme of data, which describes an access bit, an awaken count, and a pointer to the list of waiting threads. This organization scheme of data helps to optimize the list of waiting threads so as to better awaken a waiting thread or all waiting threads at once.
    • 通过使用任何合适的原子比较和交换功能将线程添加到等待数据事件发生的等待线程的列表中,在互斥体和条件变量的组合中避免使用自旋锁。 本发明的各种实施例还提供数据的组织方案,其描述访问位,唤醒计数和指向等待线程列表的指针。 这种数据组织方案有助于优化等待线程列表,以便一次更好地唤醒等待线程或所有等待线程。
    • 15. 发明授权
    • System and method for fast referencing a reference counted item
    • 用于快速引用引用计数项目的系统和方法
    • US06513100B1
    • 2003-01-28
    • US09738568
    • 2000-12-15
    • Neill Clift
    • Neill Clift
    • G06F1200
    • G06F12/0261
    • A system and method for fast referencing a reference counted item is provided. The system provides for establishing a reference counted item, establishing a fast referencing item, setting a pointer to the reference counted item and storing a local copy of the reference counted item in the pointer to the reference counted item, the pointer being associated with the fast referencing item. The system and method thus allow items to obtain references to the reference counted item from the fast referencing item without employing a locking algorithm wherein the reference counted item is locked, accessed, and unlocked.
    • 提供了用于快速引用参考计数项目的系统和方法。 系统提供建立参考计数项目,建立快速参考项目,设置指向参考计数项目的指针并将参考计数项目的本地副本存储在指向参考计数项目的指针中,该指针与快速 引用项目。 因此,系统和方法允许项目从快速参考项目获得对参考计数项目的引用,而不采用锁定算法,其中参考计数项目被锁定,访问和解锁。