Behaviors
List of software behaviors discovered with static code analysis.
Creates a process. (x1)
execution
Enumerates CPU information of the system. (x1)
search
Queries the system time. (x1)
settings
Starts the thread's activity. (x2)
execution
Schedules code execution for a later time. (x2)
execution
Creates a thread. (x2)
execution
Uses synchronization mechanisms. (x3)
execution
Pauses execution until a thread is terminated. (x2)
execution
Imports the "time" module, which provides various time-related functions. (x1)
execution
Imports the "threading" module, which contains high-level threading and thread synchronization interfaces. (x3)
execution