这个函数由服务器在启动时调用。
清单1中的最后一行展示如何通过调用Worker 的postMessage函数来启动它。
The last line of Listing 1 shows how the Worker is initiated—by calling its postMessage function.
调用下面的函数启动服务端。
最后,请注意函数调用的分支目标并不是启动它的代码,而是.opd入点描述符。
Finally, notice that the branch target for the function call is not the code that starts it, but the.opd entry point descriptor.
当发生mouseout事件时,代码调用一个函数,它会取消本节前面启动的计时器,然后转换回Inactive状态。
When a mouseout event occurs, your code will call a function that cancels the timer started earlier in this section, and then transitions back to Inactive state.
函数 start_kthread通过调用内核API kernel_thread 来启动这个线程。
The function start_kthread launches the thread by calling kernel API kernel_thread.
Xdebug将在49次函数调用后介入并得到图2(顺便说一句,main的初始调用用于启动程序计数作为第1次调用)。
Xdebug intervenes after 49 function calls and yields Figure 2. (By the way, the initial invocation of main to launch the program counts as the first frame.)
此函数会处理各种通信状态更改(如调用启动时、建立连接时和接收到响应时)。
This function handles the various communication state changes, such as when the call starts, when a connection is established, and when the response has been received.
在刚启动时调用这个事件处理函数,将初始屏幕内容设置为可见。
This event handler is called at the very beginning so that the initial screen contents can be set to be viewed.
从您的角度来看,程序执行是从一个名为main的函数开始的;有些库的启动代码会获得从PPE中传递过来的参数,然后使用这些参数来调用main函数。
From your perspective, execution begins at a function called main ; some library startup code obtains the arguments passed in from the PPE and then calls your main function with those arguments.
为了启动对象,你必须首先建立一个父脚本(类)然后调用消息窗口来运行构造函数。
To start the object, you must create a parent script (class) first and then run the constructor call from the message window.
最后调用Subscribe函数启动序列并计算结果。
Finally the Subscribe function is called to kick off the sequence and evaluate the result.
获取操作系统调用的、启动此线程的函数的内存地址。
Gets the memory address of the function that the operating system called that started this thread.
这个函数被调用来启动定时器。
获取一个对客户端函数的引用;调用该函数时,将启动一个对服务器事件的客户端回调。
Obtains a reference to a client function that, when invoked, initiates a client call back to a server event.
获取一个对客户端函数的引用;调用该函数时,将启动一个对服务器事件的客户端回调。
Obtains a reference to a client function that, when invoked, initiates a client call back to a server event.
应用推荐