-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththreading.js
66 lines (66 loc) · 2.65 KB
/
threading.js
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
export const Barrier = function() {};
export const BoundedSemaphore = function() {};
export const BrokenBarrierError = function() {};
export const Condition = function() {};
export const Event = function() {};
export const ExceptHookArgs = function() {};
export const Lock = function() {};
export const RLock = function() {};
export const Semaphore = function() {};
export const TIMEOUT_MAX = function() {};
export const Thread = function() {};
export const ThreadError = function() {};
export const Timer = function() {};
//export const WeakSet = function() {};
export const _CRLock = function() {};
export const _DummyThread = function() {};
export const _HAVE_THREAD_NATIVE_ID = function() {};
export const _MainThread = function() {};
export const _PyRLock = function() {};
export const _RLock = function() {};
export const __all__ = function() {};
export const __builtins__ = function() {};
export const __cached__ = function() {};
export const __doc__ = function() {};
export const __file__ = function() {};
export const __loader__ = function() {};
export const __name__ = function() {};
export const __package__ = function() {};
export const __spec__ = function() {};
export const _active = function() {};
export const _active_limbo_lock = function() {};
export const _after_fork = function() {};
export const _allocate_lock = function() {};
export const _count = function() {};
export const _counter = function() {};
export const _dangling = function() {};
export const _deque = function() {};
export const _enumerate = function() {};
export const _islice = function() {};
export const _limbo = function() {};
export const _main_thread = function() {};
export const _make_invoke_excepthook = function() {};
export const _newname = function() {};
export const _os = function() {};
export const _profile_hook = function() {};
export const _set_sentinel = function() {};
export const _shutdown = function() {};
export const _shutdown_locks = function() {};
export const _shutdown_locks_lock = function() {};
export const _start_new_thread = function() {};
export const _sys = function() {};
export const _time = function() {};
export const _trace_hook = function() {};
export const activeCount = function() {};
export const active_count = function() {};
export const currentThread = function() {};
export const current_thread = function() {};
export const enumerate = function() {};
export const excepthook = function() {};
export const get_ident = function() {};
export const get_native_id = function() {};
export const local = function() {};
export const main_thread = function() {};
export const setprofile = function() {};
export const settrace = function() {};
export const stack_size = function() {};