Searched refs:tk_thread_id (Results 1 - 1 of 1) sorted by relevance

/macosx-10.9.5/ruby-104/ruby/ext/tk/
H A Dtcltklib.c760 Tcl_ThreadId tk_thread_id; /* native thread ID of Tcl interpreter */ member in struct:tcltkip
1366 ptr->tk_thread_id = Tcl_GetCurrentThread();
6166 ptr->tk_thread_id = 0;
6312 ptr->tk_thread_id = Tcl_GetCurrentThread();
6444 /* slave->tk_thread_id = 0; */
6445 slave->tk_thread_id = master->tk_thread_id; /* == current thread */
7127 is_tk_evloop_thread = (ptr->tk_thread_id == (Tcl_ThreadId) 0
7128 || ptr->tk_thread_id == Tcl_GetCurrentThread());
7201 if (ptr && ptr->tk_thread_id) {
[all...]

Completed in 175 milliseconds