Prosecution Insights
Last updated: April 18, 2026
Application No. 18/945,610

SEMAPHORE SETTING DEVICE AND METHOD FOR SETTING SEMAPHORE

Non-Final OA §103
Filed
Nov 13, 2024
Examiner
SUN, SCOTT C
Art Unit
2181
Tech Center
2100 — Computer Architecture & Software
Assignee
Realtek Semiconductor Corporation
OA Round
1 (Non-Final)
88%
Grant Probability
Favorable
1-2
OA Rounds
2y 6m
To Grant
99%
With Interview

Examiner Intelligence

Grants 88% — above average
88%
Career Allow Rate
576 granted / 654 resolved
+33.1% vs TC avg
Moderate +11% lift
Without
With
+10.6%
Interview Lift
resolved cases with interview
Typical timeline
2y 6m
Avg Prosecution
17 currently pending
Career history
671
Total Applications
across all art units

Statute-Specific Performance

§101
9.3%
-30.7% vs TC avg
§103
54.8%
+14.8% vs TC avg
§102
17.5%
-22.5% vs TC avg
§112
7.9%
-32.1% vs TC avg
Black line = Tech Center average estimate • Based on career data from 654 resolved cases

Office Action

§103
DETAILED ACTION Notice of Pre-AIA or AIA Status The present application, filed on or after March 16, 2013, is being examined under the first inventor to file provisions of the AIA . Claim Rejections - 35 USC § 103 In the event the determination of the status of the application as subject to AIA 35 U.S.C. 102 and 103 (or as subject to pre-AIA 35 U.S.C. 102 and 103) is incorrect, any correction of the statutory basis (i.e., changing from AIA to pre-AIA ) for the rejection will not be considered a new ground of rejection if the prior art relied upon, and the rationale supporting the rejection, would be the same under either status. The following is a quotation of 35 U.S.C. 103 which forms the basis for all obviousness rejections set forth in this Office action: A patent for a claimed invention may not be obtained, notwithstanding that the claimed invention is not identically disclosed as set forth in section 102, if the differences between the claimed invention and the prior art are such that the claimed invention as a whole would have been obvious before the effective filing date of the claimed invention to a person having ordinary skill in the art to which the claimed invention pertains. Patentability shall not be negated by the manner in which the invention was made. The factual inquiries for establishing a background for determining obviousness under 35 U.S.C. 103 are summarized as follows: 1. Determining the scope and contents of the prior art. 2. Ascertaining the differences between the prior art and the claims at issue. 3. Resolving the level of ordinary skill in the pertinent art. 4. Considering objective evidence present in the application indicating obviousness or nonobviousness. Claim(s) 1-20 is/are rejected under 35 U.S.C. 103 as being unpatentable over Gustafsson et al (Patent #US 6701429 B1) and further in view of Liao et al (Patent # US 7743191 B1). Regarding claim 1, Gustafsson discloses semaphore setting device (system described in paragraph 22, including an arbitration unit), comprising: and a read setting circuit (arbitration unit executing semaphore lock and unlocked, paragraph 22) configured to determine whether the at least one semaphore is occupied (locked, paragraph 22) according to the at least one address when receiving a read request (read instruction, paragraph 22; note an address indicating location for the read instruction is implied), wherein if the read setting circuit determines that the at least one semaphore is unoccupied (free, or unlocked, paragraph 22), the read setting circuit returns an unoccupied signal (reports a successful “take” operation, paragraph 22), and sets the at least one semaphore to be occupied (locked by the requesting processor once taken; paragraph 22). Gustafsson does not disclose explicitly a mapping circuit. However, Liao discloses a mapping circuit (address mapped semaphores, paragraph 57), configured to map at least one semaphore of a plurality of semaphores (a plurality of semaphores) to at least one address of a plurality of addresses (mapped to distinct word addresses corresponding to one independent hardware semaphore resource, paragraph 57). Furthermore, teachings of Gustafsson and Liao are from the same field of instruction synchronization through the use of semaphores. Therefore, it would have been obvious before the effective filing date of the invention for a person of ordinary skill in the art to combine teachings of Gustafsson with Liao by using semaphore mapping for the benefit of tracking the usage of semaphores. Regarding claim 2, the above combination discloses semaphore setting device of claim 1, wherein the read setting circuit reads a setting value of the at least one address to determine whether the at least one semaphore is occupied when receiving the read request (“locked” is implicitly represented as some binary value in the computer, could be a single bit, or byte sized depending on the system design), wherein if the setting value of the at least one address comprises a low level value, the read setting circuit determines that the at least one semaphore is unoccupied, and returns the unoccupied signal (“responds with information about whether or not the semaphore is locked”, paragraph 22, Gustafsson; examiner notes using “0” and “1” to denote binary states, such as true or false, was well-known in the art; and would have been an obvious design choice for a person of ordinary skill in the art given prior art’s teachings of using semaphores”; an “0” can represent “locked”, and “1” can represent “unlocked”; or vice versa). Regarding claim 3, the above combination discloses semaphore setting device of claim 2, wherein the read setting circuit sets the setting value of the at least one address to be a high level value to set the at least one semaphore to be occupied (similar to claim 2 above; examiner notes using “0” and “1” to denote binary states, such as true or false, was well-known in the art; and would have been an obvious design choice for a person of ordinary skill in the art given prior art’s teachings of using semaphores”; an “0” can represent “locked”, and “1” can represent “unlocked”; or vice versa). Regarding claim 4, the above combination discloses semaphore setting device of claim 1, wherein if the read setting circuit determines that the at least one semaphore is occupied, the read setting circuit returns an occupied signal (responds with information about whether or not the semaphore is “locked”, paragraph 22, Gustafsson). Regarding claim 5, the above combination discloses semaphore setting device of claim 4, wherein the read setting circuit reads a setting value of the at least one address to determine whether the at least one semaphore is occupied when receiving the read request, wherein if the setting value of the at least one address comprises a high level value, the read setting circuit determines that the at least one semaphore is occupied, and returns the occupied signal (similar to claim 2 above; examiner notes using “0” and “1” to denote binary states, such as true or false, was well-known in the art; and would have been an obvious design choice for a person of ordinary skill in the art given prior art’s teachings of using semaphores”; an “0” can represent “locked”, and “1” can represent “unlocked”; or vice versa).. Regarding claim 6, the above combination discloses semaphore setting device of claim 1, further comprising: a write setting circuit, coupled to the mapping circuit, and configured to set the at least one semaphore to be unoccupied according to the at least one address when receiving a write request (write instruction, paragraph 23, Gustafsson). Regarding claim 7, the above combination discloses semaphore setting device of claim 6, wherein the write setting circuit writes a low level value to the at least one address to set the at least one semaphore to be unoccupied when receiving the write request (similar to claim 2 above; examiner notes using “0” and “1” to denote binary states, such as true or false, was well-known in the art; and would have been an obvious design choice for a person of ordinary skill in the art given prior art’s teachings of using semaphores”; an “0” can represent “locked”, and “1” can represent “unlocked”; or vice versa).. Regarding claim 8, the above combination discloses semaphore setting device of claim 1, further comprising: a status query circuit, configured to query whether the at least one semaphore is occupied according to at least one temporary storage value corresponding to the at least one semaphore (a serialization or arbitration unit associated with the semaphore register responds with information about whether or not that semaphore is "locked", paragraph 22, Gustafsson), wherein if the status query circuit determines that the at least one semaphore is unoccupied, the status query circuit returns the unoccupied signal (respond with the information, paragraph Gustafsson). Regarding claim 9, the above combination discloses semaphore setting device of claim 8, wherein if the status query circuit determines that the at least one semaphore is occupied, the status query circuit returns an occupied signal (“locked”, paragraph 22). Regarding claim 10, the above combination discloses semaphore setting device of claim 1, wherein the mapping circuit is further configured to map each of the plurality of semaphores to a corresponding address of the plurality of addresses respectively (paragraph 57, Liao), wherein the read setting circuit is further configured to determine whether a corresponding semaphore of the plurality of semaphore is occupied according to the corresponding address when receiving the read request (determine the value of the semaphore as 0 or 1, paragraph 57), wherein if the read setting circuit determines that the corresponding semaphore is unoccupied, the read setting circuit returns the unoccupied signal (read return 0, paragraph 57), and sets the corresponding semaphore to be occupied (sets the semaphore to 1, paragraph 57), wherein if the read setting circuit determines that the corresponding semaphore is occupied, the read setting circuit returns an occupied signal (returns a value of 1, paragraph 57, Liao). Regarding claims 11-20, examiner notes that these claims are substantially similar to claims 1-10 above. The same grounds of rejection are applied. Conclusion Any inquiry concerning this communication or earlier communications from the examiner should be directed to SCOTT C SUN whose telephone number is (571)272-2675. The examiner can normally be reached Monday - Friday, 12-8:30 PM. Examiner interviews are available via telephone, in-person, and video conferencing using a USPTO supplied web-based collaboration tool. To schedule an interview, applicant is encouraged to use the USPTO Automated Interview Request (AIR) at http://www.uspto.gov/interviewpractice. If attempts to reach the examiner by telephone are unsuccessful, the examiner’s supervisor, Idriss Alrobaye can be reached at (571) 270-1023. The fax phone number for the organization where this application or proceeding is assigned is 571-273-8300. Information regarding the status of published or unpublished applications may be obtained from Patent Center. Unpublished application information in Patent Center is available to registered users. To file and manage patent submissions in Patent Center, visit: https://patentcenter.uspto.gov. Visit https://www.uspto.gov/patents/apply/patent-center for more information about Patent Center and https://www.uspto.gov/patents/docx for information about filing in DOCX format. For additional questions, contact the Electronic Business Center (EBC) at 866-217-9197 (toll-free). If you would like assistance from a USPTO Customer Service Representative, call 800-786-9199 (IN USA OR CANADA) or 571-272-1000. /SCOTT C SUN/Primary Examiner, Art Unit 2181
Read full office action

Prosecution Timeline

Nov 13, 2024
Application Filed
Apr 04, 2026
Non-Final Rejection — §103 (current)

Precedent Cases

Applications granted by this same examiner with similar technology

Patent 12596496
HBM BASED MEMORY LOOKUP ENGINE FOR DEEP LEARNING ACCELERATOR
2y 5m to grant Granted Apr 07, 2026
Patent 12567457
MEMORY DEVICES AND SYSTEMS CONFIGURED TO COMMUNICATE A DELAY SIGNAL AND METHODS FOR OPERATING THE SAME
2y 5m to grant Granted Mar 03, 2026
Patent 12561058
DYNAMIC MODIFICATION OF INPUT/OUTPUT REQUESTS FOR RAID DEVICES
2y 5m to grant Granted Feb 24, 2026
Patent 12561140
BITWIDTH RESPONSIVE PROCESS OPERATIONS
2y 5m to grant Granted Feb 24, 2026
Patent 12536086
System, Method And Apparatus For High Level Microarchitecture Event Performance Monitoring Using Fixed Counters
2y 5m to grant Granted Jan 27, 2026
Study what changed to get past this examiner. Based on 5 most recent grants.

AI Strategy Recommendation

Get an AI-powered prosecution strategy using examiner precedents, rejection analysis, and claim mapping.
Powered by AI — typically takes 5-10 seconds

Prosecution Projections

1-2
Expected OA Rounds
88%
Grant Probability
99%
With Interview (+10.6%)
2y 6m
Median Time to Grant
Low
PTA Risk
Based on 654 resolved cases by this examiner. Grant probability derived from career allow rate.

Sign in with your work email

Enter your email to receive a magic link. No password needed.

Personal email addresses (Gmail, Yahoo, etc.) are not accepted.

Free tier: 3 strategy analyses per month