Searched refs:worker (Results 1 – 16 of 16) sorted by relevance
| /sqlite-3.40.0/ext/wasm/api/ |
| H A D | sqlite3-worker1-promiser.js | 146 if(!config.worker) config.worker = callee.defaultConfig.worker; 147 if('function'===typeof config.worker) config.worker = config.worker(); 149 config.worker.onmessage = function(ev){ 233 config.worker.postMessage(msg); 240 worker: function(){ method
|
| /sqlite-3.40.0/doc/ |
| H A D | vdbesort-memory.md | 9 * whether or not worker threads are enabled. 20 a temp file. If worker threads are not enabled, this is the only significant 24 If worker threads are available, then the buffer is passed to a worker thread 28 and used, where nWorker is the number of configured worker threads. 44 thread or by a worker thread.
|
| /sqlite-3.40.0/ext/wasm/ |
| H A D | wasmfs.make | 21 $(subst .js,.worker.js,$(sqlite3-wasmfs.js)) 62 sqlite3-wasmfs.fsflags := -pthread -sWASMFS -sPTHREAD_POOL_SIZE=2 -sENVIRONMENT=web,worker 111 $(subst .js,.worker.js,$(speedtest1-wasmfs.js))
|
| H A D | dist.make | 44 demo-123.html demo-123-worker.html demo-123.js \ 45 tester1.html tester1-worker.html tester1.js \
|
| H A D | fiddle.make | 33 -sENVIRONMENT=web,worker \ 80 $(dir.fiddle)/fiddle-module.worker.js \
|
| H A D | GNUmakefile | 341 emcc.environment := -sENVIRONMENT=web,worker 645 cp demo-123.js demo-123.html demo-123-worker.html $(WDOCS.home)
|
| H A D | demo-worker1-promiser.js | 42 worker: ()=>{ method
|
| /sqlite-3.40.0/test/ |
| H A D | threadtest2.c | 74 void *worker(void *workerArg){ in worker() function 121 pthread_create(&aThread[i], 0, worker, (void*)i); in main()
|
| H A D | threadtest5.c | 149 static void *worker(void *pArg){ in worker() function 302 pthread_create(&aWorker[i], 0, worker, aWorkerName[i]); in main()
|
| H A D | thread2.test | 116 # Also important to halt the worker threads, which are using spin
|
| H A D | sort4.test | 30 # number of auxiliary worker threads that a single prepared statement
|
| H A D | fts1porter.test | 23327 workers worker
|
| /sqlite-3.40.0/ext/wasm/fiddle/ |
| H A D | fiddle.js | 294 this.worker.postMessage({type, data}, transferables || []); 329 SF.worker = new Worker('fiddle-worker.js'+self.location.search); 330 SF.worker.onmessage = (ev)=>SF.runMsgHandlers(ev.data);
|
| /sqlite-3.40.0/ |
| H A D | manifest | 520 F ext/wasm/demo-123-worker.html a0b58d9caef098a626a1a1db567076fca4245e8d60ba94557ede8684350a81ed 532 F ext/wasm/fiddle/fiddle-worker.js b4a0c8ab6c0983218543ca771c45f6075449f63a1dcf290ae5a681b2cba8800d 543 F ext/wasm/speedtest1-worker.html d75d9de9347c6f2f3278b73ccb6bceb559080644aef385fe496fa389f58bcd66 544 F ext/wasm/speedtest1-worker.js 13b57c4a41729678a1194014afec2bd5b94435dcfc8d1039dfa9a533ac819ee1 551 F ext/wasm/tester1-worker.html 51bf39e2b87f974ae3d5bc3086e2fb36d258f3698c54f6e21ba4b3b99636fa27
|
| /sqlite-3.40.0/ext/fts5/test/ |
| H A D | fts5porter.test | 11671 work work workers worker
|
| /sqlite-3.40.0/src/ |
| H A D | sqlite.h.in | 4031 ** <dd>The maximum number of auxiliary worker threads that a single
|