diff options
author | Alon Zakai <alonzakai@gmail.com> | 2012-11-30 18:21:42 -0800 |
---|---|---|
committer | Alon Zakai <alonzakai@gmail.com> | 2012-12-07 14:23:21 -0800 |
commit | c05bd43fcbd42f3549de942c134b20817a03735e (patch) | |
tree | 116e7540bb87880240167fc8e33f9e227e0462b1 /src | |
parent | 2fa357e0d2cb793dc5c37697d3eaf07512fe72b2 (diff) |
pthread_cond stuff
Diffstat (limited to 'src')
-rw-r--r-- | src/library.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/library.js b/src/library.js index a63ebcaf..61f46113 100644 --- a/src/library.js +++ b/src/library.js @@ -6454,6 +6454,8 @@ LibraryManager.library = { pthread_mutexattr_destroy: function() {}, pthread_mutex_lock: function() {}, pthread_mutex_unlock: function() {}, + pthread_cond_init: function() {}, + pthread_cond_destroy: function() {}, pthread_cond_broadcast: function() {}, pthread_self: function() { //FIXME: assumes only a single thread |